summaryrefslogtreecommitdiffstats
path: root/libcxx/test/algorithms
Commit message (Collapse)AuthorAgeFilesLines
* Move common header files into a 'support' directory; make 'testit' include ↵Marshall Clow2013-01-0597-97/+97
| | | | | | -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
* ...and then there was one. Only one copy of 'iterators.h' in the test tree ↵Marshall Clow2013-01-0498-411/+97
| | | | | | for libc++ llvm-svn: 171479
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-126-12/+12
| | | | llvm-svn: 137522
* license changeHoward Hinnant2010-11-16143-286/+286
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-0425-93/+93
| | | | | | 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
* Fixing whitespace problemsHoward Hinnant2010-08-22123-380/+369
| | | | llvm-svn: 111753
* US 122, N3106Howard Hinnant2010-08-217-18/+81
| | | | llvm-svn: 111742
* Completed [alg.random.shuffle].Howard Hinnant2010-05-263-10/+24
| | | | llvm-svn: 104708
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11143-143/+143
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-11144-0/+14303
llvm-svn: 103490
OpenPOWER on IntegriCloud