summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake
Commit message (Expand)AuthorAgeFilesLines
* Merging r343753:Tom Stellard2018-12-051-1/+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
* Correct typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUILTINS_LIBRARYEric Fiselier2017-05-251-1/+1
* libcxx: fix bootstrapping for mingw-w64Martell Malone2017-05-251-1/+9
* [CMake][libcxx] Fix the --target and --gcc-toolchain flag handlingPetr Hosek2017-04-161-1/+1
* [CMake][libcxx] Use check_c_compiler_flag to check for nodefaultlibsPetr Hosek2017-04-061-1/+2
* [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requestedPetr Hosek2017-04-052-2/+7
* Try to fix the libcxx build with mingw64Reid Kleckner2017-03-311-0/+5
* 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
* Improve CMake and LIT support for WindowsEric Fiselier2017-01-161-6/+8
* Reland "[CMake][libcxx] Move Python check to main CMake file"Petr Hosek2017-01-161-7/+0
* Fix copy-paste errors in r292001Eric Fiselier2017-01-141-3/+3
* [libc++] [CMake] Link with /nodefaultlibs on WindowsEric Fiselier2017-01-141-0/+4
* Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier2017-01-141-1/+2
* Revert "[CMake][libcxx] Move Python check to main CMake file"Petr Hosek2017-01-111-0/+7
* [CMake][libcxx] Move Python check to main CMake filePetr Hosek2017-01-101-7/+0
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny2017-01-091-1/+12
* PR31540: install libc++abi headers into include/c++/v1 in build area.Richard Smith2017-01-051-1/+9
* Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-031-3/+8
* Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier2017-01-021-5/+1
* Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-021-1/+5
* build: dont detect libraries for WindowsSaleem Abdulrasool2017-01-011-6/+27
* [libcxx][CMake] Move the warning to HandleOutOfTreeLLVMPetr Hosek2016-12-121-0/+4
* Put C++ ABI headers in a special build directory instead of the top level.Eric Fiselier2016-12-091-6/+8
* Add check-cxx-abilist target when supported.Eric Fiselier2016-11-141-36/+25
* [cmake] Allow testing against installed LLVM with no sourcesMichal Gorny2016-10-191-11/+6
OpenPOWER on IntegriCloud