summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* 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