summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.sorting/alg.merge
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-212-2/+2
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+1
* Support tests in freestandingJF Bastien2019-02-044-4/+12
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-122-3/+3
* 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
* 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-292-27/+27
* Stop using random_shuffle in the libc++ test suite. It's going to be removed ...Marshall Clow2017-02-074-5/+17
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-3/+3
* [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-1/+1
* [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-4/+4
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-012-8/+8
* 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 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-204-0/+644
OpenPOWER on IntegriCloud