aboutsummaryrefslogtreecommitdiff
path: root/pstl/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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