summaryrefslogtreecommitdiffstats
path: root/libcxxabi/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-231-7/+0
* [CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek2018-07-231-0/+7
* [CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek2018-07-101-1/+1
* [libc++abi] Look for __config instead of vectorShoaib Meenai2018-06-301-1/+1
* [libc++abi] Limit libc++ header search to specified pathsShoaib Meenai2018-06-301-0/+1
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-7/+10
* Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build systemNico Weber2018-04-291-0/+4
* [CMake] Support for monorepo layoutPetr Hosek2018-04-041-0/+2
* [cmake] [libcxxabi] Fix find_path() problems when cross compilingDon Hinton2018-01-221-0/+3
* [cmake] [libcxxabi] Don't print warning when tests are disabled.Don Hinton2018-01-181-14/+17
* Update version to 7.0.0svnHans Wennborg2018-01-031-1/+1
* [libcxxabi][CMake] Provide option to disable installing of the libraryPetr Hosek2017-11-171-0/+1
* libcxxabi: Suppress LLVM_ENABLE_MODULESNAKAMURA Takumi2017-07-311-0/+6
* Update version to 6.0.0svnHans Wennborg2017-07-191-1/+1
* [libcxxabi][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-111-0/+7
* Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 ...Ismail Donmez2017-06-131-0/+2
* [libcxxabi] Rework CMakeLists.txt into modulesMartell Malone2017-06-011-153/+60
* Remove requirement for libunwind sources. Patch by Shiz.Eric Fiselier2017-05-311-19/+0
* [libcxxabi] Disable DLL annotations on staticMartell Malone2017-05-281-1/+1
* Allow undefined symbols when linking libc++abi.dll on WindowsEric Fiselier2017-05-111-1/+2
* [libc++abi] Disable libc++ extern templates project-wideShoaib Meenai2017-05-101-0/+3
* [libcxxabi][CMake] Set library dir when built under runtimes/Jonas Hahnfeld2017-05-041-1/+5
* [CMake][libcxxabi] Fix the -target and -gcc-toolchain flag handlingPetr Hosek2017-04-161-2/+3
* [CMake][libcxxabi] Use -nodefaultlibs for CMake checksPetr Hosek2017-04-071-0/+8
* Fix exception address alignment test for EHABIAsiri Rathnayake2017-04-041-1/+6
* Fix CMake configuration errors on OS XEric Fiselier2017-03-041-3/+6
* Turn on -Wunused-function and cleanup occurancesEric Fiselier2017-03-041-1/+1
* Work around GCC linking errors within libc++abi due to missing new/delete def...Eric Fiselier2017-03-021-1/+5
* [libc++abi] Add option to enable definitions for the new/delete overloads.Eric Fiselier2017-03-021-1/+7
* [libcxxabi] Clean up macro usage.Ranjeet Singh2017-03-011-2/+11
* [CMake][libcxxabi] Update the libc++ test module pathPetr Hosek2017-02-181-1/+1
* [libcxxabi][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek2017-02-091-0/+1
* [cmake] Handle missing LIBUNWIND_* directories gracefullyMichal Gorny2017-01-141-2/+6
* Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier2017-01-141-1/+2
* [libc++abi] Add a silent terminate handler to libcxxabi.James Y Knight2017-01-131-0/+4
* Bump version to 5.0.0svnHans Wennborg2017-01-121-1/+1
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny2017-01-091-1/+12
* [libcxxabi] Cleanup and adapt for r291275. NFC.Asiri Rathnayake2017-01-091-7/+25
* [libcxxabi] Enable tests by default in standalone.Bryant Wong2017-01-081-0/+4
* [libcxxabi] Add flag to conditionally enable testsBryant Wong2017-01-071-1/+2
* [libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake2017-01-031-0/+29
* add cxa_demangle_fuzzerKostya Serebryany2016-12-281-0/+1
* Fix GCC libc++abi buildEric Fiselier2016-11-131-0/+4
* [CMake] Fix libc++abi arm build w/o libunwind.Logan Chien2016-11-131-1/+1
* [CMake] Check runtimes subdir when looking for libcxx and libuwindPetr Hosek2016-11-111-4/+14
* Revert "[CMake] Check runtimes subdir when looking for libcxx and libuwind"Petr Hosek2016-11-091-6/+1
* [CMake] Check runtimes subdir when looking for libcxx and libuwindPetr Hosek2016-11-091-1/+6
* Fix typo in CMakeLists.txt: provide the path to libcxx checkout and not the i...Mehdi Amini2016-11-071-1/+1
* Fix libcxxabi CMake detection of libcxx path to handle LLVM_EXTERNAL_LIBCXX_S...Mehdi Amini2016-11-071-2/+8
* Revert "Add some facilities to work with a git monorepo (experimental setup)"Mehdi Amini2016-11-071-2/+0
OpenPOWER on IntegriCloud