summaryrefslogtreecommitdiffstats
path: root/libcxx/test/algorithms/alg.modifying.operations/alg.remove
Commit message (Collapse)AuthorAgeFilesLines
* Fix PR#202520 - predicate called too many times in list::remove_if. Add ↵Marshall Clow2014-08-041-1/+7
| | | | | | tests for list, forward_list, and the std::remove_if algorithm llvm-svn: 214736
* Move common header files into a 'support' directory; make 'testit' include ↵Marshall Clow2013-01-054-4/+4
| | | | | | -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-044-4/+4
| | | | | | for libc++ llvm-svn: 171479
* license changeHoward Hinnant2010-11-164-8/+8
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-042-10/+10
| | | | | | 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-224-15/+15
| | | | llvm-svn: 111753
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-114-4/+4
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-114-0/+318
llvm-svn: 103490
OpenPOWER on IntegriCloud