summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/numeric.ops/transform.reduce
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-313-0/+3
* Support tests in freestandingJF Bastien2019-02-043-3/+9
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* 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
* [libcxx] [test] Rename __x to x. NFCI.Stephan T. Lavavej2017-08-111-10/+10
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-111-12/+12
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-3/+3
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-203-10/+10
* Implement the non-parallel versions of reduce and transform_reduce for C++17Marshall Clow2017-06-143-0/+316
OpenPOWER on IntegriCloud