summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/numeric.ops
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Rename __x to x. NFCI.Stephan T. Lavavej2017-08-114-25/+26
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-114-36/+36
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-294-8/+8
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2017-07-295-19/+17
* Implement inclusive_scan/transform_inclusive_scan for C++17.Marshall Clow2017-06-235-0/+635
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-207-21/+20
* Renamed some of the newly added tests. No functional changeMarshall Clow2017-06-156-0/+0
* Implement the non-parallel versions of reduce and transform_reduce for C++17Marshall Clow2017-06-146-0/+520
* 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