cxx/test/atomics/atomics.types.generic
2013-01-04 18:58:50 +00:00
..
address.pass.cpp libc++: Add some missing #includes to atomics tests. libc++ doesn't need these 2012-04-19 00:50:47 +00:00
bool.pass.cpp atomic_bool was missing (just a typedef to atomic<bool>). 2013-01-04 18:58:50 +00:00
cstdint_typedefs.pass.cpp libc++: Add some missing #includes to atomics tests. libc++ doesn't need these 2012-04-19 00:50:47 +00:00
integral_typedefs.pass.cpp After a long break to wait for the atomic spec to settle, this completes the library part of <atomic>. It currently won't even parse as it depends on the existence of the intrinsics specified at http://libcxx.llvm.org/atomic_design_a.html. Everything has been tested using fake intrinsics which have now been removed. As the intrinsics come online, the ATOMIC_* macros will need to be adjusted to reflect which operations are lock-free. These macros will probably need to be #ifdef'd for each supported platform. 2010-12-08 17:20:28 +00:00
integral.pass.cpp Fix the remaining atomic tests, all of which were wrong for the case where a 2012-04-05 13:48:16 +00:00