hanchenye-llvm-project/libcxx/test
Howard Hinnant 7f64810bc8 LWG 1385 [FCD] tuple_cat should be a single variadic signature (http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#1385). This issue is only in Ready status, meaning it is not official, but probably will be this March in Madrid. It was tentatively accepted in Batavia with the previso that Bill and I didn't have any problems implementing it. This is my part of that agreement.
llvm-svn: 121619
2010-12-11 20:47:50 +00:00
..
algorithms license change 2010-11-16 22:09:02 +00:00
atomics 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
containers LWG 1191 2010-11-17 19:52:17 +00:00
depr cleaning up... 2010-12-08 20:09:09 +00:00
diagnostics license change 2010-11-16 22:09:02 +00:00
input.output license change 2010-11-16 22:09:02 +00:00
iterators license change 2010-11-16 22:09:02 +00:00
language.support N3189 Observers for the three handler functions 2010-12-02 16:45:21 +00:00
localization license change 2010-11-16 22:09:02 +00:00
numerics LWG 1522 2010-11-18 17:34:48 +00:00
re N3158 Missing preconditions for default-constructed match_result objects 2010-12-08 21:07:55 +00:00
strings test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it. 2010-12-08 17:06:47 +00:00
thread Implemented N3194 2010-11-30 20:23:32 +00:00
utilities LWG 1385 [FCD] tuple_cat should be a single variadic signature (http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#1385). This issue is only in Ready status, meaning it is not official, but probably will be this March in Madrid. It was tentatively accepted in Batavia with the previso that Bill and I didn't have any problems implementing it. This is my part of that agreement. 2010-12-11 20:47:50 +00:00
CMakeLists.txt Add CMake build and fix major Linux blockers. 2010-12-10 19:47:54 +00:00
lit.cfg Add CMake build and fix major Linux blockers. 2010-12-10 19:47:54 +00:00
lit.site.cfg.in Add CMake build and fix major Linux blockers. 2010-12-10 19:47:54 +00:00
nothing_to_do.pass.cpp license change 2010-11-16 22:09:02 +00:00
testit Fixing whitespace problems 2010-08-22 01:04:38 +00:00