summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations
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-211-1/+1
* 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-314-0/+8
* 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-4/+64
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithmEric Fiselier2017-04-183-14/+11
* Stop using random_shuffle in the libc++ test suite. It's going to be removed ...Marshall Clow2017-02-078-13/+37
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-10/+8
* [libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-237-7/+7
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2013-0/+2555
OpenPOWER on IntegriCloud