1. 5cb5282 Merge to upstream r231255. by Dan Albert · 9 years ago
  2. 8f9e26d Remove triple detection from cmake. by Dan Albert · 9 years ago
  3. ba6d1eb [libc++] Add support for cross compiling. by Dan Albert · 9 years ago
  4. 0608625 Merge to upstream r225300. by Dan Albert · 9 years ago
  5. 7112dae Merge to upstream r222492. by Dan Albert · 10 years ago
  6. 90dc8dd Update to upstream r216384. by Dan Albert · 10 years ago
  7. eb54781 build: fix erroneous overwriting of flags by Saleem Abdulrasool · 10 years ago
  8. 89a52ff build: fix add_definition abuse in CMake by Saleem Abdulrasool · 10 years ago
  9. 6875f3b build: remove an errant comma by Saleem Abdulrasool · 10 years ago
  10. c4962b3 Justin Bogner: This makes the headers available in the build directory, making it by Howard Hinnant · 11 years ago
  11. 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
  12. d0d308f Make it possible to link against libstdc++ as well as libsupc++ with CMake. by Peter Collingbourne · 11 years ago
  13. adb73b1 G M: Attached is a patch for libcxx's cmake file. by Howard Hinnant · 11 years ago
  14. 66a8fce libc++abi no longer has a cxa_demangle.h header. by Peter Collingbourne · 11 years ago
  15. 4c81b00 Make it possible to run the test suite when built as part of LLVM. by Peter Collingbourne · 11 years ago
  16. f7eb573 Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false. by Alexey Samsonov · 11 years ago
  17. 179fa78 [CMake] Put libcxx-specific module directories to the front of CMAKE_MODULE_PATH. by Alexey Samsonov · 11 years ago
  18. 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
  19. 9c07b14 G M: minor fix to silence warning in cmake version 2.8.11.20130809-gba97e. by Howard Hinnant · 11 years ago
  20. 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 · 11 years ago
  21. 4a0e74f Alexey Samsonov: #ifdefs out undefined function in static build of libc++ w/o RTTI. by Howard Hinnant · 11 years ago
  22. b85dea3 Michael van der Westhuizen: update to CMake. by Howard Hinnant · 11 years ago
  23. 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 · 11 years ago
  24. 7173a50 Saleem Abdulrasool: Ensure that __GLIBCXX__ is defined when building with libsupc++. by Howard Hinnant · 11 years ago
  25. 750039f Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/show_bug.cgi?id=14648. by Howard Hinnant · 11 years ago
  26. db8a030 [CMake] Fix c++ abi library configuration on Linux. by Michael J. Spencer · 11 years ago
  27. a358fbe [CMake] Add support for selecting which c++ abi library to use. by Michael J. Spencer · 12 years ago
  28. e103a3d Andrew Morrow: The current CMake setup for libc++ incorrectly uses the variable by Howard Hinnant · 12 years ago
  29. f9b6e7e Fix warning flags for CMake builds, from Andrew C. Morrow! by Douglas Gregor · 12 years ago
  30. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago