summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake
Commit message (Expand)AuthorAgeFilesLines
* [libcxx{,abi}] Don't link libpthread and libdl on FuchsiaPetr Hosek2019-12-061-0/+5
* [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
* [libc++] Add a CMake cache for Apple-specific configuration optionsLouis Dionne2019-09-111-0/+15
* 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][libcxxabi] Remove the unused CMake checksPetr Hosek2019-05-301-9/+0
* [runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek2019-05-301-0/+4
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-1/+9
* [libc++][CMake] Link against libSystem on Apple platformsLouis Dionne2019-05-021-0/+7
* [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
* Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek2019-01-281-1/+1
* [cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT alwaysMichal Gorny2019-01-281-1/+1
* [CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek2019-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