summaryrefslogtreecommitdiff
path: root/cmake/Modules/HandleLibCXXABI.cmake
AgeCommit message (Expand)Author
2017-11-25Fix installation of cxxabi.h through libc++.Eric Fiselier
2017-07-11[libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-02-10Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier
2017-02-10Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier
2017-02-10Correctly default to using the system libc++abi on Apple.Eric Fiselier
2017-01-16Improve CMake and LIT support for WindowsEric Fiselier
2017-01-05PR31540: install libc++abi headers into include/c++/v1 in build area.Richard Smith
2017-01-03Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2017-01-02Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier
2017-01-02Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2016-12-09Put C++ ABI headers in a special build directory instead of the top level.Eric Fiselier
2016-10-14Remove dead CMake targetEric Fiselier
2016-05-27Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a stringEric Fiselier
2015-10-22Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is noneEric Fiselier
2015-08-26[libcxx] Remove installation rules on Darwin when it would overwrite the syst...Eric Fiselier
2015-08-19[libcxx] Add "install-libcxx" target.Eric Fiselier
2015-07-30Reapply working parts of CMake cleanup.Eric Fiselier
2015-07-29Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier
2015-07-29Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier
2015-07-29Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg
2015-07-29[libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier
2015-05-20Fix building and testing libc++ with GCC.Eric Fiselier
2015-03-19[libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_CXX_ABI_INCLUDE_P...Eric Fiselier
2015-03-03[libcxx] Add support for linking libc++ against a static ABI library.Eric Fiselier
2015-02-21[libcxx] Move to using libc++abi2.exp as the default symbol list for libc++Eric Fiselier
2015-02-10Make ABI header not found a warning, not an error.Dan Albert
2015-02-05Add __cxxabi_config.h to libcxxabi headers.Dan Albert
2014-11-15Fix build regression caused by not defining ABI library macrosEric Fiselier
2014-10-19[libcxx] Redo adding support for building and testing with an ABI library not...Eric Fiselier
2014-10-18Add special case for finding the in-tree ABI library.Eric Fiselier
2014-10-18[libcxx] Add support for building and testing with an ABI library not along l...Eric Fiselier