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-09 10:22:20 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
5f9abc8544483fc71b39fe40196034ecd9467b02
atomic
/
test
History
Andrey Semashev
55e8b16a12
Fixed compilation with gcc 4.4. Optimized code for gcc older than 4.7 and also added support for 128-bit atomic ops. Completed transition to defaulted and deleted functions.
...
[SVN r84801]
2013-06-16 13:40:11 +00:00
..
api_test_helpers.hpp
Fixed compilation with gcc 4.4. Optimized code for gcc older than 4.7 and also added support for 128-bit atomic ops. Completed transition to defaulted and deleted functions.
2013-06-16 13:40:11 +00:00
atomicity.cpp
atomic: fix typos
2012-12-18 09:43:23 +00:00
fallback_api.cpp
atomic: remove remaining C99 ints
2012-07-22 13:05:39 +00:00
Jamfile.v2
Added threading=multi requirement to fix linking with pthread.
2012-12-10 19:43:51 +00:00
lockfree.cpp
Added a generic atomic<> implementation based on the new __atomic intrinsics available in gcc 4.7 and clang 3.2. The new implementation adds support for 128-bit atomic. Other implementations updated to employ new macros in Boost.Config for defaulted and deleted functions (this is not complete yet). Fixed padding for the lock pool. Initializing constructor for atomic<> made explicit to avoid ambiguities of different overloads of operator=.
2013-06-15 20:43:48 +00:00
native_api.cpp
Fixed compilation with gcc 4.4. Optimized code for gcc older than 4.7 and also added support for 128-bit atomic ops. Completed transition to defaulted and deleted functions.
2013-06-16 13:40:11 +00:00
ordering.cpp
atomic: fix testsuite compilation with -Werror=unused-but-set-variable
2012-12-07 13:35:25 +00:00