summaryrefslogtreecommitdiffstats
path: root/libcxx/include/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix typos in CMake commentLouis Dionne2019-10-211-2/+2
* [libc++] Take 2: Integrate the PSTL into libc++Louis Dionne2019-08-051-0/+1
* Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne2019-07-191-1/+0
* [libc++] Integrate the PSTL into libc++Louis Dionne2019-07-191-0/+1
* [libcxx] Slightly improved policy for handling experimental featuresLouis Dionne2019-06-111-8/+0
* [CMake] Copy C++ headers before configuring runtimes buildChris Bieneman2019-05-231-11/+19
* Revert "[coroutines] Add std::experimental::task<T> type"Brian Gesiak2019-03-261-1/+0
* [coroutines] Add std::experimental::task<T> typeBrian Gesiak2019-03-261-0/+1
* [libc++] Remove empty header xlocale/xlocale.hLouis Dionne2019-03-111-1/+0
* Add fenv.h headerEric Fiselier2019-02-111-0/+1
* [libcxx] Remove dynarrayLouis Dionne2018-11-281-1/+0
* Recommit r339943 - Establish the <bit> header. NFC yet. Reviewed as https://r...Marshall Clow2018-08-171-0/+1
* [libc++][C++17] Elementary string conversions for integral typesZhihao Yuan2018-08-011-0/+1
* First half of C++17's splicing maps and setsErik Pilkington2018-08-011-0/+1
* Attempt to unbreak *all the bots*Eric Fiselier2018-07-271-0/+1
* [CMake] Don't install c++abi headers in standalone libc++ buildPetr Hosek2018-07-251-1/+1
* Implement <span>. Reviewed as https://reviews.llvm.org/D49338Marshall Clow2018-07-241-0/+1
* [CMake] Use correct variable as header install prefixPetr Hosek2018-07-151-2/+2
* [libc++] Install the missing header __errcZhihao Yuan2018-07-031-0/+1
* [CMake] Rename cxx_headers back to cxx-headers.Ahmed Bougacha2018-06-281-4/+4
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-3/+3
* [CMake] Fix install-cxx target.Matt Morehouse2018-06-251-1/+1
* [CMake] Use common variable for all header targets NFCPetr Hosek2018-06-121-3/+3
* Reland "Use custom command and target to install libc++ headers"Petr Hosek2018-06-121-32/+220
* Revert "[CMake] Use custom command and target to install libc++ headers"Petr Hosek2018-04-091-219/+32
* [CMake] Use custom command and target to install libc++ headersPetr Hosek2018-04-091-32/+219
* Implement P0768r1: Library support for the Spaceship Operator.Eric Fiselier2018-04-061-1/+0
* [CMake] Copy the generated __config header into build directoryPetr Hosek2018-03-101-14/+26
* [libc++] Unbreak Apple buildbotsShoaib Meenai2017-12-081-0/+1
* [libc++] Create install-stripped targetsShoaib Meenai2017-12-061-0/+2
* [libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-111-2/+2
* Simplify CMake target for the __generated_config headerEric Fiselier2017-01-031-4/+1
* build: remove now unused UNIX_CATSaleem Abdulrasool2017-01-031-4/+0
* Fix creating __generated_config on WindowsEric Fiselier2017-01-031-2/+7
* build: differentiate between building for and on WindowsSaleem Abdulrasool2017-01-011-1/+1
* [CMake] Fix issue reported on sanitizer botsChris Bieneman2016-12-171-1/+1
* [CMake] Put headers relative to clangChris Bieneman2016-12-161-10/+6
* Add check-cxx-abilist target when supported.Eric Fiselier2016-11-141-6/+10
* [CMake] NFC. Fixing spelling from r280400Chris Bieneman2016-09-011-1/+1
* [CMake] Don't copy headers on fully standaloneChris Bieneman2016-09-011-1/+1
* [CMake] Copy headers relative to LLVM_BINARY_DIRChris Bieneman2016-08-301-5/+7
* [CMake] Be more consistent about naming targets and componentsChris Bieneman2016-08-241-6/+9
* Fix PR27751. Add proper dependancies for install-libcxx-headers ruleEric Fiselier2016-05-271-1/+2
* [CMake] Fix a copy-paste errorChris Bieneman2016-05-031-1/+1
* [CMake] Create a separate install target for libcxx headersChris Bieneman2016-04-291-2/+12
* [libcxx] Capture configuration information when installing the libc++ headersEric Fiselier2015-10-131-0/+27
* [libcxx] Add "install-libcxx" target.Eric Fiselier2015-08-191-0/+1
* Add option to turn off installation of headers.Eric Fiselier2014-12-121-5/+7
* Make headers available in the build directoryJustin Bogner2014-10-231-4/+13
* eliminate install of duplicate headers (take 2)David Fang2014-06-241-6/+3
OpenPOWER on IntegriCloud