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

Add Mac Catalyst (iOS API, Mac ABI) runtime #47823

Merged
merged 32 commits into from
Feb 8, 2021
Merged

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    5015d03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8980f41 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    840e234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    901bac3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce6ef33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b955a3a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Partially bring up app builder.

    THIS IS INCOMPLETE, THERE ARE MISSING SYMBOLS LINKING THE RUNTIME
    directhex committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ab7d99f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ccad31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ee8b78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49ab49a View commit details
    Browse the repository at this point in the history
  5. re-enable all tests

    directhex committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    cbec4f2 View commit details
    Browse the repository at this point in the history
  6. Bad change, revert

    directhex committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    72e9368 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. copy-paste error

    directhex committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    9cb3d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f70185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a3ab81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d5d1fb View commit details
    Browse the repository at this point in the history
  5. Disable -Woverriding-t-option on Mac Catalyst builds

    Somewhere between CMake 3.17 and 3.19.4, a decision was made to force
    setting of -mmacosx-version-min when building with an OSX SDK. Leave
    The relevant cmake deployment variable blank, and it just picks its
    own default. You can't bypass it, as far as I can tell.
    
    Mac Catalyst requires a -target flag, which is incompatible with
    a -mmacosx-version-min flag. Sadly, our best option is to suppress
    the warning/error, as the bug is in CMake not with us.
    directhex committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    8daf812 View commit details
    Browse the repository at this point in the history
  6. Fix build failure

    directhex committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    519b266 View commit details
    Browse the repository at this point in the history
  7. Update src/libraries/System.Private.CoreLib/src/System/OperatingSyste…

    …m.cs
    
    Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
    directhex and rolfbjarne authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a88df9f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    7f9099b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebdb15e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3efc53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59ce230 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d75869a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7cd8cc View commit details
    Browse the repository at this point in the history
  7. More fixes from Alex

    directhex committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    1192773 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1dc4019 View commit details
    Browse the repository at this point in the history
  9. Remove retired C define

    directhex committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    740dddb View commit details
    Browse the repository at this point in the history
  10. More changes from Alex

    directhex committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    619e4d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    d0c70b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ac6335 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ee37bc View commit details
    Browse the repository at this point in the history