Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 26 | -2713/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Fix the tests I broke with the last commit. Sorry for the noise | Marshall Clow | 2014-11-17 | 2 | -4/+3 |
| | | | | llvm-svn: 222165 | ||||
* | Reworked mismatch tests to count the number of comparisons, and make sure we ↵ | Marshall Clow | 2014-11-17 | 2 | -58/+47 |
| | | | | | | are conforming with LWG2404. We are llvm-svn: 222159 | ||||
* | Create a 'comma_iterator' class that overloads operator, and asserts when ↵ | Marshall Clow | 2014-09-16 | 2 | -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 Hinnant | 2013-07-08 | 3 | -6/+6 |
| | | | | llvm-svn: 185865 | ||||
* | Implement n3607: 'equal', 'mismatch', and 'is_permutation' | Marshall Clow | 2013-05-09 | 6 | -0/+775 |
| | | | | llvm-svn: 181548 | ||||
* | Somehow search_n never got tested, so of course it had a bug in it. This ↵ | Howard Hinnant | 2013-04-04 | 2 | -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 Clow | 2013-01-05 | 23 | -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 Clow | 2013-01-04 | 23 | -23/+23 |
| | | | | | | for libc++ llvm-svn: 171479 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 24 | -48/+48 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 18 | -40/+40 |
| | | | | llvm-svn: 111753 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 24 | -24/+24 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 24 | -0/+1713 |
llvm-svn: 103490 |