aboutsummaryrefslogtreecommitdiff
path: root/pstl
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-12[pstl] Properly extract the version number from pstl_config.hLouis Dionne1-1/+1
2019-03-01[pstl] Fix missing parallel policy guardsLouis Dionne1-0/+4
2019-02-15[pstl] Remove some warnings when compiling with a recent ClangLouis Dionne5-30/+26
2019-02-11[NFC] Fix typo in PSTL testLouis Dionne1-2/+2
2019-01-21Fix typos throughout the license files that somehow I and my reviewersChandler Carruth1-1/+1
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth97-388/+291
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth1-0/+237
2019-01-18[PSTL] Convert license text file to use unix line endings, matching theChandler Carruth1-70/+70
2019-01-15Update year in license filesHans Wennborg1-2/+2
2019-01-10[pstl] Fix compile errors when PARALLEL_POLICIES is disabledLouis Dionne2-1/+111
2019-01-10[pstl] Fix CMake configuration when parallel policies are disabledLouis Dionne1-1/+1
2019-01-09[pstl] A fix of __pstl namespace usage for include/pstl/internal/glue_algorit...Louis Dionne1-99/+99
2019-01-07[pstl] Avoid shadowing explicit lambda capture with lambda parameterLouis Dionne1-24/+24
2019-01-07[NFC] Fix formatting of README.md for better renderingLouis Dionne1-26/+20
2018-12-21[pstl] Initial integration with LLVM's CMakeLouis Dionne3-17/+41
2018-12-20[NFC][pstl] Re-run Clang-format on the whole repositoryLouis Dionne1-2/+2
2018-12-19Initial PSTL commitJF Bastien101-0/+18755