1. c4962b3 Justin Bogner: This makes the headers available in the build directory, making it by Howard Hinnant · 11 years ago
  2. 0f7afe7 Patch by GM: Turn off 'deprecated' warnings when building with MSVC, and add '-Werror=return-type' to catch funtions that aren't returning what they should. by Marshall Clow · 11 years ago
  3. d0d308f Make it possible to link against libstdc++ as well as libsupc++ with CMake. by Peter Collingbourne · 11 years ago
  4. adb73b1 G M: Attached is a patch for libcxx's cmake file. by Howard Hinnant · 11 years ago
  5. 66a8fce libc++abi no longer has a cxa_demangle.h header. by Peter Collingbourne · 11 years ago
  6. 4c81b00 Make it possible to run the test suite when built as part of LLVM. by Peter Collingbourne · 11 years ago
  7. f7eb573 Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false. by Alexey Samsonov · 11 years ago
  8. 179fa78 [CMake] Put libcxx-specific module directories to the front of CMAKE_MODULE_PATH. by Alexey Samsonov · 11 years ago
  9. c64c980 [cmake] Provide an option to not install the support headers so that the cmake build can match the make build if requested. by Michael Gottesman · 11 years ago
  10. 9c07b14 G M: minor fix to silence warning in cmake version 2.8.11.20130809-gba97e. by Howard Hinnant · 11 years ago
  11. b777d6a The cmake script is failing to copy cxxabi.h to the right place because it was generating to destination path like so /include// and dstdir can legally be blank from my interpretation of the script, and this would then generate a path like libcxx/include// which is illegal. by Howard Hinnant · 12 years ago
  12. 4a0e74f Alexey Samsonov: #ifdefs out undefined function in static build of libc++ w/o RTTI. by Howard Hinnant · 12 years ago
  13. b85dea3 Michael van der Westhuizen: update to CMake. by Howard Hinnant · 12 years ago
  14. 46c49d1 Michael van der Westhuizen: The attached patch add support for building against libc++abi and libcxxrt to CMake builds of libc++. by Howard Hinnant · 12 years ago
  15. 7173a50 Saleem Abdulrasool: Ensure that __GLIBCXX__ is defined when building with libsupc++. by Howard Hinnant · 12 years ago
  16. 750039f Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/show_bug.cgi?id=14648. by Howard Hinnant · 12 years ago
  17. db8a030 [CMake] Fix c++ abi library configuration on Linux. by Michael J. Spencer · 12 years ago
  18. a358fbe [CMake] Add support for selecting which c++ abi library to use. by Michael J. Spencer · 12 years ago
  19. e103a3d Andrew Morrow: The current CMake setup for libc++ incorrectly uses the variable by Howard Hinnant · 12 years ago
  20. f9b6e7e Fix warning flags for CMake builds, from Andrew C. Morrow! by Douglas Gregor · 12 years ago
  21. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago