summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.modifying.operations
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Add casts to avoid signed/unsigned mismatch warnings on MSVC++Billy Robert O'Neal III2020-01-143-3/+3
* [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is...Louis Dionne2019-11-073-3/+3
* [libc++] Fix some constexpr tests broken by D68837Louis Dionne2019-11-074-4/+4
* [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexprLouis Dionne2019-11-064-181/+164
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-216-6/+6
* This patch makes swap functions constexpr. Both swap overloads, swap_ranges a...Zoe Carver2019-07-052-0/+33
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-314-0/+5
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-122-0/+4
* Support tests in freestandingJF Bastien2019-02-0442-43/+125
* D14686: 'Protect against overloaded comma in random_shuffle and improve tests...Marshall Clow2019-01-242-2/+45
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1942-168/+126
* Tolerate Clangs new static_assert messagesEric Fiselier2018-12-141-1/+1
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-04-126-19/+19
* [libcxx] [test] Use TEST_COMPILER_C1XX.Stephan T. Lavavej2018-04-121-2/+3
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-1220-28/+28
* Another batch of P0202 constepr algirithms. remove/remove_if/remove_copy/remo...Marshall Clow2018-01-226-8/+117
* Still more P0202 constexpr-ifying. This batch is: for_each/for_each_n/lexicog...Marshall Clow2018-01-221-2/+24
* Add (commented out) constexpr tests for copy/copy_backwards/copy_if/copy_n. ...Marshall Clow2018-01-224-4/+74
* More P0202 constexpr work. This commit adds fill/fill_n/generate/generate_n/u...Marshall Clow2018-01-208-10/+155
* More P0202 constexpr-ifying in <algorithm>. This commit handles replace/repla...Marshall Clow2018-01-194-6/+82
* More P0202 constexpr-ifying in <algorithm>. This commit handles 'transform'.Marshall Clow2018-01-192-3/+48
* 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
* [libcxx] [test] Fix MSVC warnings, null pointer deref.Stephan T. Lavavej2017-12-131-0/+4
* Fix PR#35948: generate_n does not accept floating point Size arguments.Marshall Clow2017-12-041-5/+18
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-041-1/+1
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithmEric Fiselier2017-04-188-67/+36
* Update the algorithm tests to not use the (deprecated) function binders. No f...Marshall Clow2017-03-234-7/+15
* Use 'REQUIRES: c++98 || c++03 || c++11 || c++14' instead of the deprecated 'R...Marshall Clow2017-03-232-2/+2
* Remove random_shuffle in C++17. Please use shuffle instead. If you have to, ...Marshall Clow2017-03-232-0/+2
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-112-71/+75
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-1/+2
* [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-2/+2
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-3/+4
* Work around more -Wshadow warningsEric Fiselier2016-12-031-1/+1
* [libcxx] [test] D26816: Fix non-Standard assumptions when testing sample().Stephan T. Lavavej2016-11-181-3/+14
* Add missing include in test; NFC. Thanks to Jonathan Wakely for the report.Marshall Clow2016-10-131-0/+1
* Implement C++17 std::sample.Eric Fiselier2016-08-283-0/+244
* Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.Eric Fiselier2016-08-281-1/+1
* Fix portability issues in <random> tests. Patch from STL@microsoft.comEric Fiselier2016-07-243-5/+16
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Fix warnings in test/std/algorithmsEric Fiselier2015-07-181-5/+5
* [libcxx] Properly convert the count arguments to the *_n algorithms before use.Eric Fiselier2015-02-103-11/+20
* Test commit: remove whitespace at EOL.Dimitry Andric2015-02-051-1/+1
* Fix PR#22433. The algorithm is_partitioned was testing an item in the middle ...Marshall Clow2015-02-021-5/+24
* Removed some tabs that snuck into the test suite. No functionality changeMarshall Clow2015-01-281-1/+1
* Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Pet...Marshall Clow2015-01-061-0/+49
* Move test into test/std subdirectory.Eric Fiselier2014-12-2039-0/+3918
OpenPOWER on IntegriCloud