summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake/Modules
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Fix linker script generationPetr Hosek2019-10-111-1/+3
* [libc++] Workaround old versions of CMake that don't understand list(JOIN)Louis Dionne2019-10-081-1/+1
* [libc++] Move the linker script generation step to CMakeLouis Dionne2019-10-081-0/+50
* Provide a meaningful diagnostic when LLVM_PATH doesn't point to a directoryLouis Dionne2019-08-191-0/+3
* Revert "[libc++] Take 3: Do not cleverly link against libc++abi just because ...Louis Dionne2019-08-081-1/+1
* [libc++] Take 3: Do not cleverly link against libc++abi just because it happe...Louis Dionne2019-08-071-1/+1
* Revert "[libc++] Take 2: Do not cleverly link against libc++abi just because ...Vitaly Buka2019-07-081-1/+1
* [libc++] Take 2: Do not cleverly link against libc++abi just because it happe...Louis Dionne2019-07-081-1/+1
* Revert "[libc++] Do not cleverly link against libc++abi just because it happe...Louis Dionne2019-07-051-1/+1
* [libc++] Do not cleverly link against libc++abi just because it happens to be...Louis Dionne2019-07-051-1/+1
* [libcxx] cmake - guard list removeBrian Cain2019-05-021-4/+6
* [libc++][CMake] Refactor how we link against system librariesLouis Dionne2019-04-301-0/+24
* [CMake] Split linked libraries for shared and static libc++Petr Hosek2019-04-171-8/+0
* [CMake] Differentiate between static and shared libc++abiPetr Hosek2019-04-031-14/+18
* [libc++][CMake] Clean up some of the libc++ re-exporting logicLouis Dionne2019-03-201-1/+0
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-171-1/+1
* Support tests in freestandingJF Bastien2019-02-041-1/+1
* [cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT alwaysMichal Gorny2019-01-281-1/+1
* [CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek2018-11-141-0/+3
* Add cxx-benchmark-unittests targetEric Fiselier2018-11-131-0/+23
* [CMake] Use just basename when copying C++ ABI headersPetr Hosek2018-10-041-1/+1
* Attempt to unbreak Windows configuration.Eric Fiselier2018-10-011-0/+1
* [CMake] Don't install c++abi headers in standalone libc++ buildPetr Hosek2018-07-251-1/+1
* [CMake] Fix the setting of LIBCXX_HEADER_DIR in standalone buildPetr Hosek2018-07-241-6/+8
* Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-241-3/+3
* Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-231-3/+3
* [CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek2018-07-231-3/+3
* [CMake] Install C++ ABI headers into the right locationPetr Hosek2018-07-201-10/+2
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-1/+1
* [CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo2018-06-202-3/+7
* [CMake] Use common variable for all header targets NFCPetr Hosek2018-06-121-2/+2
* [CMake] Add a missing target dependency on C++ ABI headersPetr Hosek2018-06-121-0/+1
* Reland "Use custom command and target to install libc++ headers"Petr Hosek2018-06-121-7/+17
* Revert "[CMake] Use custom command and target to install libc++ headers"Petr Hosek2018-04-091-17/+7
* [CMake] Use custom command and target to install libc++ headersPetr Hosek2018-04-091-7/+17
* [libcxx][cmake] Remove libatomic temporarily from CMAKE_REQUIRED_LIBRARIES wh...Simon Dardis2018-04-041-0/+7
* [cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o...Don Hinton2018-01-231-1/+1
* Fix installation of cxxabi.h through libc++.Eric Fiselier2017-11-251-1/+1
* Make libcxx tests work when llvm sources are not present.Zachary Turner2017-09-201-7/+10
* Resubmit "Fix llvm-lit script generation in libcxx."Zachary Turner2017-09-191-0/+5
* Revert "Fix llvm-lit script generation in libcxx."Zachary Turner2017-09-191-5/+0
* Fix llvm-lit script generation in libcxx.Zachary Turner2017-09-191-0/+5
* [libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-111-1/+1
* [CMake][libcxx] Fix the --target and --gcc-toolchain flag handlingPetr Hosek2017-04-161-1/+1
* [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requestedPetr Hosek2017-04-051-1/+4
* Fix cmake to find the compiler-rt libs on darwinBruno Cardoso Lopes2017-03-141-9/+21
* Change test coverage generation to use llvm-cov instead of gcov.Eric Fiselier2017-03-112-2/+59
* Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier2017-02-101-3/+5
* Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier2017-02-101-5/+3
* Correctly default to using the system libc++abi on Apple.Eric Fiselier2017-02-101-3/+5
OpenPOWER on IntegriCloud