summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-02-12[CMake] Avoid passing -rtlib=compiler-rt when using compiler-rtPetr Hosek
2019-02-04[CMake] Support CMake variables for setting target, sysroot and toolchainPetr Hosek
2019-01-24[libcxxabi] Support building hermetic static libraryPetr Hosek
2019-01-16Found another version number to increase from 8 to 9Hans Wennborg
2018-08-01Update version to 8.0.0svnHans Wennborg
2018-07-25[CMake] Don't use LIBCXXABI_ENABLE_STATIC option before its declaredSam Clegg
2018-07-25[CMake] Use LIBCXXABI_LIBDIR_SUFFIX in libc++abi buildPetr Hosek
2018-07-24[CMake] Option to control whether shared/static library is installedPetr Hosek
2018-07-24Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-23Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-23[CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek
2018-07-10[CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek
2018-06-30[libc++abi] Look for __config instead of vectorShoaib Meenai
2018-06-30[libc++abi] Limit libc++ header search to specified pathsShoaib Meenai
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-04-29Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build systemNico Weber
2018-04-04[CMake] Support for monorepo layoutPetr Hosek
2018-01-22[cmake] [libcxxabi] Fix find_path() problems when cross compilingDon Hinton
2018-01-18[cmake] [libcxxabi] Don't print warning when tests are disabled.Don Hinton
2018-01-03Update version to 7.0.0svnHans Wennborg
2017-11-17[libcxxabi][CMake] Provide option to disable installing of the libraryPetr Hosek
2017-07-31libcxxabi: Suppress LLVM_ENABLE_MODULESNAKAMURA Takumi
2017-07-19Update version to 6.0.0svnHans Wennborg
2017-07-11[libcxxabi][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-06-13Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 ...Ismail Donmez
2017-06-01[libcxxabi] Rework CMakeLists.txt into modulesMartell Malone
2017-05-31Remove requirement for libunwind sources. Patch by Shiz.Eric Fiselier
2017-05-28[libcxxabi] Disable DLL annotations on staticMartell Malone
2017-05-11Allow undefined symbols when linking libc++abi.dll on WindowsEric Fiselier
2017-05-10[libc++abi] Disable libc++ extern templates project-wideShoaib Meenai
2017-05-04[libcxxabi][CMake] Set library dir when built under runtimes/Jonas Hahnfeld
2017-04-16[CMake][libcxxabi] Fix the -target and -gcc-toolchain flag handlingPetr Hosek
2017-04-07[CMake][libcxxabi] Use -nodefaultlibs for CMake checksPetr Hosek
2017-04-04Fix exception address alignment test for EHABIAsiri Rathnayake
2017-03-04Fix CMake configuration errors on OS XEric Fiselier
2017-03-04Turn on -Wunused-function and cleanup occurancesEric Fiselier
2017-03-02Work around GCC linking errors within libc++abi due to missing new/delete def...Eric Fiselier
2017-03-02[libc++abi] Add option to enable definitions for the new/delete overloads.Eric Fiselier
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-02-18[CMake][libcxxabi] Update the libc++ test module pathPetr Hosek
2017-02-09[libcxxabi][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek
2017-01-14[cmake] Handle missing LIBUNWIND_* directories gracefullyMichal Gorny
2017-01-14Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier
2017-01-13[libc++abi] Add a silent terminate handler to libcxxabi.James Y Knight
2017-01-12Bump version to 5.0.0svnHans Wennborg
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny
2017-01-09[libcxxabi] Cleanup and adapt for r291275. NFC.Asiri Rathnayake
2017-01-08[libcxxabi] Enable tests by default in standalone.Bryant Wong
2017-01-07[libcxxabi] Add flag to conditionally enable testsBryant Wong
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake