summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions
Commit message (Collapse)AuthorAgeFilesLines
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-121-2/+2
| | | | llvm-svn: 324959
* Still more P0202 constexpr-ifying. This batch is: ↵Marshall Clow2018-01-221-2/+24
| | | | | | for_each/for_each_n/lexicographical_compare llvm-svn: 323147
* Some of the tests from earlier today had 'int' as the return type when it ↵Marshall Clow2018-01-152-2/+2
| | | | | | should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. llvm-svn: 322505
* partition_point gets the P0202 treatmentMarshall Clow2018-01-151-2/+19
| | | | llvm-svn: 322493
* First part of P0202: Adding constexpr modifiers to functions in <algorithm> ↵Marshall Clow2018-01-151-2/+17
| | | | | | and <utility>. This commit is all the is_XXX algorithms. llvm-svn: 322489
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithmEric Fiselier2017-04-181-3/+1
| | | | llvm-svn: 300625
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-53/+58
| | | | llvm-svn: 289363
* Add missing include in test; NFC. Thanks to Jonathan Wakely for the report.Marshall Clow2016-10-131-0/+1
| | | | llvm-svn: 284120
* Fix warnings in test/std/algorithmsEric Fiselier2015-07-181-5/+5
| | | | llvm-svn: 242626
* Fix PR#22433. The algorithm is_partitioned was testing an item in the middle ↵Marshall Clow2015-02-021-5/+24
| | | | | | of the sequence twice. llvm-svn: 227824
* Move test into test/std subdirectory.Eric Fiselier2014-12-205-0/+602
llvm-svn: 224658
OpenPOWER on IntegriCloud