aboutsummaryrefslogtreecommitdiff
path: root/pstl/test
AgeCommit message (Expand)AuthorFilesLines
2019-07-04[pstl] Use utilities from <functional> instead of reinventing the wheelLouis Dionne3-14/+14
2019-06-20[pstl] Mark pstl tests as unsupported before C++17Louis Dionne59-2/+118
2019-06-19[pstl] Remove warnings in tests and headersLouis Dionne39-109/+109
2019-06-18[pstl] Disable workarounds for broken ICC versions when using ClangLouis Dionne1-0/+2
2019-06-18[pstl] Remove stray usage of pstl::execution instead of std::executionLouis Dionne4-7/+7
2019-05-30[pstl] Remove various warnings in the pstl headers and testsLouis Dionne9-20/+24
2019-04-24[pstl] Make the default backend be the serial backend and always provide para...Louis Dionne2-10/+1
2019-04-16[pstl] Remove the stdlib headers from the PSTL and move them to the testsLouis Dionne64-344/+143
2019-04-12[NFC] Add explicit return from main() in testsLouis Dionne1-1/+3
2019-04-11[pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSION, and add release notesLouis Dionne1-0/+17
2019-04-10[pstl] Move to single underscore-capital for macros and include guardsLouis Dionne38-105/+105
2019-04-10Fix header inclusion order failuresLouis Dionne6-0/+144
2019-03-28[pstl] Uglify internal names of the libraryLouis Dionne5-5/+5
2019-03-28[pstl] Introduce forward declarationsLouis Dionne2-2/+2
2019-03-27Restructure test suite to follow libc++ standard layoutLouis Dionne56-160/+502
2019-03-25[pstl] Gate usage of TBB in test on whether TBB is used as a backendLouis Dionne1-1/+1
2019-03-25[pstl] Make sure unit tests exit with a non-zero error code when they failLouis Dionne1-16/+15
2019-02-15[pstl] Remove some warnings when compiling with a recent ClangLouis Dionne2-3/+3
2019-02-11[NFC] Fix typo in PSTL testLouis Dionne1-2/+2
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth56-224/+168
2018-12-21[pstl] Initial integration with LLVM's CMakeLouis Dionne1-0/+34
2018-12-19Initial PSTL commitJF Bastien55-0/+8426