summaryrefslogtreecommitdiffstats
path: root/libcxx/test/algorithms/alg.nonmodifying
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2026-2713/+0
| | | | llvm-svn: 224658
* Fix the tests I broke with the last commit. Sorry for the noiseMarshall Clow2014-11-172-4/+3
| | | | llvm-svn: 222165
* Reworked mismatch tests to count the number of comparisons, and make sure we ↵Marshall Clow2014-11-172-58/+47
| | | | | | are conforming with LWG2404. We are llvm-svn: 222159
* Create a 'comma_iterator' class that overloads operator, and asserts when ↵Marshall Clow2014-09-162-0/+16
| | | | | | it's called. Add tests to mismatch to make sure it can't be blindsided by such an evil iterator. More tests for other algorithms forthcoming. Thanks to STL for pointing this out at CppCon and Yakov Galka for opening LWG issue #2133 llvm-svn: 217902
* War on tabs.Howard Hinnant2013-07-083-6/+6
| | | | llvm-svn: 185865
* 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