aboutsummaryrefslogtreecommitdiff
path: root/libcxx/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Justin Bogner: This makes the headers available in the build directory, makin...Howard Hinnant1-0/+1
2013-10-21Patch by GM: Turn off 'deprecated' warnings when building with MSVC, and add ...Marshall Clow1-0/+6
2013-10-06Make it possible to link against libstdc++ as well as libsupc++ with CMake.Peter Collingbourne1-5/+14
2013-10-05G M: Attached is a patch for libcxx's cmake file.Howard Hinnant1-1/+3
2013-10-03libc++abi no longer has a cxa_demangle.h header.Peter Collingbourne1-1/+1
2013-10-03Make it possible to run the test suite when built as part of LLVM.Peter Collingbourne1-0/+4
2013-10-02Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false.Alexey Samsonov1-0/+3
2013-09-30[CMake] Put libcxx-specific module directories to the front of CMAKE_MODULE_P...Alexey Samsonov1-1/+1
2013-09-02[cmake] Provide an option to not install the support headers so that the cmak...Michael Gottesman1-0/+1
2013-08-19G M: minor fix to silence warning in cmake version 2.8.11.20130809-gba97e.Howard Hinnant1-1/+1
2013-04-02The cmake script is failing to copy cxxabi.h to the right place because it wa...Howard Hinnant1-1/+1
2013-02-25Alexey Samsonov: #ifdefs out undefined function in static build of libc++ w/o...Howard Hinnant1-0/+4
2013-02-08Michael van der Westhuizen: update to CMake.Howard Hinnant1-110/+59
2013-02-07Michael van der Westhuizen: The attached patch add support for building again...Howard Hinnant1-0/+83
2013-01-22Saleem Abdulrasool: Ensure that __GLIBCXX__ is defined when building with lib...Howard Hinnant1-0/+1
2013-01-14Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/s...Howard Hinnant1-1/+1
2012-12-31[CMake] Fix c++ abi library configuration on Linux.Michael J. Spencer1-4/+11
2012-11-30[CMake] Add support for selecting which c++ abi library to use.Michael J. Spencer1-0/+53
2012-08-05Andrew Morrow: The current CMake setup for libc++ incorrectly uses the variableHoward Hinnant1-1/+2
2012-06-07Fix warning flags for CMake builds, from Andrew C. Morrow!Douglas Gregor1-8/+8
2010-12-10Add CMake build and fix major Linux blockers.Michael J. Spencer1-0/+159