summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-122-0/+4
* Support tests in freestandingJF Bastien2019-02-043-4/+8
* D14686: 'Protect against overloaded comma in random_shuffle and improve tests...Marshall Clow2019-01-242-2/+45
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Use 'REQUIRES: c++98 || c++03 || c++11 || c++14' instead of the deprecated 'R...Marshall Clow2017-03-232-2/+2
* Remove random_shuffle in C++17. Please use shuffle instead. If you have to, ...Marshall Clow2017-03-232-0/+2
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-1/+2
* Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.Eric Fiselier2016-08-281-1/+1
* Fix portability issues in <random> tests. Patch from STL@microsoft.comEric Fiselier2016-07-243-5/+16
* Move test into test/std subdirectory.Eric Fiselier2014-12-203-0/+98
OpenPOWER on IntegriCloud