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

Enable building NativeAOT for Apple mobile platforms #81780

Merged
merged 16 commits into from
Feb 16, 2023

Commits on Feb 7, 2023

  1. Enable building NativeAOT for Apple mobile platforms

    These changes allow the NativeAOT runtime to compile for and run on iOS, tvOS and MacCatalyst.
    
    Contributes to dotnet#81024
    akoeplinger committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    268e281 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Merge remote-tracking branch 'upstream/main' into nativeaot-mobile

    # Conflicts:
    #	src/mono/Directory.Build.props
    #	src/native/libs/build-native.sh
    akoeplinger committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    366752c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    414bda6 View commit details
    Browse the repository at this point in the history
  3. Fixup

    akoeplinger committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ee10278 View commit details
    Browse the repository at this point in the history
  4. Fixup

    akoeplinger committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    cef6c24 View commit details
    Browse the repository at this point in the history
  5. Fixup

    akoeplinger committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a532f5a View commit details
    Browse the repository at this point in the history
  6. Fixup

    akoeplinger committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7447182 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Fix libs.pretest build

    akoeplinger committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    26a3cab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cbba74 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into nativeaot-mobile

    # Conflicts:
    #	eng/Subsets.props
    akoeplinger committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f0f3390 View commit details
    Browse the repository at this point in the history
  4. Revert a few more changes

    akoeplinger committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c28bfd1 View commit details
    Browse the repository at this point in the history
  5. Add a comment

    akoeplinger committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    a403f62 View commit details
    Browse the repository at this point in the history
  6. Revert one more change

    akoeplinger committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    51cdabd View commit details
    Browse the repository at this point in the history
  7. Revert one more change

    akoeplinger committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5970ec2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Fix TARGET vs HOST

    akoeplinger committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    44db39d View commit details
    Browse the repository at this point in the history
  2. Simplify ICU fallback

    akoeplinger committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    9f54bda View commit details
    Browse the repository at this point in the history