summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-121-0/+2
* Support tests in freestandingJF Bastien2019-02-041-1/+2
* D14686: 'Protect against overloaded comma in random_shuffle and improve tests...Marshall Clow2019-01-241-1/+27
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use 'REQUIRES: c++98 || c++03 || c++11 || c++14' instead of the deprecated 'R...Marshall Clow2017-03-231-1/+1
* Remove random_shuffle in C++17. Please use shuffle instead. If you have to, ...Marshall Clow2017-03-231-0/+1
* Fix portability issues in <random> tests. Patch from STL@microsoft.comEric Fiselier2016-07-241-2/+6
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+30
OpenPOWER on IntegriCloud