summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake/Modules/HandleLibCXXABI.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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
* [CMake] Use just basename when copying C++ ABI headersPetr Hosek2018-10-041-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] 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
* Fix installation of cxxabi.h through libc++.Eric Fiselier2017-11-251-1/+1
* [libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-111-1/+1
* 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
* 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
* Put C++ ABI headers in a special build directory instead of the top level.Eric Fiselier2016-12-091-6/+8
* Remove dead CMake targetEric Fiselier2016-10-141-2/+0
* Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a stringEric Fiselier2016-05-271-2/+4
* Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is noneEric Fiselier2015-10-221-13/+0
* [libcxx] Remove installation rules on Darwin when it would overwrite the syst...Eric Fiselier2015-08-261-5/+7
* [libcxx] Add "install-libcxx" target.Eric Fiselier2015-08-191-0/+1
* Reapply working parts of CMake cleanup.Eric Fiselier2015-07-301-0/+15
* Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier2015-07-291-15/+0
* Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier2015-07-291-0/+15
* Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg2015-07-291-15/+0
* [libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier2015-07-291-0/+15
* Fix building and testing libc++ with GCC.Eric Fiselier2015-05-201-1/+1
* [libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_CXX_ABI_INCLUDE_P...Eric Fiselier2015-03-191-6/+6
* [libcxx] Add support for linking libc++ against a static ABI library.Eric Fiselier2015-03-031-1/+5
* [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++Eric Fiselier2015-02-211-0/+1
* Make ABI header not found a warning, not an error.Dan Albert2015-02-101-1/+1
* Add __cxxabi_config.h to libcxxabi headers.Dan Albert2015-02-051-2/+2
* Fix build regression caused by not defining ABI library macrosEric Fiselier2014-11-151-1/+1
OpenPOWER on IntegriCloud