summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/algorithms
Commit message (Expand)AuthorAgeFilesLines
* 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-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove std::experimental::sample; use std::sample instead. See https://libcxx...Marshall Clow2018-02-013-244/+0
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-1/+1
* Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp whe...Mehdi Amini2017-03-021-5/+9
* Implement C++17 std::sample.Eric Fiselier2016-08-281-3/+5
* Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.Eric Fiselier2016-08-282-9/+12
* Fix various undefined behavior found by UBSan.Eric Fiselier2016-06-191-6/+6
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Implement P0253R1: Fixing a design mistake in the searchers interface.Marshall Clow2016-03-081-3/+4
* Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS.Marshall Clow2015-09-081-0/+2
* Finally get the test suite passing in C++03!!Eric Fiselier2015-08-281-2/+2
* Implement the plugin-based version of std::search. There are no searchers yet...Marshall Clow2015-07-201-0/+43
* Implement std::experimental::sample.Evgeniy Stepanov2015-05-133-0/+235
OpenPOWER on IntegriCloud