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

gh-115041: Add wrappers that are atomic only in free-threaded builds #115046

Merged
merged 6 commits into from
Feb 14, 2024

Commits on Feb 5, 2024

  1. Add wrappers that are atomic only in free-threaded builds

    These are intended to be used in places where atomics are required in
    free-threaded builds, but not in the default build, and we don't want to
    introduce the potential performance overhead of an atomic operation in the
    default build.
    mpage committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2b3690d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cd4621 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Remove NEWS entry

    mpage committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1b977a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9978056 View commit details
    Browse the repository at this point in the history
  3. Add header to vcxproj files

    mpage committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e78e018 View commit details
    Browse the repository at this point in the history
  4. Remove stray newline

    mpage committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b44e1ab View commit details
    Browse the repository at this point in the history