Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MONO] Move marshal-ilgen into a component #71203

Merged
merged 19 commits into from
Aug 10, 2022

Commits on Aug 10, 2022

  1. Move marshal_ilgen into a component.

    	new file:   src/mono/mono/component/marshal_ilgen-stub.c
    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d395623 View commit details
    Browse the repository at this point in the history
  2. Change to build component with AOT compiler.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    50c2a81 View commit details
    Browse the repository at this point in the history
  3. Moved noilgen declarations out of component.

     Please enter the commit message for your changes. Lines starting
    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    348303a View commit details
    Browse the repository at this point in the history
  4. Added marshal-noilgen to CMakeLists

     Please enter the commit message for your changes. Lines starting
    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7155b52 View commit details
    Browse the repository at this point in the history
  5. Added marshal-ilgen to component list for AppleApps.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    53a194c View commit details
    Browse the repository at this point in the history
  6. Added marshal-ilgen component for android.

    Fixed spelling of condition.
    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    dc539ea View commit details
    Browse the repository at this point in the history
  7. Made runtime components into ItemGroup.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    591ac32 View commit details
    Browse the repository at this point in the history
  8. Switched back to using property for components.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9c0cafc View commit details
    Browse the repository at this point in the history
  9. Moved runtime components into AndroidApp.targets.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3e72a43 View commit details
    Browse the repository at this point in the history
  10. Add assert to stub.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3de543a View commit details
    Browse the repository at this point in the history
  11. Added component to runtime tests build.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0207740 View commit details
    Browse the repository at this point in the history
  12. Added marshal-ilgen component to more places.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7128cf5 View commit details
    Browse the repository at this point in the history
  13. Remvoed redundant property setting.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f0e0104 View commit details
    Browse the repository at this point in the history
  14. Debug prints.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    fabe938 View commit details
    Browse the repository at this point in the history
  15. Reverted unecessary changes to tests.mobile.targets

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b75ab63 View commit details
    Browse the repository at this point in the history
  16. Changed MARSHAL_ILGEN_LIBRARY_NAME

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8f9255c View commit details
    Browse the repository at this point in the history
  17. Removed debugging.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d30ef4c View commit details
    Browse the repository at this point in the history
  18. White space fixes.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7639f32 View commit details
    Browse the repository at this point in the history
  19. Put back function table in stub.

    Nathan Ricci committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8fe4728 View commit details
    Browse the repository at this point in the history