summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2015-04-01Revert r228351 - Dont install header files.Eric Fiselier
2015-03-17add option to tell LIT where to find the libc++ library when built out of treeEric Fiselier
2015-03-03[libcxxabi] Build both static and shared versions of libc++abi by default.Eric Fiselier
2015-02-05Install header filesGreg Fitzgerald
2015-02-05Enable -Wundef.Dan Albert
2015-01-26Adopt CMake policy CMP0042. Set MACOSX_RPATH on by default.Eric Fiselier
2015-01-22[libcxxabi] Teach CMake better ways to find the libc++ source directory (and ...Eric Fiselier
2015-01-22Add -funwind-tables to CMAKE_C_FLAGS.Logan Chien
2015-01-22Allow libc++abi to be built without unwinder.Logan Chien
2015-01-16LIBCXXABI_TARGET_TRIPLE won't always be set.Dan Albert
2015-01-16[libc++abi] Add support for cross compiling.Dan Albert
2015-01-14Update PACKAGE_VERSION to 3.7.0svnHans Wennborg
2014-12-29[cmake/multilib] Teach libc++abi's CMake build to support multilibChandler Carruth
2014-11-24[libcxxabi] Refactor building and testing libc++abi without threadsEric Fiselier
2014-11-19Remove accidentally commited line in commit. SorryEric Fiselier
2014-11-18[libcxxabi] Refactor CMakeLists.txt's handling of compile and link flags to s...Eric Fiselier
2014-10-17[libcxxabi] Document the standalone build's requirements on llvm-config and l...Eric Fiselier
2014-08-26Remove strict dependency on llvm-config.Dan Albert
2014-07-16libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.Nico Weber
2014-07-11Add support for building and testing the unwinder.Dan Albert
2014-07-10Make cmake cxxflags match those in lib/buildit.Dan Albert
2014-07-10Add lit configs for libcxxabi tests.Dan Albert
2014-07-03Add a cmake build system.Dan Albert