1. 1cf5a81 Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is none by Eric Fiselier · 9 years ago
  2. bb856cc [libcxx] Make libc++.so a linker script by default on most platforms. by Eric Fiselier · 9 years ago
  3. a662279 Use __config_site when building libc++. Also cleanup ABI versioning doc by Eric Fiselier · 9 years ago
  4. 4f01aa8 ABI versioning macros for libc++. by Evgeniy Stepanov · 9 years ago
  5. 73ffc78 [libcxx] Capture configuration information when installing the libc++ headers by Eric Fiselier · 9 years ago
  6. 961269d [libcxx] Remove installation rules on Darwin when it would overwrite the system installation. by Eric Fiselier · 9 years ago
  7. 2fdc443 Fix default value for LLVM_INCLUDE_DOCS in out of tree build. by Eric Fiselier · 9 years ago
  8. b9f425a [libcxx] Add new Sphinx documentation by Eric Fiselier · 9 years ago
  9. de56f74 [libcxx] Add "install-libcxx" target. by Eric Fiselier · 9 years ago
  10. 1efadf9 Fix CMake error whet llvm-config reports a non-existent source directory. by Eric Fiselier · 9 years ago
  11. c0e7971 Remove -Werror when using check_cxx_compiler_flag because it was causing compiler-rt breakages. by Eric Fiselier · 9 years ago
  12. 6a85d5c Print message when configuring for standalone build. by Eric Fiselier · 9 years ago
  13. eb6e2ea Reapply working parts of CMake cleanup. by Eric Fiselier · 9 years ago
  14. 5514d36 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 9 years ago
  15. 8b93263 Attempt to fix build issues introduced by r243574 by Eric Fiselier · 9 years ago
  16. d74dee9 Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 9 years ago
  17. aa9b5e3 Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 9 years ago
  18. 91eeba8 [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 9 years ago
  19. bae11ad Fix building and testing libc++ with GCC. by Eric Fiselier · 9 years ago
  20. bf9653d [libcxx] Add code coverage configuration to CMake and LIT. by Eric Fiselier · 9 years ago
  21. 02c24c1 [libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_CXX_ABI_INCLUDE_PATHS by Eric Fiselier · 9 years ago
  22. c0b166e [libcxx] Add support for linking libc++ against a static ABI library. by Eric Fiselier · 9 years ago
  23. 45969ec [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++ by Eric Fiselier · 9 years ago
  24. f42a8e6 Make ABI header not found a warning, not an error. by Dan Albert · 9 years ago
  25. 062d0a6 Add __cxxabi_config.h to libcxxabi headers. by Dan Albert · 9 years ago
  26. cbc8497 Remove triple detection from cmake. by Dan Albert · 10 years ago
  27. 9a1468f Fix build regression caused by not defining ABI library macros by Eric Fiselier · 10 years ago
  28. fd28487 Add -gline-tables-only when compiling w/ sanitizers in RELEASE by Eric Fiselier · 10 years ago
  29. cb7e32c [libcxx] Redo adding support for building and testing with an ABI library not along linker paths by Eric Fiselier · 10 years ago
  30. 9b53c10 Add special case for finding the in-tree ABI library. by Eric Fiselier · 10 years ago
  31. 9071bc0 [libcxx] Add support for building and testing with an ABI library not along linker paths by Eric Fiselier · 10 years ago
  32. 25a1516 [libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standalone and in-tree by Eric Fiselier · 10 years ago
  33. dfe5e72 [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormat by Eric Fiselier · 10 years ago
  34. 55f667c build: remove unnecessary modification of CMAKE_REQUIRED_DEFINITIONS by Saleem Abdulrasool · 10 years ago
  35. f7eb573 Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false. by Alexey Samsonov · 11 years ago
  36. 20542c0 http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki by Howard Hinnant · 13 years ago
  37. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago