Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 11 | -884/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Allow libc++ to be built on systems without POSIX threads | Jonathan Roelofs | 2014-09-05 | 9 | -0/+18 |
| | | | | | | | | | | If you're crazy enough to want this sort of thing, then add -D_LIBCPP_HAS_NO_THREADS to your CXXFLAGS and --param=additiona_features=libcpp-has-no-threads to your lit commnad line. http://reviews.llvm.org/D3969 llvm-svn: 217271 | ||||
* | [tests] Another batch of timeout increases. | Daniel Dunbar | 2013-02-11 | 1 | -3/+3 |
| | | | | llvm-svn: 174902 | ||||
* | A bunch of future tests got invalidated with the latest updates to thread. ↵ | Howard Hinnant | 2011-05-17 | 4 | -15/+15 |
| | | | | | | Fixed the tests. llvm-svn: 131509 | ||||
* | Implemented N3194 | Howard Hinnant | 2010-11-30 | 1 | -0/+66 |
| | | | | llvm-svn: 120458 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 10 | -20/+20 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 3 | -6/+6 |
| | | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086 | ||||
* | [futures.unique_future] | Howard Hinnant | 2010-08-29 | 10 | -0/+800 |
llvm-svn: 112423 |