summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+1
* Support tests in freestandingJF Bastien2019-02-045-5/+15
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-121-2/+2
* Still more P0202 constexpr-ifying. This batch is: for_each/for_each_n/lexicog...Marshall Clow2018-01-221-2/+24
* Some of the tests from earlier today had 'int' as the return type when it sho...Marshall Clow2018-01-152-2/+2
* partition_point gets the P0202 treatmentMarshall Clow2018-01-151-2/+19
* First part of P0202: Adding constexpr modifiers to functions in <algorithm> a...Marshall Clow2018-01-151-2/+17
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithmEric Fiselier2017-04-181-3/+1
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-53/+58
* Add missing include in test; NFC. Thanks to Jonathan Wakely for the report.Marshall Clow2016-10-131-0/+1
* Fix warnings in test/std/algorithmsEric Fiselier2015-07-181-5/+5
* Fix PR#22433. The algorithm is_partitioned was testing an item in the middle ...Marshall Clow2015-02-021-5/+24
* Move test into test/std subdirectory.Eric Fiselier2014-12-205-0/+602
OpenPOWER on IntegriCloud