summaryrefslogtreecommitdiffstats
path: root/libcxx/test/algorithms/alg.nonmodifying
Commit message (Collapse)AuthorAgeFilesLines
* Implement n3607: 'equal', 'mismatch', and 'is_permutation'Marshall Clow2013-05-096-0/+775
| | | | llvm-svn: 181548
* Somehow search_n never got tested, so of course it had a bug in it. This ↵Howard Hinnant2013-04-042-0/+221
| | | | | | fixes http://llvm.org/bugs/show_bug.cgi?id=15667. llvm-svn: 178764
* Move common header files into a 'support' directory; make 'testit' include ↵Marshall Clow2013-01-0523-23/+23
| | | | | | -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-0423-23/+23
| | | | | | for libc++ llvm-svn: 171479
* license changeHoward Hinnant2010-11-1624-48/+48
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-2218-40/+40
| | | | llvm-svn: 111753
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1124-24/+24
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1124-0/+1713
llvm-svn: 103490
OpenPOWER on IntegriCloud