summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake/Modules
Commit message (Expand)AuthorAgeFilesLines
* [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-111-4/+4
* Re-commit "Introduce a cmake module to figure out whether we need to link wit...Vasileios Kalintiris2016-02-111-0/+41
* Revert "Introduce a cmake module to figure out whether we need to link with l...Vasileios Kalintiris2016-02-091-38/+0
* Introduce a cmake module to figure out whether we need to link with libatomic.Vasileios Kalintiris2016-02-091-0/+38
* 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
* 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-221-0/+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-303-0/+257
* Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier2015-07-293-242/+0
* 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-293-0/+243
* Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg2015-07-293-241/+0
* [libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier2015-07-293-0/+241
* 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
* Fix build regression caused by not defining ABI library macrosEric Fiselier2014-11-151-1/+1
* [libcxx] Redo adding support for building and testing with an ABI library not...Eric Fiselier2014-10-191-23/+3
* Add special case for finding the in-tree ABI library.Eric Fiselier2014-10-181-6/+13
* [libcxx] Add support for building and testing with an ABI library not along l...Eric Fiselier2014-10-181-0/+111
* Add CMake build and fix major Linux blockers.Michael J. Spencer2010-12-102-0/+71
OpenPOWER on IntegriCloud