summaryrefslogtreecommitdiff
path: root/pstl/CMakeLists.txt
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
* 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
* Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson2022-08-181-2/+2
* [cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2022-08-181-2/+2
* [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] Initial implementation of OpenMP backend, on behalf of Christopher Nel...Mikhail Dvorskiy2021-10-151-1/+5
* [CMake] Bump CMake minimum version to 3.13.4Louis Dionne2020-07-221-1/+1
* [pstl] Do not install the __config_site.in fileLouis Dionne2020-07-081-1/+2
* [pstl] Allow customizing whether per-TU insulation is providedLouis Dionne2019-08-131-0/+2
* [pstl] Rename PARALLELSTL_BACKEND to PSTL_PARALLEL_BACKENDLouis Dionne2019-08-131-4/+4
* [pstl] Add a __pstl_config_site header to record the CMake configurationLouis Dionne2019-08-081-2/+11
* [pstl] Make sure we install all of PSTL's include/ directoryLouis Dionne2019-08-071-1/+1
* [pstl] Make the default backend be the serial backend and always provide para...Louis Dionne2019-04-241-15/+10
* [pstl] Add a serial backend for the PSTLLouis Dionne2019-04-181-10/+7
* [pstl] Remove our custom FindTBB CMake fileLouis Dionne2019-04-111-1/+0
* [pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSION, and add release notesLouis Dionne2019-04-111-5/+6
* [pstl][CMake] Install CMake export filesLouis Dionne2019-04-091-12/+30
* [pstl][NFC] Move the ParallelSTLConfig template to the cmake/ subdirectoryLouis Dionne2019-04-091-1/+1
* [pstl] Require C++17 when linking against pstlLouis Dionne2019-04-031-0/+1
* Restructure test suite to follow libc++ standard layoutLouis Dionne2019-03-271-1/+3
* [pstl][CMake] Move include() closer to its point of useLouis Dionne2019-03-251-2/+1
* [pstl] By default, disable the parallel policiesLouis Dionne2019-03-141-1/+1
* [pstl] Properly extract the version number from pstl_config.hLouis Dionne2019-03-121-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [pstl] Fix CMake configuration when parallel policies are disabledLouis Dionne2019-01-101-1/+1
* [pstl] Initial integration with LLVM's CMakeLouis Dionne2018-12-211-6/+7
* Initial PSTL commitJF Bastien2018-12-191-0/+71