summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/numeric.ops
Commit message (Expand)AuthorAgeFilesLines
* Add a test with an empty input range - should do nothingMarshall Clow2017-06-131-0/+6
* Implement the non-parallel versions of exclusive_scan and transform_exclusive...Marshall Clow2017-06-103-0/+338
* Resolve integer overflow warnings in GCD and LCM testsBilly Robert O'Neal III2017-05-082-42/+52
* Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier2017-03-032-4/+6
* Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow2017-02-102-5/+4
* Temporarily disable the LCM/GCD tests under UBSAN.Marshall Clow2017-02-082-0/+3
* Add some tests to verify that we implement LWG#2837 correctly. No functional ...Marshall Clow2017-02-062-0/+14
* Fix unused parameters and variablesEric Fiselier2016-12-232-2/+2
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-2314-25/+25
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-1412-4/+208
* Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.Marshall Clow2016-07-266-0/+359
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Move test into test/std subdirectory.Eric Fiselier2014-12-2010-0/+708
OpenPOWER on IntegriCloud