summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/rand/rand.dis
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Fix potential OOB in poisson_distributionLouis Dionne2019-11-072-1/+74
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31378-0/+756
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-284-8/+0
* Support tests in freestandingJF Bastien2019-02-04384-384/+1152
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19384-1536/+1152
* [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej2017-07-195-21/+0
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headersEric Fiselier2017-04-199-18/+18
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-056-16/+0
* Fix unused parameters and variablesEric Fiselier2016-12-232-7/+7
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-1120-131/+135
* [libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-232-2/+2
* [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-2315-46/+61
* Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...Eric Fiselier2016-06-261-0/+3
* Avoid huge main() functions and huge arrays. Patch from STL@microsoft.comEric Fiselier2016-06-229-2455/+2686
* Rename variables to prevent shadowing. Patch from STL@microsoft.comEric Fiselier2016-06-1432-372/+372
* Initialize local doubles to NaN. Patch from STL@microsoft.comEric Fiselier2016-05-022-28/+30
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-222-0/+2
* Add missing include of <algorithm>Marshall Clow2016-04-222-0/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-20384-0/+19649
OpenPOWER on IntegriCloud