summaryrefslogtreecommitdiffstats
path: root/libcxx/test/algorithms/alg.modifying.operations
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2039-3918/+0
| | | | llvm-svn: 224658
* 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
* Taking another swing at correctly optimizing fill_n.Howard Hinnant2013-08-011-0/+41
| | | | llvm-svn: 187587
* Fix a bug in std::fill_n where memset would end up being called in cases ↵Anders Carlsson2013-07-221-0/+53
| | | | | | | | when it shouldn’t. Reviewed by Howard. llvm-svn: 186875
* Move common header files into a 'support' directory; make 'testit' include ↵Marshall Clow2013-01-0534-34/+34
| | | | | | -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-0434-34/+34
| | | | | | for libc++ llvm-svn: 171479
* license changeHoward Hinnant2010-11-1639-78/+78
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-0410-45/+45
| | | | | | 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-2235-106/+105
| | | | llvm-svn: 111753
* 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-1139-39/+39
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1139-0/+3805
llvm-svn: 103490
OpenPOWER on IntegriCloud