summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.sorting
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-232-2/+2
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-214-4/+4
* Fix a couple of unguarded operator, calls in algorithm. Fixes PR#43063. Updat...Marshall Clow2019-08-2012-0/+93
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3131-0/+41
* Support tests in freestandingJF Bastien2019-02-0481-81/+243
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1981-324/+243
* Add diagnostics for min/max algorithms when a InputIterator is used.Eric Fiselier2018-08-221-0/+37
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-126-7/+7
* Work around GCC constexpr initialization bugEric Fiselier2018-02-031-1/+1
* Last batch of P0202 constexpr additions: includes/set_intersection/exchangeMarshall Clow2018-01-224-4/+87
* Still more P0202 constexpr-ifying. This batch is: for_each/for_each_n/lexicog...Marshall Clow2018-01-222-2/+35
* Really comment out the constexpr tests.Marshall Clow2018-01-222-30/+30
* implement (but leave commented out) the constexpr tests from P0202 for std::m...Marshall Clow2018-01-222-2/+47
* More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, ...Marshall Clow2018-01-168-20/+153
* Some of the tests from earlier today had 'int' as the return type when it sho...Marshall Clow2018-01-158-8/+8
* First part of P0202: Adding constexpr modifiers to functions in <algorithm> a...Marshall Clow2018-01-158-4/+116
* Mark test as unsupported on C++98/03, since it uses move_iteratorMarshall Clow2017-10-301-0/+2
* Fix PR#35119 : set_union misbehaves with move_iterators. Thanks to Denis Yaro...Marshall Clow2017-10-301-0/+44
* Fix test for C++03Marshall Clow2017-08-291-3/+4
* Fix PR31166: std::inplace_merge seems to be unstable. Thanks to Jan Wilken DÃ...Marshall Clow2017-08-281-0/+21
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-294-35/+35
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithmEric Fiselier2017-04-187-34/+27
* Stop using random_shuffle in the libc++ test suite. It's going to be removed ...Marshall Clow2017-02-0727-35/+116
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-1115-26/+27
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-2/+8
* [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-2/+2
* [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-4/+4
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-232-4/+4
* [libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-231-1/+1
* [libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-2321-29/+29
* [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-234-6/+10
* [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-238-8/+16
* Purge all usages of _LIBCPP_STD_VER under test/std/algorithmEric Fiselier2016-10-0812-26/+47
* Implement LWG#2688: 'clamp misses preconditions and has extraneous condition ...Marshall Clow2016-06-302-4/+135
* Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...Eric Fiselier2016-06-262-0/+8
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-146-12/+12
* [libcxx] Fix c++98 test failures.Asiri Rathnayake2016-06-032-2/+2
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0110-16/+16
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-281-1/+1
* 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-182-4/+4
* 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
* Fix PR#22427. The implementation of inplace_merge had a \'small data set\' op...Marshall Clow2015-02-022-3/+12
* Move test into test/std subdirectory.Eric Fiselier2014-12-2077-0/+8668
OpenPOWER on IntegriCloud