This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
cxx
Watch
1
Star
0
Fork
0
You've already forked cxx
Code
Issues
Pull Requests
Releases
Wiki
Activity
cxx
/
test
/
atomics
/
atomics.types.operations
History
NAKAMURA Takumi
6911fb59fd
Mark 218 tests as fail to compile lack of C++0x features.
2011-05-01 21:52:08 +09:00
..
atomics.types.operations.arith
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
atomics.types.operations.general
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
atomics.types.operations.pointer
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
atomics.types.operations.req
Mark 218 tests as fail to compile lack of C++0x features.
2011-05-01 21:52:08 +09:00
atomics.types.operations.templ
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
nothing_to_do.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