summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.nonmodifying
Commit message (Expand)AuthorAgeFilesLines
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-1/+1
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-152-2/+2
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-292-2/+2
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-293-12/+12
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-201-5/+5
* Add non-parallel version of for_each_n (+tests) from the Parallelism TSMarshall Clow2017-05-251-0/+61
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-043-3/+3
* Update the algorithm tests to not use the (deprecated) function binders. No f...Marshall Clow2017-03-233-7/+27
* [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-1/+1
* Purge all usages of _LIBCPP_STD_VER under test/std/algorithmEric Fiselier2016-10-085-95/+85
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-012-3/+3
* Fix warnings in test/std/algorithmsEric Fiselier2015-07-182-7/+6
* [libcxx] Properly convert the count arguments to the *_n algorithms before use.Eric Fiselier2015-02-102-0/+10
* Removed some tabs that snuck into the test suite. No functionality changeMarshall Clow2015-01-282-14/+14
* Move test into test/std subdirectory.Eric Fiselier2014-12-2026-0/+2713
OpenPOWER on IntegriCloud