aboutsummaryrefslogtreecommitdiff
path: root/tests/stdatomic_test.cpp
AgeCommit message (Expand)Author
2023-11-14Better obstruct optimization for ordering testHans Boehm
2023-09-14Consistent qualifier ordering.Elliott Hughes
2020-07-21Changes for #inclusivefixit.Elliott Hughes
2020-03-25Increase iteration count for ordering testHans Boehm
2020-02-13Remove mips test workarounds.Elliott Hughes
2019-08-14stdatomic_test: always use bits/stdatomic.hTom Cherry
2019-07-18Change stdatomic.h check from defined(_USING_LIBCXX) to __has_include(<atomic>)Tom Cherry
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2017-04-05Fix compare_exchange_weak tests to allow spurious failureHans Boehm
2016-06-06Preliminary cleanup of <sys/cdefs.h>.Elliott Hughes
2014-09-30Switch benchmarks and tests to libc++.Dan Albert
2014-08-29Make stdatomic.h work with gcc4.6 host compilerHans Boehm
2014-08-22Fix, generalize stdatomic.h; improve test.Hans Boehm
2014-07-24[MIPS] Fix atomic_is_lock_free test for mips32.Raghu Gandham
2014-05-28Fixes stdatomic.h test to match C11 specDan Albert
2014-05-23Add C11 <stdatomic.h>.Elliott Hughes