summaryrefslogtreecommitdiff
path: root/libcxx/test/std/numerics/numeric.ops/transform.reduce
AgeCommit message (Expand)Author
2024-05-22[libc++][pstl] Improve exception handling (#88998)Louis Dionne
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-05-02[libcxx][nfc] prefixes test type `input_iterator` with `cpp17_`Christopher Di Bella
2020-11-28[libc++] Disable some tests using gcc 9.Mark de Wever
2020-11-28[libc++] P1645 constexpr for <numeric>Mark de Wever
2020-11-25Revert "[libc++] P1645 constexpr for <numeric>"Mark de Wever
2020-11-25[libc++] P1645 constexpr for <numeric>Mark de Wever
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-01-05Move + and * operators of MoveOnly into MoveOnly.h.Billy Robert O'Neal III
2018-01-05Fix incorrect handling of move-only types in transform_reduce iter iter iter ...Billy Robert O'Neal III
2018-01-05Add move-only types test to transform_reduce iter iter iter init op op.Billy Robert O'Neal III
2018-01-05Add move-only types test for transform_reduce bop/uop.Billy Robert O'Neal III
2018-01-05Fix nonstandard bits in transform_reduce_iter_iter_init_bop_uop.Billy Robert O'Neal III
2017-08-11[libcxx] [test] Rename __x to x. NFCI.Stephan T. Lavavej
2017-08-11[libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-06-20[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2017-06-14Implement the non-parallel versions of reduce and transform_reduce for C++17Marshall Clow