summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2016-09-01[CMake] NFC. Missed the other uses in r280406Chris Bieneman
2016-09-01[CMake] Don't copy headers on fully standaloneChris Bieneman
2016-09-01Fix libc++ configuration with -fsanitize-coverageIvan Krasin
2016-08-29libc++: perform configuration checks with -nodefaultlibsSaleem Abdulrasool
2016-08-24libc++: add an option to build against compiler-rtSaleem Abdulrasool
2016-08-24Revert "libc++: Perform configuration checks with -nodefaultlibs"Saleem Abdulrasool
2016-08-23libc++: Perform configuration checks with -nodefaultlibsSaleem Abdulrasool
2016-08-18[CMake] Get libcxx building under LLVM/runtimesChris Bieneman
2016-07-18Rework libatomic handling in CMake and LIT.Eric Fiselier
2016-06-08[CMake] Cleanup uses of USES_TERMINALChris Bieneman
2016-06-02[libcxx] Allow target flags to affect CMake configuration testsEric Fiselier
2016-05-27Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a stringEric Fiselier
2016-05-10[libcxx] Prefer C++14 over C++11 when building libc++experimental.Eric Fiselier
2016-02-20Fix PR26622 - Make CheckLibcxxAtomic.cmake use the libc++ headers.Eric Fiselier
2016-02-16Issue a warning instead of fatal errors when checks for libatomic fail.Vasileios Kalintiris
2016-02-11Rename CheckLibcxxAtomic.cmake variable result names so they don't clash with...Eric Fiselier
2016-02-11Fix r260515 - Correct typos in CMake changesEric Fiselier
2016-02-11Re-commit "Introduce a cmake module to figure out whether we need to link wit...Vasileios Kalintiris
2016-02-09Revert "Introduce a cmake module to figure out whether we need to link with l...Vasileios Kalintiris
2016-02-09Introduce a cmake module to figure out whether we need to link with libatomic.Vasileios Kalintiris
2016-02-04Fix the search path for CMake filesNiels Ole Salscheider
2015-12-30Revert r256606 due to compiler-rt sanitizer bot failuresEric Fiselier
2015-12-30Cleanup CMake for out-of-tree buildsEric Fiselier
2015-12-10Replace cmake check for printf with a check for fopen.Evgeniy Stepanov
2015-10-22Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is noneEric Fiselier
2015-10-15[libcxx] Make libc++.so a linker script by default on most platforms.Eric Fiselier
2015-10-14Use __config_site when building libc++. Also cleanup ABI versioning docEric Fiselier
2015-10-13ABI versioning macros for libc++.Evgeniy Stepanov
2015-10-13[libcxx] Capture configuration information when installing the libc++ headersEric Fiselier
2015-08-26[libcxx] Remove installation rules on Darwin when it would overwrite the syst...Eric Fiselier
2015-08-22Fix default value for LLVM_INCLUDE_DOCS in out of tree build.Eric Fiselier
2015-08-22[libcxx] Add new Sphinx documentationEric Fiselier
2015-08-19[libcxx] Add "install-libcxx" target.Eric Fiselier
2015-08-12Fix CMake error whet llvm-config reports a non-existent source directory.Eric Fiselier
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