aboutsummaryrefslogtreecommitdiff
path: root/pstl/test/std
AgeCommit message (Expand)AuthorFilesLines
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta1-1/+1
2022-01-28[libc++][pstl] Implement tag dispatching mechanism for Parallel STLRuslan Arutyunyan1-10/+0
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne1-2/+0
2021-05-26[pstl] Workaround more errors in the test suiteLouis Dionne2-1/+2
2021-05-26[pstl] Fix -Wundef errors in the test suiteLouis Dionne35-76/+76
2021-05-13[pstl] Use logical operator for loop condition in testszoecarver2-2/+2
2020-11-02[pstl] Replace direct use of assert() with _PSTL_ASSERTThomas Rodgers1-1/+0
2020-07-29[libc++][pstl] Remove c++98 from UNSUPPORTED annotationsLouis Dionne54-58/+58
2020-07-08[pstl] Fix a few errors when running PSTL tests through the libc++ test suiteLouis Dionne2-20/+11
2020-05-18[pstl] A fix for move placement-new (and destroy) allocated objects from raw ...Dvorskiy, Mikhail6-15/+164
2020-03-17[pstl] A hot fix for exclusive_scan (+ lost enable_if in declaration)Mikhail Dvorskiy1-0/+38
2019-08-05[libc++] Take 2: Integrate the PSTL into libc++Louis Dionne1-0/+2
2019-07-19Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne1-2/+0
2019-07-19[libc++] Integrate the PSTL into libc++Louis Dionne1-0/+2
2019-07-18[NFC][pstl] Run clang-format on the sources, including the testsLouis Dionne32-80/+67
2019-07-18[pstl] Declare main() as returning int, not int32_tLouis Dionne53-53/+53
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 Dionne53-2/+106
2019-06-19[pstl] Remove warnings in tests and headersLouis Dionne39-109/+109
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 Dionne7-13/+15
2019-04-16[pstl] Remove the stdlib headers from the PSTL and move them to the testsLouis Dionne53-312/+10
2019-04-10[pstl] Move to single underscore-capital for macros and include guardsLouis Dionne36-77/+77
2019-03-28[pstl] Uglify internal names of the libraryLouis Dionne4-4/+4
2019-03-28[pstl] Introduce forward declarationsLouis Dionne2-2/+2
2019-03-27Restructure test suite to follow libc++ standard layoutLouis Dionne53-0/+7413