summaryrefslogtreecommitdiff
path: root/pstl
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber2023-05-171-1/+1
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-131-1/+1
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-05-061-1/+1
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-061-1/+1
* [libc++][PSTL][NFC] Fix the naming in the SIMD backendNikolas Klauser2023-05-041-11/+11
* Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever2023-04-151-1/+1
* Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-04-151-1/+1
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-03-181-1/+1
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-181-1/+1
* Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-041-1/+1
* [CMake] Bumps minimum version to 3.20.0.Mark de Wever2023-03-041-1/+1
* Bump the trunk major version to 17llvmorg-17-initTom Stellard2023-01-243-7/+7
* Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson2022-08-181-2/+2
* [cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2022-08-181-2/+2
* Bump the trunk major version to 16llvmorg-16-initTom Stellard2022-07-263-7/+7
* [libc++] Use _LIBCPP_ASSERT by default for _PSTL_ASSERTionsNikolas Klauser2022-05-201-1/+6
* Bump the trunk major version to 15llvmorg-15-initTom Stellard2022-02-013-7/+7
* [libc++][pstl][NFC] Remove usage of std::result_of from Parallel STLRuslan Arutyunyan2022-01-311-2/+2
* [libc++][pstl] Implement tag dispatching mechanism for Parallel STLRuslan Arutyunyan2022-01-2823-2349/+2246
* [cmake] Make include(GNUInstallDirs) always below project(..)John Ericson2022-01-201-2/+3
* [pstl][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson2022-01-171-2/+4
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-161-4/+2
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-161-2/+4
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-151-4/+2
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-151-2/+4
* [pstl] Fix incorrect usage of std::invoke_resultRuslan Arutyunyan2021-11-261-4/+4
* [pstl] A hot fix for a reduction parallel pattern of OpenMP backendMikhail Dvorskiy2021-10-271-0/+5
* [pstl] A hot compilation fix for MacOS, OpenMP backend; + full qualified name...Mikhail Dvorskiy2021-10-275-19/+25
* [pstl] Initial implementation of OpenMP backend, on behalf of Christopher Nel...Mikhail Dvorskiy2021-10-1518-5/+1056
* [libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne2021-08-201-2/+0
* Bump the trunk major version to 14llvmorg-14-initTom Stellard2021-07-273-7/+7
* [pstl] Workaround more errors in the test suiteLouis Dionne2021-05-263-6/+3
* [pstl] Fix -Wundef errors in the test suiteLouis Dionne2021-05-2643-126/+148
* [pstl] Use logical operator for loop condition in testszoecarver2021-05-132-2/+2
* Rename top-level LICENSE.txt files to LICENSE.TXTLeonard Chan2021-03-101-0/+0
* [pstl] A hot fix forMikhail Dvorskiy2021-03-041-1/+1
* [pstl] Fix broken policy_traits and clean up unused codeLouis Dionne2021-03-031-82/+21
* [pstl] Iterator types renaming: ForwardIterator -> RandomAccessIterator; for ...Mikhail Dvorskiy2021-02-135-677/+719
* Bump the trunk major version to 13llvmorg-13-initTom Stellard2021-01-263-7/+7
* [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