Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Found six (nmostly) identical files named 'test_allocator.h' in the libcxx ↵ | Marshall Clow | 2013-12-03 | 1 | -75/+0 |
| | | | | | | test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. llvm-svn: 196174 | ||||
* | This is a start at making the libc++ test suite friendlier to the ↵ | Howard Hinnant | 2013-03-23 | 1 | -1/+6 |
| | | | | | | -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously. llvm-svn: 177824 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -1/+1 |
| | | | | llvm-svn: 111764 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+70 |
llvm-svn: 103490 |