summaryrefslogtreecommitdiffstats
path: root/pstl
Commit message (Expand)AuthorAgeFilesLines
...
* [pstl] Mangle the parallel_strict_scan backend functionLouis Dionne2019-04-013-8/+9
* [pstl] Indent preprocessor directives as part of the clang-format rulesLouis Dionne2019-04-0111-73/+76
* [pstl] Qualify calls to internal functionsLouis Dionne2019-03-298-441/+460
* [pstl] Uglify internal names of the libraryLouis Dionne2019-03-2823-2471/+2627
* [pstl] Introduce forward declarationsLouis Dionne2019-03-2810-8/+1372
* Restructure test suite to follow libc++ standard layoutLouis Dionne2019-03-2758-161/+506
* [pstl][NFC] Remove some warningsLouis Dionne2019-03-252-2/+2
* [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][NFC] Add missing #includeLouis Dionne2019-03-251-0/+1
* [pstl][CMake] Move include() closer to its point of useLouis Dionne2019-03-251-2/+1
* [pstl] Call the right overload of std::equal with an execution policyLouis Dionne2019-03-251-4/+3
* [pstl] By default, disable the parallel policiesLouis Dionne2019-03-141-1/+1
* [pstl] Deprecate non-CMake based buildLouis Dionne2019-03-1215-821/+0
* [pstl] Properly extract the version number from pstl_config.hLouis Dionne2019-03-121-1/+1
* [pstl] Fix missing parallel policy guardsLouis Dionne2019-03-011-0/+4
* [pstl] Remove some warnings when compiling with a recent ClangLouis Dionne2019-02-155-30/+26
* [NFC] Fix typo in PSTL testLouis Dionne2019-02-111-2/+2
* Fix typos throughout the license files that somehow I and my reviewersChandler Carruth2019-01-211-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1997-388/+291
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-191-0/+237
* [PSTL] Convert license text file to use unix line endings, matching theChandler Carruth2019-01-181-70/+70
* Update year in license filesHans Wennborg2019-01-151-2/+2
* [pstl] Fix compile errors when PARALLEL_POLICIES is disabledLouis Dionne2019-01-102-1/+111
* [pstl] Fix CMake configuration when parallel policies are disabledLouis Dionne2019-01-101-1/+1
* [pstl] A fix of __pstl namespace usage for include/pstl/internal/glue_algorit...Louis Dionne2019-01-091-99/+99
* [pstl] Avoid shadowing explicit lambda capture with lambda parameterLouis Dionne2019-01-071-24/+24
* [NFC] Fix formatting of README.md for better renderingLouis Dionne2019-01-071-26/+20
* [pstl] Initial integration with LLVM's CMakeLouis Dionne2018-12-213-17/+41
* [NFC][pstl] Re-run Clang-format on the whole repositoryLouis Dionne2018-12-201-2/+2
* Initial PSTL commitJF Bastien2018-12-19101-0/+18755
OpenPOWER on IntegriCloud