Howard Hinnant 0148a838d0 Simplied bind using __invoke. In the process, found and fixed a couple of bugs. C++11 only. 14 years ago
..
algorithms b64f8b07c1 license change 14 years ago
atomics 770d1c4ea7 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. 14 years ago
containers 2d01bf0665 Suppress some warings in the tests. 14 years ago
depr 0a111118a6 http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests. 14 years ago
diagnostics b64f8b07c1 license change 14 years ago
input.output d515df2a50 Fix test bug. 14 years ago
iterators b64f8b07c1 license change 14 years ago
language.support 770a3c5116 <rdar://problem/9073695> std::uncaught_exception() becomes true before evaluating the throw-expression rather than after 14 years ago
localization a5a0ba86c8 Warning suppression in test. 14 years ago
numerics f6cc833ae7 Warning suppression in test. 14 years ago
re 31aaf55f4c N3158 Missing preconditions for default-constructed match_result objects 14 years ago
strings c9f5d9fca6 test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it. 14 years ago
thread 3dd965bdf9 This commit was accidental. Reverting. 14 years ago
utilities 0148a838d0 Simplied bind using __invoke. In the process, found and fixed a couple of bugs. C++11 only. 14 years ago
CMakeLists.txt 626916fc25 Add CMake build and fix major Linux blockers. 14 years ago
hexfloat.h e80c36e27b Correction to hexfloat hack. 14 years ago
lit.cfg e76496ce46 Teach the Lit configuration to actually use the cxx0x setting when 14 years ago
lit.site.cfg.in 626916fc25 Add CMake build and fix major Linux blockers. 14 years ago
nothing_to_do.pass.cpp b64f8b07c1 license change 14 years ago
testit c4cbb5b6b7 Update testit to default to clang 14 years ago