cxx/test/atomics/atomics.flag
2010-10-04 18:52:54 +00:00
..
atomic_flag_clear_explicit.pass.cpp Still working on the basic design of <atomic>. I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can. Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available. If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job. Better documentation to follow... 2010-10-04 18:52:54 +00:00
atomic_flag_clear.pass.cpp [atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. 2010-09-30 21:05:29 +00:00
atomic_flag_test_and_set_explicit.pass.cpp [atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. 2010-09-30 21:05:29 +00:00
atomic_flag_test_and_set.pass.cpp [atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. 2010-09-30 21:05:29 +00:00
clear.pass.cpp Still working on the basic design of <atomic>. I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can. Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available. If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job. Better documentation to follow... 2010-10-04 18:52:54 +00:00
copy_assign.fail.cpp [atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. 2010-09-30 21:05:29 +00:00
copy_ctor.fail.cpp [atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. 2010-09-30 21:05:29 +00:00
copy_volatile_assign.fail.cpp [atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. 2010-09-30 21:05:29 +00:00
default.pass.cpp [atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. 2010-09-30 21:05:29 +00:00
init.pass.cpp [atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. 2010-09-30 21:05:29 +00:00
test_and_set.pass.cpp [atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. 2010-09-30 21:05:29 +00:00