This website requires JavaScript.
Explore
Help
Sign In
boost
/
atomic
Watch
2
Star
0
Fork
0
You've already forked atomic
mirror of
https://github.com/boostorg/atomic.git
synced
2026-02-02 08:22:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
512f1ac4092d5e2eee9883acc334815367e8563d
atomic
/
test
History
Andrey Semashev
9be3389f06
Updated test to refrect improved support for Oracle Studio and SPARC.
2016-09-17 13:30:26 +03:00
..
api_test_helpers.hpp
Fixes
#10994
. Fixed compilation with gcc 4.4 when cmpxchg16b is used.
2015-08-17 23:27:37 +03:00
atomicity.cpp
Silenced MSVC warnings about 'this' being used in the constructor initialization list.
2015-08-22 20:47:56 +03:00
fallback_api.cpp
Fixes
#10994
. Fixed compilation with gcc 4.4 when cmpxchg16b is used.
2015-08-17 23:27:37 +03:00
Jamfile.v2
Ported tests to core/lightweight_test.hpp.
2015-01-25 18:50:58 +03:00
lockfree.cpp
Updated test to refrect improved support for Oracle Studio and SPARC.
2016-09-17 13:30:26 +03:00
native_api.cpp
Fixes
#10994
. Fixed compilation with gcc 4.4 when cmpxchg16b is used.
2015-08-17 23:27:37 +03:00
ordering.cpp
Corrected memory ordering of loads. Relaxed loads do not synchronize-with seq_cst stores, which allowed the test to fail. Also removed unnecessary loads that did not contribute to the test robustness and could have reduced it by issuing extra memory fences.
2015-08-14 15:03:35 +03:00