summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.nonmodifying
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-213-3/+3
* Support tests in freestandingJF Bastien2019-02-0427-27/+81
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1927-108/+81
* Add missing include to test. NFCMarshall Clow2018-12-191-0/+1
* One more local type warning removed from the tests. NFCMarshall Clow2018-10-121-8/+12
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-125-9/+9
* Fix the BinaryPredicate form of std::is_permutation to not rely on operator==Peter Collingbourne2018-01-261-0/+24
* Still more P0202 constexpr-ifying. This batch is: for_each/for_each_n/lexicog...Marshall Clow2018-01-222-2/+37
* Fix most GCC test failures.Eric Fiselier2018-01-183-7/+6
* More constexpr algorithms from P0202. search/search_nMarshall Clow2018-01-164-4/+79
* More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, ...Marshall Clow2018-01-162-2/+2
* Actually CALL the constexpr tests.Marshall Clow2018-01-162-0/+8
* More constexpr (re P0202) - equal and mismatchMarshall Clow2018-01-164-4/+146
* Fix constexpr failure on C++11-based buildbots.Marshall Clow2018-01-151-1/+1
* More constexpr from P0202. count and count_if. Also fix a comment that Morwen...Marshall Clow2018-01-152-4/+33
* Some of the tests from earlier today had 'int' as the return type when it sho...Marshall Clow2018-01-155-5/+5
* More P0202 constexpr-ifying. All the find_XXX algorithms in this commit.Marshall Clow2018-01-159-14/+192
* partition_point gets the P0202 treatmentMarshall Clow2018-01-152-2/+2
* More constexpr algorithms from P0202. any_of/all_of/none_of.Marshall Clow2018-01-153-3/+48
* First part of P0202: Adding constexpr modifiers to functions in <algorithm> a...Marshall Clow2018-01-152-2/+40
* Fix misspelled macro name - thanks to andrew@ispras.ru for the catchMarshall Clow2018-01-101-1/+1
* Add the C++17 extensions to std::search. Include the default searcher, but no...Marshall Clow2018-01-081-0/+28
* 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