1. d9b9ef7 [libcxx] Add support for benchmark tests using Google Benchmark. by Eric Fiselier · 8 years ago
  2. ab008f7 Add option to disable __deallocate #warning by Saleem Abdulrasool · 8 years ago
  3. d9bca8a Add -Wno-covered-switch-default while compiling libc++ by Eric Fiselier · 8 years ago
  4. 6e9a694 Add Filesystem TS -- Complete by Eric Fiselier · 8 years ago
  5. a27cbf8 [libcxx] Allow target flags to affect CMake configuration tests by Eric Fiselier · 8 years ago
  6. cad86ff [CMake] Update to requiring CMake 3.4.3 by Chris Bieneman · 8 years ago
  7. 5163e46 [libcxx] Allow explicit pthread opt-in by Ben Craig · 8 years ago
  8. 10a6829 Disable LIBCXX_ENABLE_ABI_LINKER_SCRIPT for static library builds. by Asiri Rathnayake · 8 years ago
  9. 5e4698c Create new library 'libc++experimental.a' for packaging TS symbols. by Eric Fiselier · 8 years ago
  10. c7c4c77 libc++: fix typo by JF Bastien · 8 years ago
  11. 7adfa03 build: silence warnings in in-tree build by Saleem Abdulrasool · 8 years ago
  12. ce5695f Revert r256606 due to compiler-rt sanitizer bot failures by Eric Fiselier · 9 years ago
  13. 44f2e41 Cleanup CMake for out-of-tree builds by Eric Fiselier · 9 years ago
  14. 85df7a8 Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's. by Eric Fiselier · 9 years ago
  15. 579b42b Add initial support for the MUSL C library. by Vasileios Kalintiris · 9 years ago
  16. 1cf5a81 Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is none by Eric Fiselier · 9 years ago
  17. 5d5b59b Disable linker scripts when the ABI library is not specified or is none. by Eric Fiselier · 9 years ago
  18. 1d3716a Re-enable linker scripts after fixing bad CMake by Eric Fiselier · 9 years ago
  19. a778030 Quickly fix bad commit by Eric Fiselier · 9 years ago
  20. bb856cc [libcxx] Make libc++.so a linker script by default on most platforms. by Eric Fiselier · 9 years ago
  21. 7b081f6 Fix handling of -Wno-pedantic by Eric Fiselier · 9 years ago
  22. 8cbf020 [libcxx] Make it drastically simpler to link libc++. by Eric Fiselier · 9 years ago
  23. a662279 Use __config_site when building libc++. Also cleanup ABI versioning doc by Eric Fiselier · 9 years ago
  24. 499d878 Workaround -pedantic flag added by LLVM by Eric Fiselier · 9 years ago
  25. 4f01aa8 ABI versioning macros for libc++. by Evgeniy Stepanov · 9 years ago
  26. 73ffc78 [libcxx] Capture configuration information when installing the libc++ headers by Eric Fiselier · 9 years ago
  27. cb23a49 Turn off -pedantic by default when building due to #include_next. :-( by Eric Fiselier · 9 years ago
  28. 961269d [libcxx] Remove installation rules on Darwin when it would overwrite the system installation. by Eric Fiselier · 9 years ago
  29. 5e91fa1 Misc drive-by cleanups. NFC by Jonathan Roelofs · 9 years ago
  30. b9f425a [libcxx] Add new Sphinx documentation by Eric Fiselier · 9 years ago
  31. d08dbfc Update references to lists.llvm.org by Tanya Lattner · 9 years ago
  32. 26d2390 Add -Wno-error by default to work around failing compiler-rt builds by Eric Fiselier · 9 years ago
  33. eb6e2ea Reapply working parts of CMake cleanup. by Eric Fiselier · 9 years ago
  34. 5514d36 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 9 years ago
  35. 8b93263 Attempt to fix build issues introduced by r243574 by Eric Fiselier · 9 years ago
  36. d74dee9 Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 9 years ago
  37. aa9b5e3 Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 9 years ago
  38. 91eeba8 [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 9 years ago
  39. 692177d Enable and fix warnings during the build. by Eric Fiselier · 9 years ago
  40. 323ade3 Make support for thread-unsafe C functions optional. by Ed Schouten · 9 years ago
  41. 6f08111 Remove warnings about old CMake options by Eric Fiselier · 9 years ago
  42. 5e5e11d libcxx: Fix ARM libc++/abi and libunwind buildbot. by Logan Chien · 9 years ago
  43. bf9653d [libcxx] Add code coverage configuration to CMake and LIT. by Eric Fiselier · 9 years ago
  44. abd06b4 Make the presence of stdin and stdout optional. by Ed Schouten · 9 years ago
  45. 02c24c1 [libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_CXX_ABI_INCLUDE_PATHS by Eric Fiselier · 9 years ago
  46. b33ae5b Add option to disable access to the global filesystem namespace. by Ed Schouten · 9 years ago
  47. c0b166e [libcxx] Add support for linking libc++ against a static ABI library. by Eric Fiselier · 9 years ago
  48. e9d4b23 Adopt CMake policy CMP0042. Set MACOSX_RPATH on by default. by Eric Fiselier · 9 years ago
  49. cbc8497 Remove triple detection from cmake. by Dan Albert · 10 years ago
  50. 818911c [libc++] Add support for cross compiling. by Dan Albert · 10 years ago
  51. 7a033ca [cmake/multilib] Teach libc++'s CMake build to support multilib libdir by Chandler Carruth · 10 years ago
  52. 4778eed [libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfg by Eric Fiselier · 10 years ago
  53. 9acbcee Add option to turn off installation of headers. by Eric Fiselier · 10 years ago
  54. ae9fec0 Add support for building libc++ as a 32 bit library by Eric Fiselier · 10 years ago
  55. 7330ed3 Add support for building and testing libc++ without threads to CMake. by Eric Fiselier · 10 years ago
  56. af2976d Add support for LLVM_USE_SANITIZER=Thread by Eric Fiselier · 10 years ago
  57. 9a1468f Fix build regression caused by not defining ABI library macros by Eric Fiselier · 10 years ago
  58. 8e2855c [libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppress warnings. by Eric Fiselier · 10 years ago
  59. fd28487 Add -gline-tables-only when compiling w/ sanitizers in RELEASE by Eric Fiselier · 10 years ago
  60. 9071bc0 [libcxx] Add support for building and testing with an ABI library not along linker paths by Eric Fiselier · 10 years ago
  61. 66d529f [libcxx] Add support for LLVM_USE_SANITIZER=Undefined by Eric Fiselier · 10 years ago
  62. 300da4f [libcxx] Fix installation of ABI headers. Fixes PR20936 by Eric Fiselier · 10 years ago
  63. 25a1516 [libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standalone and in-tree by Eric Fiselier · 10 years ago
  64. dfe5e72 [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormat by Eric Fiselier · 10 years ago
  65. f2e8c04 Fix re-building in-tree libc++ against in-tree libc++abi by Viktor Kutuzov · 10 years ago
  66. e515bbd Fix linking with just-built libc++abi (added in r214037). by Alexey Samsonov · 10 years ago
  67. 0c6d1a8 Better defaults for in-tree libc++ with cmake. by Dan Albert · 10 years ago
  68. 44ead61 eliminate install of duplicate headers (take 2) Patch by Ryuta Suzuki by David Fang · 10 years ago
  69. 04035d6 Revert "fixes duplicate header installation" by David Fang · 10 years ago
  70. 0bd40d6 fixes duplicate header installation by David Fang · 10 years ago
  71. eb54781 build: fix erroneous overwriting of flags by Saleem Abdulrasool · 10 years ago
  72. 89a52ff build: fix add_definition abuse in CMake by Saleem Abdulrasool · 10 years ago
  73. 6875f3b build: remove an errant comma by Saleem Abdulrasool · 10 years ago
  74. c4962b3 Justin Bogner: This makes the headers available in the build directory, making it by Howard Hinnant · 11 years ago
  75. 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
  76. d0d308f Make it possible to link against libstdc++ as well as libsupc++ with CMake. by Peter Collingbourne · 11 years ago
  77. adb73b1 G M: Attached is a patch for libcxx's cmake file. by Howard Hinnant · 11 years ago
  78. 66a8fce libc++abi no longer has a cxa_demangle.h header. by Peter Collingbourne · 11 years ago
  79. 4c81b00 Make it possible to run the test suite when built as part of LLVM. by Peter Collingbourne · 11 years ago
  80. f7eb573 Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false. by Alexey Samsonov · 11 years ago
  81. 179fa78 [CMake] Put libcxx-specific module directories to the front of CMAKE_MODULE_PATH. by Alexey Samsonov · 11 years ago
  82. 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
  83. 9c07b14 G M: minor fix to silence warning in cmake version 2.8.11.20130809-gba97e. by Howard Hinnant · 11 years ago
  84. 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
  85. 4a0e74f Alexey Samsonov: #ifdefs out undefined function in static build of libc++ w/o RTTI. by Howard Hinnant · 11 years ago
  86. b85dea3 Michael van der Westhuizen: update to CMake. by Howard Hinnant · 11 years ago
  87. 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
  88. 7173a50 Saleem Abdulrasool: Ensure that __GLIBCXX__ is defined when building with libsupc++. by Howard Hinnant · 12 years ago
  89. 750039f Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/show_bug.cgi?id=14648. by Howard Hinnant · 12 years ago
  90. db8a030 [CMake] Fix c++ abi library configuration on Linux. by Michael J. Spencer · 12 years ago
  91. a358fbe [CMake] Add support for selecting which c++ abi library to use. by Michael J. Spencer · 12 years ago
  92. e103a3d Andrew Morrow: The current CMake setup for libc++ incorrectly uses the variable by Howard Hinnant · 12 years ago
  93. f9b6e7e Fix warning flags for CMake builds, from Andrew C. Morrow! by Douglas Gregor · 12 years ago
  94. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago