summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* build: fix erroneous overwriting of flagsSaleem Abdulrasool2014-03-121-2/+2
* build: fix add_definition abuse in CMakeSaleem Abdulrasool2014-03-121-5/+8
* build: remove an errant commaSaleem Abdulrasool2014-03-121-1/+1
* Justin Bogner: This makes the headers available in the build directory, makin...Howard Hinnant2013-11-151-0/+1
* Patch by GM: Turn off 'deprecated' warnings when building with MSVC, and add ...Marshall Clow2013-10-211-0/+6
* Make it possible to link against libstdc++ as well as libsupc++ with CMake.Peter Collingbourne2013-10-061-5/+14
* G M: Attached is a patch for libcxx's cmake file.Howard Hinnant2013-10-051-1/+3
* libc++abi no longer has a cxa_demangle.h header.Peter Collingbourne2013-10-031-1/+1
* Make it possible to run the test suite when built as part of LLVM.Peter Collingbourne2013-10-031-0/+4
* Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false.Alexey Samsonov2013-10-021-0/+3
* [CMake] Put libcxx-specific module directories to the front of CMAKE_MODULE_P...Alexey Samsonov2013-09-301-1/+1
* [cmake] Provide an option to not install the support headers so that the cmak...Michael Gottesman2013-09-021-0/+1
* G M: minor fix to silence warning in cmake version 2.8.11.20130809-gba97e.Howard Hinnant2013-08-191-1/+1
* The cmake script is failing to copy cxxabi.h to the right place because it wa...Howard Hinnant2013-04-021-1/+1
* Alexey Samsonov: #ifdefs out undefined function in static build of libc++ w/o...Howard Hinnant2013-02-251-0/+4
* Michael van der Westhuizen: update to CMake.Howard Hinnant2013-02-081-110/+59
* Michael van der Westhuizen: The attached patch add support for building again...Howard Hinnant2013-02-071-0/+83
* Saleem Abdulrasool: Ensure that __GLIBCXX__ is defined when building with lib...Howard Hinnant2013-01-221-0/+1
* Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/s...Howard Hinnant2013-01-141-1/+1
* [CMake] Fix c++ abi library configuration on Linux.Michael J. Spencer2012-12-311-4/+11
* [CMake] Add support for selecting which c++ abi library to use.Michael J. Spencer2012-11-301-0/+53
* Andrew Morrow: The current CMake setup for libc++ incorrectly uses the variableHoward Hinnant2012-08-051-1/+2
* Fix warning flags for CMake builds, from Andrew C. Morrow!Douglas Gregor2012-06-071-8/+8
* Add CMake build and fix major Linux blockers.Michael J. Spencer2010-12-101-0/+159