summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.modifying.operations
Commit message (Expand)AuthorAgeFilesLines
* 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