summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.sorting/alg.sort
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-319-0/+12
* Support tests in freestandingJF Bastien2019-02-0413-13/+39
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1913-52/+39
* Some of the tests from earlier today had 'int' as the return type when it sho...Marshall Clow2018-01-154-4/+4
* First part of P0202: Adding constexpr modifiers to functions in <algorithm> a...Marshall Clow2018-01-154-0/+52
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithmEric Fiselier2017-04-183-15/+12
* Stop using random_shuffle in the libc++ test suite. It's going to be removed ...Marshall Clow2017-02-077-7/+28
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-112-2/+2
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-2/+8
* [libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-236-12/+12
* [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-233-5/+8
* Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...Eric Fiselier2016-06-262-0/+8
* Add braces, move braces, and rename variables to avoid shadowing. Patch from ...Eric Fiselier2016-04-281-0/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-2013-0/+1512
OpenPOWER on IntegriCloud