Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 'REQUIRES: c++98 || c++03 || c++11 || c++14' instead of the deprecated 'R... | Marshall Clow | 2017-03-23 | 2 | -2/+2 |
* | Remove random_shuffle in C++17. Please use shuffle instead. If you have to, ... | Marshall Clow | 2017-03-23 | 2 | -0/+2 |
* | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 1 | -1/+2 |
* | Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs. | Eric Fiselier | 2016-08-28 | 1 | -1/+1 |
* | Fix portability issues in <random> tests. Patch from STL@microsoft.com | Eric Fiselier | 2016-07-24 | 3 | -5/+16 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 3 | -0/+98 |