summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/numeric.ops
Commit message (Expand)AuthorAgeFilesLines
* Support tests in freestandingJF Bastien2019-02-0437-37/+111
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1937-148/+111
* [libcxx] [test] Fix MSVC warnings and errors.Stephan T. Lavavej2018-02-268-74/+74
* Change add_ten to add_one to avoid triggering ubsan integer overflow.Billy Robert O'Neal III2018-01-083-67/+67
* Add casts to prevent narrowing warnings.Billy Robert O'Neal III2018-01-063-6/+6
* [libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan testsBilly Robert O'Neal III2018-01-068-101/+98
* Move + and * operators of MoveOnly into MoveOnly.h.Billy Robert O'Neal III2018-01-051-10/+0
* Fix incorrect handling of move-only types in transform_reduce iter iter iter ...Billy Robert O'Neal III2018-01-051-0/+22
* Add move-only types test to transform_reduce iter iter iter init op op.Billy Robert O'Neal III2018-01-051-0/+14
* Add move-only types test for transform_reduce bop/uop.Billy Robert O'Neal III2018-01-051-0/+13
* Fix nonstandard bits in transform_reduce_iter_iter_init_bop_uop.Billy Robert O'Neal III2018-01-051-43/+27
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-1/+2
* [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