summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] NFC. Missed the other uses in r280406Chris Bieneman2016-09-011-2/+2
* [CMake] Don't copy headers on fully standaloneChris Bieneman2016-09-011-1/+9
* Fix libc++ configuration with -fsanitize-coverageIvan Krasin2016-09-012-0/+6
* libc++: perform configuration checks with -nodefaultlibsSaleem Abdulrasool2016-08-292-5/+33
* libc++: add an option to build against compiler-rtSaleem Abdulrasool2016-08-241-1/+3
* Revert "libc++: Perform configuration checks with -nodefaultlibs"Saleem Abdulrasool2016-08-241-21/+2
* libc++: Perform configuration checks with -nodefaultlibsSaleem Abdulrasool2016-08-231-2/+21
* [CMake] Get libcxx building under LLVM/runtimesChris Bieneman2016-08-181-6/+8
* Rework libatomic handling in CMake and LIT.Eric Fiselier2016-07-181-1/+1
* [CMake] Cleanup uses of USES_TERMINALChris Bieneman2016-06-081-8/+0
* [libcxx] Allow target flags to affect CMake configuration testsEric Fiselier2016-06-021-0/+20
* Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a stringEric Fiselier2016-05-271-2/+4
* [libcxx] Prefer C++14 over C++11 when building libc++experimental.Eric Fiselier2016-05-101-0/+5
* Fix PR26622 - Make CheckLibcxxAtomic.cmake use the libc++ headers.Eric Fiselier2016-02-201-2/+2
* Issue a warning instead of fatal errors when checks for libatomic fail.Vasileios Kalintiris2016-02-161-2/+2
* Rename CheckLibcxxAtomic.cmake variable result names so they don't clash with...Eric Fiselier2016-02-111-2/+2
* Fix r260515 - Correct typos in CMake changesEric Fiselier2016-02-112-8/+4
* Re-commit "Introduce a cmake module to figure out whether we need to link wit...Vasileios Kalintiris2016-02-112-0/+46
* Revert "Introduce a cmake module to figure out whether we need to link with l...Vasileios Kalintiris2016-02-092-43/+0
* Introduce a cmake module to figure out whether we need to link with libatomic.Vasileios Kalintiris2016-02-092-0/+43
* Fix the search path for CMake filesNiels Ole Salscheider2016-02-041-1/+1
* Revert r256606 due to compiler-rt sanitizer bot failuresEric Fiselier2015-12-301-31/+10
* Cleanup CMake for out-of-tree buildsEric Fiselier2015-12-301-10/+31
* Replace cmake check for printf with a check for fopen.Evgeniy Stepanov2015-12-101-1/+1
* Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is noneEric Fiselier2015-10-221-13/+0
* [libcxx] Make libc++.so a linker script by default on most platforms.Eric Fiselier2015-10-151-0/+24
* Use __config_site when building libc++. Also cleanup ABI versioning docEric Fiselier2015-10-141-3/+3
* ABI versioning macros for libc++.Evgeniy Stepanov2015-10-131-0/+6
* [libcxx] Capture configuration information when installing the libc++ headersEric Fiselier2015-10-131-0/+16
* [libcxx] Remove installation rules on Darwin when it would overwrite the syst...Eric Fiselier2015-08-261-5/+7
* Fix default value for LLVM_INCLUDE_DOCS in out of tree build.Eric Fiselier2015-08-221-0/+3
* [libcxx] Add new Sphinx documentationEric Fiselier2015-08-222-1/+11
* [libcxx] Add "install-libcxx" target.Eric Fiselier2015-08-191-0/+1
* Fix CMake error whet llvm-config reports a non-existent source directory.Eric Fiselier2015-08-121-2/+6
* Remove -Werror when using check_cxx_compiler_flag because it was causing comp...Eric Fiselier2015-07-311-1/+1
* Print message when configuring for standalone build.Eric Fiselier2015-07-311-0/+1
* Reapply working parts of CMake cleanup.Eric Fiselier2015-07-304-17/+259
* Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier2015-07-294-244/+17
* Attempt to fix build issues introduced by Eric Fiselier2015-07-291-24/+23
* Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier2015-07-294-17/+245
* Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg2015-07-294-243/+17
* [libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier2015-07-294-17/+243
* Fix building and testing libc++ with GCC.Eric Fiselier2015-05-201-1/+1
* [libcxx] Add code coverage configuration to CMake and LIT.Eric Fiselier2015-03-311-0/+36
* [libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_CXX_ABI_INCLUDE_P...Eric Fiselier2015-03-191-6/+6
* [libcxx] Add support for linking libc++ against a static ABI library.Eric Fiselier2015-03-031-1/+5
* [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++Eric Fiselier2015-02-211-0/+1
* Make ABI header not found a warning, not an error.Dan Albert2015-02-101-1/+1
* Add __cxxabi_config.h to libcxxabi headers.Dan Albert2015-02-051-2/+2
* Remove triple detection from cmake.Dan Albert2015-01-161-53/+0
OpenPOWER on IntegriCloud