summaryrefslogtreecommitdiffstats
path: root/libcxx/test/algorithms
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20145-15343/+0
* Add 'REQUIRES: long_tests' to one more long testJonathan Roelofs2014-12-111-0/+2
* Mark a bunch of long running tests as 'REQUIRES: long_tests'Jonathan Roelofs2014-12-111-0/+2
* Fix the tests I broke with the last commit. Sorry for the noiseMarshall Clow2014-11-172-4/+3
* Reworked mismatch tests to count the number of comparisons, and make sure we ...Marshall Clow2014-11-172-58/+47
* Create a 'comma_iterator' class that overloads operator, and asserts when it'...Marshall Clow2014-09-162-0/+16
* Fix PR#202520 - predicate called too many times in list::remove_if. Add tests...Marshall Clow2014-08-041-1/+7
* Fix std::make_heap's worst case time complexityDavid Majnemer2014-07-221-1/+22
* Add checking for the complexity guarantees in the standardMarshall Clow2014-06-301-0/+16
* fix typoNico Weber2014-05-292-2/+2
* Fix bug 19840, where some tests were not testing what we wanted. Thanks to Er...Marshall Clow2014-05-232-12/+12
* Added some tests for equal elements in min_element and max_element. Bug #1954...Marshall Clow2014-04-252-0/+36
* More LWG issues. Mark #2182, #2323 and #2213 as complete. Add a test for #233...Marshall Clow2014-02-272-0/+2
* Implement LWG2350: min, max, and minmax should be constexpr.Marshall Clow2014-02-1912-0/+109
* Taking another swing at correctly optimizing fill_n.Howard Hinnant2013-08-011-0/+41
* Fix a bug in std::fill_n where memset would end up being called in cases when...Anders Carlsson2013-07-221-0/+53
* War on tabs.Howard Hinnant2013-07-083-6/+6
* Implement n3607: 'equal', 'mismatch', and 'is_permutation'Marshall Clow2013-05-096-0/+775
* Somehow search_n never got tested, so of course it had a bug in it. This fix...Howard Hinnant2013-04-042-0/+221
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-0597-97/+97
* ...and then there was one. Only one copy of 'iterators.h' in the test tree fo...Marshall Clow2013-01-0498-411/+97
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-126-12/+12
* license changeHoward Hinnant2010-11-16143-286/+286
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-0425-93/+93
* Fixing whitespace problemsHoward Hinnant2010-08-22123-380/+369
* US 122, N3106Howard Hinnant2010-08-217-18/+81
* Completed [alg.random.shuffle].Howard Hinnant2010-05-263-10/+24
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11143-143/+143
* libcxx initial importHoward Hinnant2010-05-11144-0/+14303
OpenPOWER on IntegriCloud