summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2015-07-31Remove -Werror when using check_cxx_compiler_flag because it was causing comp...Eric Fiselier
2015-07-31Print message when configuring for standalone build.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-29Attempt to fix build issues introduced by Eric 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-31[libcxx] Add code coverage configuration to CMake and LIT.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
2015-01-16Remove triple detection from cmake.Dan Albert
2014-11-15Fix build regression caused by not defining ABI library macrosEric Fiselier
2014-11-14Add -gline-tables-only when compiling w/ sanitizers in RELEASEEric 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
2014-08-18[libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standa...Eric Fiselier
2014-08-16[libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormatEric Fiselier
2014-03-12build: remove unnecessary modification of CMAKE_REQUIRED_DEFINITIONSSaleem Abdulrasool
2013-10-02Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false.Alexey Samsonov
2011-05-24http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta SuzukiHoward Hinnant
2010-12-10Add CMake build and fix major Linux blockers.Michael J. Spencer