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

Use target_vendor = "apple" instead of target_os = "..." #124491

Merged
merged 6 commits into from
May 1, 2024

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    d9c0eb8 View commit details
    Browse the repository at this point in the history
  2. Fix available_parallelism on watchOS and visionOS

    Both `sysconf` and `_SC_NPROCESSORS_ONLN` is available on all Apple platforms.
    madsmtm committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    79c6d91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6d9da6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    214d588 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b488cd View commit details
    Browse the repository at this point in the history
  6. Fix posix_spawn not being used on iOS and visionOS

    `man posix_spawn` documents it to be able to return `ENOENT`, and there
    should be nothing preventing this. Tested in the iOS simulator and on
    Mac Catalyst.
    madsmtm committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f9f3573 View commit details
    Browse the repository at this point in the history