summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix build regression caused by not defining ABI library macrosEric Fiselier2014-11-151-1/+1
* Add -gline-tables-only when compiling w/ sanitizers in RELEASEEric Fiselier2014-11-141-1/+2
* [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
* [libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standa...Eric Fiselier2014-08-181-21/+22
* [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormatEric Fiselier2014-08-161-1/+2
* build: remove unnecessary modification of CMAKE_REQUIRED_DEFINITIONSSaleem Abdulrasool2014-03-121-8/+0
* Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false.Alexey Samsonov2013-10-021-0/+2
* http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta SuzukiHoward Hinnant2011-05-241-0/+1
* Add CMake build and fix major Linux blockers.Michael J. Spencer2010-12-103-0/+108
OpenPOWER on IntegriCloud