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-01-26 18:32:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
4dee330229c4f54b157ebde9dbd301bb33e64f2c
atomic
/
test
History
Andrey Semashev
4dee330229
Added support for types with non-trivial default constructors.
2014-07-07 22:40:41 +04:00
..
api_test_helpers.hpp
Added support for types with non-trivial default constructors.
2014-07-07 22:40:41 +04:00
atomicity.cpp
Corrected includes.
2014-01-27 11:30:04 +04:00
fallback_api.cpp
Added support for types with non-trivial default constructors.
2014-07-07 22:40:41 +04:00
Jamfile.v2
Added Windows version specification to fix compilation with MSVC. The code targets for Windows 2000.
2014-06-09 01:18:38 +04:00
lockfree.cpp
Adjusted the workaround for ldrexd/strexd instruction problem with register pairs allocation. The problem only affects ARMv6k in Thumb mode, so enable these instructions for ARM mode. Also don't base the decision on the compiler version, it is probably not relevant. Updated lockfree test to reflect the recent changes related to ARM backends.
2014-05-23 21:02:07 +04:00
native_api.cpp
Added support for types with non-trivial default constructors.
2014-07-07 22:40:41 +04:00
ordering.cpp
Corrected includes.
2014-01-27 11:30:04 +04:00