Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move common header files into a 'support' directory; make 'testit' include ↵ | Marshall Clow | 2013-01-05 | 2 | -2/+2 |
| | | | | | | -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files llvm-svn: 171594 | ||||
* | Windows porting work by Ruben Van Boxem | Howard Hinnant | 2011-10-03 | 2 | -2/+6 |
| | | | | llvm-svn: 141003 | ||||
* | Correct test. | Howard Hinnant | 2011-07-19 | 1 | -0/+1 |
| | | | | llvm-svn: 135460 | ||||
* | Make all fstream tests use tmpnam if creating files, rather than | Alexis Hunt | 2011-07-18 | 24 | -156/+205 |
| | | | | | | hard-coded names. llvm-svn: 135444 | ||||
* | Do a litmus test of using tmpnam to generate safe temporary file names | Alexis Hunt | 2011-07-18 | 1 | -4/+6 |
| | | | | | | for the tests that open new data files. llvm-svn: 135422 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 48 | -96/+96 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 8 | -16/+16 |
| | | | | | | 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 | ||||
* | Accidentally changed a data file during the whitespace cleanup | Howard Hinnant | 2010-08-23 | 1 | -1/+1 |
| | | | | llvm-svn: 111845 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 19 | -20/+20 |
| | | | | llvm-svn: 111758 | ||||
* | UTF-8 data in this file somehow got garbled | Howard Hinnant | 2010-05-28 | 1 | -1/+1 |
| | | | | llvm-svn: 104952 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 49 | -49/+49 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 54 | -0/+2360 |
llvm-svn: 103490 |