-
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
[c11] define mono atomics in terms of standard atomics #91489
Merged
Merged
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f87b95 - Browse repository at this point
Copy the full SHA 4f87b95View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f5fa0 - Browse repository at this point
Copy the full SHA f0f5fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3685100 - Browse repository at this point
Copy the full SHA 3685100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5728b5b - Browse repository at this point
Copy the full SHA 5728b5bView commit details -
disable stdatomic on android-x86
ATOMIC_LONG_LONG_LOCK_FREE is 1, not 2
Configuration menu - View commit details
-
Copy full SHA for 1303731 - Browse repository at this point
Copy the full SHA 1303731View commit details -
Configuration menu - View commit details
-
Copy full SHA for a44166e - Browse repository at this point
Copy the full SHA a44166eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e43c4e - Browse repository at this point
Copy the full SHA 5e43c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5935cff - Browse repository at this point
Copy the full SHA 5935cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f29f31 - Browse repository at this point
Copy the full SHA 4f29f31View commit details -
Configuration menu - View commit details
-
Copy full SHA for da6b965 - Browse repository at this point
Copy the full SHA da6b965View commit details -
Revert "move ENABLE_STDATOMIC logic to cmake"
This reverts commit da6b965.
Configuration menu - View commit details
-
Copy full SHA for b33ab29 - Browse repository at this point
Copy the full SHA b33ab29View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8821d8 - Browse repository at this point
Copy the full SHA d8821d8View commit details -
Apply suggestions from code review
- Fix typos. - Use `_Atomic(T)` (macro) instead of `_Atomic T` (qualifier). Co-authored-by: Aaron Robinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec6f654 - Browse repository at this point
Copy the full SHA ec6f654View commit details
Commits on Sep 6, 2023
-
Co-authored-by: Johan Lorensson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6984ac0 - Browse repository at this point
Copy the full SHA 6984ac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2017e5d - Browse repository at this point
Copy the full SHA 2017e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c55e2 - Browse repository at this point
Copy the full SHA 32c55e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b30143 - Browse repository at this point
Copy the full SHA 0b30143View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.