aboutsummaryrefslogtreecommitdiff
path: root/pstl/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2024-05-25Revise IDE folder structure (#89755)Michael Kruse1-0/+1
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-1/+1
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber1-1/+1
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-04-15Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever1-1/+1
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-03-04Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-03-04[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-1/+1
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson1-2/+2
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson1-2/+2
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson1-2/+3
2022-01-17[pstl][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson1-2/+4
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-4/+2
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+4
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-4/+2
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+4
2021-10-15[pstl] Initial implementation of OpenMP backend, on behalf of Christopher Nel...Mikhail Dvorskiy1-1/+5
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne1-1/+1
2020-07-08[pstl] Do not install the __config_site.in fileLouis Dionne1-1/+2
2019-08-13[pstl] Allow customizing whether per-TU insulation is providedLouis Dionne1-0/+2
2019-08-13[pstl] Rename PARALLELSTL_BACKEND to PSTL_PARALLEL_BACKENDLouis Dionne1-4/+4
2019-08-08[pstl] Add a __pstl_config_site header to record the CMake configurationLouis Dionne1-2/+11
2019-08-07[pstl] Make sure we install all of PSTL's include/ directoryLouis Dionne1-1/+1
2019-04-24[pstl] Make the default backend be the serial backend and always provide para...Louis Dionne1-15/+10
2019-04-18[pstl] Add a serial backend for the PSTLLouis Dionne1-10/+7
2019-04-11[pstl] Remove our custom FindTBB CMake fileLouis Dionne1-1/+0
2019-04-11[pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSION, and add release notesLouis Dionne1-5/+6
2019-04-09[pstl][CMake] Install CMake export filesLouis Dionne1-12/+30
2019-04-09[pstl][NFC] Move the ParallelSTLConfig template to the cmake/ subdirectoryLouis Dionne1-1/+1
2019-04-03[pstl] Require C++17 when linking against pstlLouis Dionne1-0/+1
2019-03-27Restructure test suite to follow libc++ standard layoutLouis Dionne1-1/+3
2019-03-25[pstl][CMake] Move include() closer to its point of useLouis Dionne1-2/+1
2019-03-14[pstl] By default, disable the parallel policiesLouis Dionne1-1/+1
2019-03-12[pstl] Properly extract the version number from pstl_config.hLouis Dionne1-1/+1
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-10[pstl] Fix CMake configuration when parallel policies are disabledLouis Dionne1-1/+1
2018-12-21[pstl] Initial integration with LLVM's CMakeLouis Dionne1-6/+7
2018-12-19Initial PSTL commitJF Bastien1-0/+71