-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[android][ios] Add LibraryBuilder task to support aot library mode #81919
Commits on Jan 11, 2023
-
Apple side of the library builder
Steve Pfister committedJan 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 1d8483b - Browse repository at this point
Copy the full SHA 1d8483bView commit details
Commits on Jan 12, 2023
-
Embed framework through cmake on iOS. Add android fragments
Steve Pfister committedJan 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 6cc724f - Browse repository at this point
Copy the full SHA 6cc724fView commit details
Commits on Jan 18, 2023
-
Steve Pfister committed
Jan 18, 2023 Configuration menu - View commit details
-
Copy full SHA for bbf6992 - Browse repository at this point
Copy the full SHA bbf6992View commit details
Commits on Jan 19, 2023
-
Steve Pfister committed
Jan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 0055975 - Browse repository at this point
Copy the full SHA 0055975View commit details
Commits on Jan 21, 2023
-
Fix android library build by getting rid of force_load as that is onl…
…y on osx
Steve Pfister committedJan 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 76cdbe4 - Browse repository at this point
Copy the full SHA 76cdbe4View commit details
Commits on Jan 24, 2023
-
Merge remote-tracking branch 'upstream/main' into lib-builder-mobile
Steve Pfister committedJan 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 9caea1f - Browse repository at this point
Copy the full SHA 9caea1fView commit details
Commits on Feb 1, 2023
-
Android builds library in separate cmake. iOS does too, but there are…
… still path issues in the Xcode class
Steve Pfister committedFeb 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 9c3d805 - Browse repository at this point
Copy the full SHA 9c3d805View commit details
Commits on Feb 6, 2023
-
Add ability to pass in library projects to the main app
Steve Pfister committedFeb 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 37fde1a - Browse repository at this point
Copy the full SHA 37fde1aView commit details
Commits on Feb 8, 2023
-
Clean up Android and scale back iOS to just building the library.
Steve Pfister committedFeb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for e3d1fd4 - Browse repository at this point
Copy the full SHA e3d1fd4View commit details -
Merge remote-tracking branch 'upstream/main' into lib-builder-mobile
Steve Pfister committedFeb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 3911d2c - Browse repository at this point
Copy the full SHA 3911d2cView commit details -
Move symbol table stripping to its own method
Steve Pfister committedFeb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 9bb0dd9 - Browse repository at this point
Copy the full SHA 9bb0dd9View commit details -
Revert aotcompiler.c workaround
Steve Pfister committedFeb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 4ed46bf - Browse repository at this point
Copy the full SHA 4ed46bfView commit details -
Condition some of the library builder specific items
Steve Pfister committedFeb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for fde2bda - Browse repository at this point
Copy the full SHA fde2bdaView commit details
Commits on Feb 10, 2023
-
Steve Pfister committed
Feb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for d6fd785 - Browse repository at this point
Copy the full SHA d6fd785View commit details -
Add library builder tasks as a correlation payload.
Steve Pfister committedFeb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for cde3f9d - Browse repository at this point
Copy the full SHA cde3f9dView commit details -
Remove unnecessary librarybuilder props import
Steve Pfister committedFeb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 6ba6aa9 - Browse repository at this point
Copy the full SHA 6ba6aa9View commit details
Commits on Feb 13, 2023
-
Steve Pfister committed
Feb 13, 2023 Configuration menu - View commit details
-
Copy full SHA for ba37138 - Browse repository at this point
Copy the full SHA ba37138View commit details
Commits on Feb 14, 2023
-
Make sure sample provides linker arg items
Steve Pfister committedFeb 14, 2023 Configuration menu - View commit details
-
Copy full SHA for d3c03ac - Browse repository at this point
Copy the full SHA d3c03acView commit details -
Linker args in runtime test build
Steve Pfister committedFeb 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 04acf6c - Browse repository at this point
Copy the full SHA 04acf6cView commit details
Commits on Feb 22, 2023
-
Merge remote-tracking branch 'upstream/main' into lib-builder-mobile
Steve Pfister committedFeb 22, 2023 Configuration menu - View commit details
-
Copy full SHA for f4c204f - Browse repository at this point
Copy the full SHA f4c204fView commit details
Commits on Feb 23, 2023
-
Make the runtime libraries to link actually work
Steve Pfister committedFeb 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 2ccf282 - Browse repository at this point
Copy the full SHA 2ccf282View commit details -
Add default list of pinvokes for android aot
Steve Pfister committedFeb 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 807844e - Browse repository at this point
Copy the full SHA 807844eView commit details
Commits on Feb 28, 2023
-
Merge remote-tracking branch 'upstream/main' into lib-builder-mobile
Steve Pfister committedFeb 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 55e98f5 - Browse repository at this point
Copy the full SHA 55e98f5View commit details -
Steve Pfister committed
Feb 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 340a02f - Browse repository at this point
Copy the full SHA 340a02fView commit details
Commits on Mar 1, 2023
-
Remove extra symbols to keep. Condition direct icalls and direct pinv…
…okes to library mode
Steve Pfister committedMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 09aab3c - Browse repository at this point
Copy the full SHA 09aab3cView commit details -
PR feedback. Add test UnmanagedCallersOnly back in
Steve Pfister committedMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for c99889b - Browse repository at this point
Copy the full SHA c99889bView commit details -
Remove autoinit.c as it will come back in a follow up
Steve Pfister committedMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 223cf3a - Browse repository at this point
Copy the full SHA 223cf3aView commit details
Commits on Mar 4, 2023
-
Generate list of assemblies that contained unmanagedcallersonly attri…
…butes. Additional cleanup.
Steve Pfister committedMar 4, 2023 Configuration menu - View commit details
-
Copy full SHA for e641c28 - Browse repository at this point
Copy the full SHA e641c28View commit details
Commits on Mar 6, 2023
-
Steve Pfister committed
Mar 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 6a23439 - Browse repository at this point
Copy the full SHA 6a23439View commit details -
Merge remote-tracking branch 'upstream/main' into lib-builder-mobile
Steve Pfister committedMar 6, 2023 Configuration menu - View commit details
-
Copy full SHA for e272bb0 - Browse repository at this point
Copy the full SHA e272bb0View commit details -
Ignore CA1850 in the library builder
Steve Pfister committedMar 6, 2023 Configuration menu - View commit details
-
Copy full SHA for f30804d - Browse repository at this point
Copy the full SHA f30804dView commit details