aboutsummaryrefslogtreecommitdiff
path: root/pstl
AgeCommit message (Expand)AuthorFilesLines
2019-07-18[pstl] Fix test that checked the version number after version bumpLouis Dionne1-2/+2
2019-07-18[pstl] Declare main() as returning int, not int32_tLouis Dionne59-59/+59
2019-07-18Bump the trunk version to 10.0.0svnllvmorg-10-initHans Wennborg2-8/+8
2019-07-16[pstl] Use std::transform_reduce instead of hand-rolled implementationLouis Dionne1-5/+1
2019-07-16[NFC] Fix -Wreorder warning in TBB backendLouis Dionne1-2/+2
2019-07-16[pstl] Fix compilation with TBB backendLouis Dionne1-8/+8
2019-07-08[NFC][pstl] Remove unused utility codeLouis Dionne1-84/+0
2019-07-08[pstl] Use a different namespace for each backendLouis Dionne5-21/+22
2019-07-05[pstl] Add missing includesLouis Dionne15-1/+24
2019-07-04[pstl] Use utilities from <functional> instead of reinventing the wheelLouis Dionne6-100/+42
2019-07-04[NFC][pstl] Do not name each header file in the leading commentLouis Dionne22-22/+22
2019-07-04[NFC][pstl] Run clang-formatLouis Dionne3-30/+30
2019-07-04[pstl] Make sure we include the pstl_config header in the glue headersLouis Dionne4-0/+7
2019-06-20[pstl] Default to the serial backend when unspecifiedLouis Dionne1-1/+3
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 Dionne41-118/+117
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-06-06[pstl] The optimized parallel versions of sort, stable_sort algorithms, TBB p...Mikhail Dvorskiy3-156/+573
2019-06-03A test commit from Mikhail Dvorskiy (blank line, to pstl/trunk) according 'Ob...Mikhail Dvorskiy1-0/+1
2019-05-30[pstl] Use OpenMP pragmas with Clang, which supports themLouis Dionne1-1/+1
2019-05-30[pstl] Remove various warnings in the pstl headers and testsLouis Dionne14-53/+57
2019-04-24[pstl] Make the default backend be the serial backend and always provide para...Louis Dionne11-287/+20
2019-04-18[pstl] Add a serial backend for the PSTLLouis Dionne4-17/+150
2019-04-16[pstl] Remove the stdlib headers from the PSTL and move them to the testsLouis Dionne64-371/+50
2019-04-12[NFC] Add explicit return from main() in testsLouis Dionne1-1/+3
2019-04-11[pstl] Remove our custom FindTBB CMake fileLouis Dionne2-67/+0
2019-04-11[pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSION, and add release notesLouis Dionne4-8/+68
2019-04-10[pstl] Move to single underscore-capital for macros and include guardsLouis Dionne63-495/+495
2019-04-10[pstl] Fix incorrect forward declaration of __pattern_unique_copyLouis Dionne1-3/+5
2019-04-10[pstl] Add missing forward declarations for equalLouis Dionne1-5/+25
2019-04-10Fix header inclusion order failuresLouis Dionne11-0/+153
2019-04-09[pstl][CMake] Install CMake export filesLouis Dionne2-15/+35
2019-04-09[pstl][NFC] Move the ParallelSTLConfig template to the cmake/ subdirectoryLouis Dionne2-1/+1
2019-04-03[pstl] Improve the parallel version of std::equalLouis Dionne2-4/+62
2019-04-03[pstl] Require C++17 when linking against pstlLouis Dionne1-0/+1
2019-04-01[pstl] Mangle the parallel_strict_scan backend functionLouis Dionne3-8/+9
2019-04-01[pstl] Indent preprocessor directives as part of the clang-format rulesLouis Dionne11-73/+76
2019-03-29[pstl] Qualify calls to internal functionsLouis Dionne8-441/+460
2019-03-28[pstl] Uglify internal names of the libraryLouis Dionne23-2471/+2627
2019-03-28[pstl] Introduce forward declarationsLouis Dionne10-8/+1372
2019-03-27Restructure test suite to follow libc++ standard layoutLouis Dionne58-161/+506
2019-03-25[pstl][NFC] Remove some warningsLouis Dionne2-2/+2
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-03-25[PSTL][NFC] Add missing #includeLouis Dionne1-0/+1
2019-03-25[pstl][CMake] Move include() closer to its point of useLouis Dionne1-2/+1
2019-03-25[pstl] Call the right overload of std::equal with an execution policyLouis Dionne1-4/+3
2019-03-14[pstl] By default, disable the parallel policiesLouis Dionne1-1/+1
2019-03-12[pstl] Deprecate non-CMake based buildLouis Dionne15-821/+0