summaryrefslogtreecommitdiff
path: root/pstl
Commit message (Expand)AuthorAgeFilesLines
...
* [pstl] A cleanup fix for sort parallel algorithm.Dvorskiy, Mikhail2020-03-051-114/+62
* [arcconfig] Delete subproject arcconfigsShoaib Meenai2020-02-241-4/+0
* Bump the trunk major version to 11llvmorg-11-initHans Wennborg2020-01-153-7/+7
* [pstl] Allow customizing whether per-TU insulation is providedLouis Dionne2019-08-1322-0/+94
* [pstl] Rename PARALLELSTL_BACKEND to PSTL_PARALLEL_BACKENDLouis Dionne2019-08-132-6/+6
* [NFC][pstl] Run clang-formatLouis Dionne2019-08-081-39/+38
* [pstl] Remove stray semicolonLouis Dionne2019-08-081-1/+1
* [pstl] Error out when the backend is left unspecifiedLouis Dionne2019-08-081-3/+1
* [pstl] Add a __pstl_config_site header to record the CMake configurationLouis Dionne2019-08-083-2/+28
* [pstl] Make sure we install all of PSTL's include/ directoryLouis Dionne2019-08-071-1/+1
* [pstl][libc++] Provide uglified header names for interface headersLouis Dionne2019-08-064-0/+60
* [NFC][pstl] Remove stray semi-colonLouis Dionne2019-08-051-1/+1
* [libc++] Take 2: Integrate the PSTL into libc++Louis Dionne2019-08-051-0/+2
* [pstl] Fully qualify pstl names.Eric Fiselier2019-07-313-404/+401
* Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne2019-07-191-2/+0
* [libc++] Integrate the PSTL into libc++Louis Dionne2019-07-191-0/+2
* [NFC][pstl] Run clang-format on the sources, including the testsLouis Dionne2019-07-1836-118/+108
* [pstl] Fix test that checked the version number after version bumpLouis Dionne2019-07-181-2/+2
* [pstl] Declare main() as returning int, not int32_tLouis Dionne2019-07-1859-59/+59
* Bump the trunk version to 10.0.0svnllvmorg-10-initHans Wennborg2019-07-182-8/+8
* [pstl] Use std::transform_reduce instead of hand-rolled implementationLouis Dionne2019-07-161-5/+1
* [NFC] Fix -Wreorder warning in TBB backendLouis Dionne2019-07-161-2/+2
* [pstl] Fix compilation with TBB backendLouis Dionne2019-07-161-8/+8
* [NFC][pstl] Remove unused utility codeLouis Dionne2019-07-081-84/+0
* [pstl] Use a different namespace for each backendLouis Dionne2019-07-085-21/+22
* [pstl] Add missing includesLouis Dionne2019-07-0515-1/+24
* [pstl] Use utilities from <functional> instead of reinventing the wheelLouis Dionne2019-07-046-100/+42
* [NFC][pstl] Do not name each header file in the leading commentLouis Dionne2019-07-0422-22/+22
* [NFC][pstl] Run clang-formatLouis Dionne2019-07-043-30/+30
* [pstl] Make sure we include the pstl_config header in the glue headersLouis Dionne2019-07-044-0/+7
* [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