summaryrefslogtreecommitdiff
path: root/pstl
Commit message (Expand)AuthorAgeFilesLines
* [pstl] Replace direct use of assert() with _PSTL_ASSERTThomas Rodgers2020-11-026-36/+38
* [pstl] Support Threading Building Blocks 2020 (oneTBB) for "tbb" parallel bac...Dvorskiy, Mikhail2020-09-141-79/+369
* [libc++][pstl] Remove c++98 from UNSUPPORTED annotationsLouis Dionne2020-07-2960-64/+64
* [CMake] Bump CMake minimum version to 3.13.4Louis Dionne2020-07-221-1/+1
* Bump the trunk major version to 12llvmorg-12-initHans Wennborg2020-07-153-7/+7
* [pstl] Do not install the __config_site.in fileLouis Dionne2020-07-081-1/+2
* [pstl] Fix a few errors when running PSTL tests through the libc++ test suiteLouis Dionne2020-07-083-23/+14
* [pstl] A fix for move placement-new (and destroy) allocated objects from raw ...Dvorskiy, Mikhail2020-05-1810-53/+507
* [pstl] Added missing double-underscore prefixes to some typesIsmail Pazarbasi2020-04-151-7/+7
* [pstl] A hot fix for exclusive_scan (+ lost enable_if in declaration)Mikhail Dvorskiy2020-03-173-6/+52
* [pstl] Clean up parameter uglificationsThomas Rodgers2020-03-091-6/+6
* [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