summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms
Commit message (Expand)AuthorAgeFilesLines
* Add braces, move braces, and rename variables to avoid shadowing. Patch from ...Eric Fiselier2016-04-281-0/+2
* Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary ...Marshall Clow2016-03-072-0/+121
* Change some #ifdefs to #if - thanks to Dexon for thge catch.Marshall Clow2015-07-302-4/+4
* Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report ...Marshall Clow2015-07-292-10/+69
* Fix warnings in test/std/algorithmsEric Fiselier2015-07-185-16/+15
* Fix for LWG Issue 2369: constexpr max(initializer_list) vs max_elementMarshall Clow2015-05-106-0/+89
* Need to wrap a bit in an ifdef, since there are no initializer_lists in C++03Marshall Clow2015-02-111-0/+2
* Fix PR 22541: When values are equal, minmax should return the rightmost one i...Marshall Clow2015-02-111-0/+35
* [libcxx] Properly convert the count arguments to the *_n algorithms before use.Eric Fiselier2015-02-105-11/+30
* 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
* Fix PR#22427. The implementation of inplace_merge had a \'small data set\' op...Marshall Clow2015-02-022-3/+12
* Removed some tabs that snuck into the test suite. No functionality changeMarshall Clow2015-01-283-15/+15
* 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-20145-0/+15343
OpenPOWER on IntegriCloud