summaryrefslogtreecommitdiffstats
path: root/pstl
Commit message (Expand)AuthorAgeFilesLines
* [pstl] Default to the serial backend when unspecifiedLouis Dionne2019-06-201-1/+3
* [pstl] Mark pstl tests as unsupported before C++17Louis Dionne2019-06-2059-2/+118
* [pstl] Remove warnings in tests and headersLouis Dionne2019-06-1941-118/+117
* [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] The optimized parallel versions of sort, stable_sort algorithms, TBB p...Mikhail Dvorskiy2019-06-063-156/+573
* A test commit from Mikhail Dvorskiy (blank line, to pstl/trunk) according 'Ob...Mikhail Dvorskiy2019-06-031-0/+1
* [pstl] Use OpenMP pragmas with Clang, which supports themLouis Dionne2019-05-301-1/+1
* [pstl] Remove various warnings in the pstl headers and testsLouis Dionne2019-05-3014-53/+57
* [pstl] Make the default backend be the serial backend and always provide para...Louis Dionne2019-04-2411-287/+20
* [pstl] Add a serial backend for the PSTLLouis Dionne2019-04-184-17/+150
* [pstl] Remove the stdlib headers from the PSTL and move them to the testsLouis Dionne2019-04-1664-371/+50
* [NFC] Add explicit return from main() in testsLouis Dionne2019-04-121-1/+3
* [pstl] Remove our custom FindTBB CMake fileLouis Dionne2019-04-112-67/+0
* [pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSION, and add release notesLouis Dionne2019-04-114-8/+68
* [pstl] Move to single underscore-capital for macros and include guardsLouis Dionne2019-04-1063-495/+495
* [pstl] Fix incorrect forward declaration of __pattern_unique_copyLouis Dionne2019-04-101-3/+5
* [pstl] Add missing forward declarations for equalLouis Dionne2019-04-101-5/+25
* Fix header inclusion order failuresLouis Dionne2019-04-1011-0/+153
* [pstl][CMake] Install CMake export filesLouis Dionne2019-04-092-15/+35
* [pstl][NFC] Move the ParallelSTLConfig template to the cmake/ subdirectoryLouis Dionne2019-04-092-1/+1
* [pstl] Improve the parallel version of std::equalLouis Dionne2019-04-032-4/+62
* [pstl] Require C++17 when linking against pstlLouis Dionne2019-04-031-0/+1
* [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
OpenPOWER on IntegriCloud