summaryrefslogtreecommitdiff
path: root/pstl/test
Commit message (Expand)AuthorAgeFilesLines
* Bump the trunk major version to 17llvmorg-17-initTom Stellard2023-01-241-2/+2
* Bump the trunk major version to 16llvmorg-16-initTom Stellard2022-07-261-2/+2
* Bump the trunk major version to 15llvmorg-15-initTom Stellard2022-02-011-2/+2
* [libc++][pstl] Implement tag dispatching mechanism for Parallel STLRuslan Arutyunyan2022-01-282-11/+5
* [libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne2021-08-201-2/+0
* Bump the trunk major version to 14llvmorg-14-initTom Stellard2021-07-271-2/+2
* [pstl] Workaround more errors in the test suiteLouis Dionne2021-05-262-1/+2
* [pstl] Fix -Wundef errors in the test suiteLouis Dionne2021-05-2636-80/+80
* [pstl] Use logical operator for loop condition in testszoecarver2021-05-132-2/+2
* Bump the trunk major version to 13llvmorg-13-initTom Stellard2021-01-261-2/+2
* [pstl] Replace direct use of assert() with _PSTL_ASSERTThomas Rodgers2020-11-021-1/+0
* [libc++][pstl] Remove c++98 from UNSUPPORTED annotationsLouis Dionne2020-07-2960-64/+64
* Bump the trunk major version to 12llvmorg-12-initHans Wennborg2020-07-151-2/+2
* [pstl] Fix a few errors when running PSTL tests through the libc++ test suiteLouis Dionne2020-07-082-20/+11
* [pstl] A fix for move placement-new (and destroy) allocated objects from raw ...Dvorskiy, Mikhail2020-05-187-15/+240
* [pstl] A hot fix for exclusive_scan (+ lost enable_if in declaration)Mikhail Dvorskiy2020-03-171-0/+38
* Bump the trunk major version to 11llvmorg-11-initHans Wennborg2020-01-151-2/+2
* [libc++] Take 2: Integrate the PSTL into libc++Louis Dionne2019-08-051-0/+2
* Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne2019-07-191-2/+0
* [libc++] Integrate the PSTL into libc++Louis Dionne2019-07-191-0/+2
* [NFC][pstl] Run clang-format on the sources, including the testsLouis Dionne2019-07-1834-114/+103
* [pstl] Fix test that checked the version number after version bumpLouis Dionne2019-07-181-2/+2
* [pstl] Declare main() as returning int, not int32_tLouis Dionne2019-07-1859-59/+59
* [pstl] Use utilities from <functional> instead of reinventing the wheelLouis Dionne2019-07-043-14/+14
* [pstl] Mark pstl tests as unsupported before C++17Louis Dionne2019-06-2059-2/+118
* [pstl] Remove warnings in tests and headersLouis Dionne2019-06-1939-109/+109
* [pstl] Disable workarounds for broken ICC versions when using ClangLouis Dionne2019-06-181-0/+2
* [pstl] Remove stray usage of pstl::execution instead of std::executionLouis Dionne2019-06-184-7/+7
* [pstl] Remove various warnings in the pstl headers and testsLouis Dionne2019-05-309-20/+24
* [pstl] Make the default backend be the serial backend and always provide para...Louis Dionne2019-04-242-10/+1
* [pstl] Remove the stdlib headers from the PSTL and move them to the testsLouis Dionne2019-04-1664-344/+143
* [NFC] Add explicit return from main() in testsLouis Dionne2019-04-121-1/+3
* [pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSION, and add release notesLouis Dionne2019-04-111-0/+17
* [pstl] Move to single underscore-capital for macros and include guardsLouis Dionne2019-04-1038-105/+105
* Fix header inclusion order failuresLouis Dionne2019-04-106-0/+144
* [pstl] Uglify internal names of the libraryLouis Dionne2019-03-285-5/+5
* [pstl] Introduce forward declarationsLouis Dionne2019-03-282-2/+2
* Restructure test suite to follow libc++ standard layoutLouis Dionne2019-03-2756-160/+502
* [pstl] Gate usage of TBB in test on whether TBB is used as a backendLouis Dionne2019-03-251-1/+1
* [pstl] Make sure unit tests exit with a non-zero error code when they failLouis Dionne2019-03-251-16/+15
* [pstl] Remove some warnings when compiling with a recent ClangLouis Dionne2019-02-152-3/+3
* [NFC] Fix typo in PSTL testLouis Dionne2019-02-111-2/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1956-224/+168
* [pstl] Initial integration with LLVM's CMakeLouis Dionne2018-12-211-0/+34
* Initial PSTL commitJF Bastien2018-12-1955-0/+8426