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-03 08:42:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
dcab6171fa932a9cfe6ca8ca557caafa267faf5c
atomic
/
test
History
Andrey Semashev
5b0186dc7d
Added implementation of 64-bit atomic operations on 32-bit Windows. Pointer specializations of 64-bit CAS-based atomic implementation extracted to a separate header, since these specializations are not needed on 32-bit platforms.
...
[SVN r84695]
2013-06-08 17:36:38 +00:00
..
api_test_helpers.hpp
atomic: provide additive functionality for atomic<void*>
2013-05-08 04:45:38 +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 implementation of 64-bit atomic operations on 32-bit Windows. Pointer specializations of 64-bit CAS-based atomic implementation extracted to a separate header, since these specializations are not needed on 32-bit platforms.
2013-06-08 17:36:38 +00:00
native_api.cpp
atomic: adapt for constexpr and noexcept
2013-02-14 12:32:41 +00:00
ordering.cpp
atomic: fix testsuite compilation with -Werror=unused-but-set-variable
2012-12-07 13:35:25 +00:00