1. f4699a5 [libcxx][CMake] Support in-tree libunwind when building as part of runtimes by Petr Hosek · 8 years ago
  2. 1138f04 Remove CMake hack by Eric Fiselier · 8 years ago
  3. b89eba0 Recommit [libcxx] Never use <cassert> within libc++ by Eric Fiselier · 8 years ago
  4. a49c64f Revert "[libcxx] Never use <cassert> within libc++" by Eric Fiselier · 8 years ago
  5. 2c90d1f [libcxx] Never use <cassert> within libc++ by Eric Fiselier · 8 years ago
  6. 8e39559 Don't strip -m32 from the user provide command line flags. This fixes the compiler-rt 32 bit sanitizer build by Eric Fiselier · 8 years ago
  7. bde2871 Improve CMake and LIT support for Windows by Eric Fiselier · 8 years ago
  8. 6948dbe Reland "[CMake][libcxx] Check that we have libcxxabi before using it" by Petr Hosek · 8 years ago
  9. c59c317 Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets" by Petr Hosek · 8 years ago
  10. 3508e7a Reland "[CMake][libcxx] Move Python check to main CMake file" by Petr Hosek · 8 years ago
  11. 157fd34 [libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug mode by Eric Fiselier · 8 years ago
  12. fdd3c91 [libc++] [CMake] Link with /nodefaultlibs on Windows by Eric Fiselier · 8 years ago
  13. 0758410 Revert "[CMake][libcxx] Move Python check to main CMake file" by Petr Hosek · 8 years ago
  14. b81ce92 Revert "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets" by Petr Hosek · 8 years ago
  15. 010074a Revert "[CMake][libcxx] Check that we have libcxxabi before using it" by Petr Hosek · 8 years ago
  16. 8c91834 [CMake][libcxx] Check that we have libcxxabi before using it by Petr Hosek · 8 years ago
  17. 94fc5a9 [CMake][libcxx] Do not rely on the existence of c++abi or unwind targets by Petr Hosek · 8 years ago
  18. 39441fe [CMake][libcxx] Move Python check to main CMake file by Petr Hosek · 8 years ago
  19. da39f1b [libcxx] Fix externally-threaded shared library builds after r291275. by Asiri Rathnayake · 8 years ago
  20. bab7b41 Configure default ABI library as NONE on Windows by Eric Fiselier · 8 years ago
  21. 66134e8 [libc++] Cleanup and document <__threading_support> by Eric Fiselier · 8 years ago
  22. e262e7b [libcxx] Add build/test support for the externally threaded libc++abi variant by Asiri Rathnayake · 8 years ago
  23. cfc5515 Recommit r290839 - Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  24. 983f384 Revert r290839 - Fix configuring and building libc++ w/o an ABI library by Eric Fiselier · 8 years ago
  25. ea38cde Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  26. 766e557 build: tweak macros for Windows build by Saleem Abdulrasool · 8 years ago
  27. 1ca3c45 build: further improve flags handling for cl by Saleem Abdulrasool · 8 years ago
  28. 513447d [libcxx][CMake] Move the warning to HandleOutOfTreeLLVM by Petr Hosek · 8 years ago
  29. c6d8e8a [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS by Shoaib Meenai · 8 years ago
  30. 60479ea Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a by Eric Fiselier · 8 years ago
  31. 5e000c6 Add check-cxx-abilist target when supported. by Eric Fiselier · 8 years ago
  32. 6e467a8 Fix GCC libc++abi build by Eric Fiselier · 8 years ago
  33. d842fed [CMake] Check runtimes subdir when looking for libcxxabi by Petr Hosek · 8 years ago
  34. 2d2f0c0 Add start of filesystem benchmarks by Eric Fiselier · 8 years ago
  35. 8330b1e [libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 inline definitions from the dylib by Eric Fiselier · 8 years ago
  36. 44197a1 [libcxx] Use C++14 when building libc++ with musl by Petr Hosek · 8 years ago
  37. 29026ad Disable Modules when building the libc++ sources. by Eric Fiselier · 8 years ago
  38. 742d878 Fix documentation mis-spelling. by Eric Fiselier · 8 years ago
  39. 3bf8a9c Fix linker script generation for in-tree builds by Eric Fiselier · 8 years ago
  40. ffac224 [cmake] Split linked libraries into private & public, for linker script by Michal Gorny · 8 years ago
  41. c3e00f6 Revert r282483 - [cmake] Add linker option "-Wl,-z,defs" in standalone build by Michal Gorny · 8 years ago
  42. 0e5fbd4 [cmake] Add linker option "-Wl,-z,defs" in standalone build by Michal Gorny · 8 years ago
  43. b79ca0a [cmake] Strip possibly-inherited compiler flags in in-tree build only by Michal Gorny · 8 years ago
  44. 74c9857 Expect DLL builds on Windows by default and require a custom __config for static by Eric Fiselier · 8 years ago
  45. 6dbed46 [libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI compatibility by Eric Fiselier · 8 years ago
  46. 833d644 [libc++] Fix and document visibility attributes for Clang, GCC and Windows. by Eric Fiselier · 8 years ago
  47. 040945b [libcxx] Introduce an externally-threaded libc++ variant. by Asiri Rathnayake · 8 years ago
  48. 01609af Enable installation of libc++experimental by default. by Eric Fiselier · 8 years ago
  49. 3ec6b84 Fix or suppress GCC warnings during build. by Eric Fiselier · 8 years ago
  50. 0a799bd Turn On -DLIBCXX_ENABLE_BENCHMARKS by default. by Eric Fiselier · 8 years ago
  51. d3169f5 [Docs] Update libc++ target names after r279675. by Eric Fiselier · 8 years ago
  52. e146f75 libc++: add an option to build against compiler-rt by Saleem Abdulrasool · 8 years ago
  53. 8c22696 [CMake] Get libcxx building under LLVM/runtimes by Chris Bieneman · 8 years ago
  54. c9e74dd Add private option to change build dialect from C++11 by Eric Fiselier · 8 years ago
  55. b640da0 Allow building both shared and static library by Petr Hosek · 8 years ago
  56. 96f1017 CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent spacing. by Eugene Zelenko · 8 years ago
  57. d9b9ef7 [libcxx] Add support for benchmark tests using Google Benchmark. by Eric Fiselier · 8 years ago
  58. ab008f7 Add option to disable __deallocate #warning by Saleem Abdulrasool · 8 years ago
  59. d9bca8a Add -Wno-covered-switch-default while compiling libc++ by Eric Fiselier · 8 years ago
  60. 6e9a694 Add Filesystem TS -- Complete by Eric Fiselier · 8 years ago
  61. a27cbf8 [libcxx] Allow target flags to affect CMake configuration tests by Eric Fiselier · 8 years ago
  62. cad86ff [CMake] Update to requiring CMake 3.4.3 by Chris Bieneman · 8 years ago
  63. 5163e46 [libcxx] Allow explicit pthread opt-in by Ben Craig · 8 years ago
  64. 10a6829 Disable LIBCXX_ENABLE_ABI_LINKER_SCRIPT for static library builds. by Asiri Rathnayake · 8 years ago
  65. 5e4698c Create new library 'libc++experimental.a' for packaging TS symbols. by Eric Fiselier · 8 years ago
  66. c7c4c77 libc++: fix typo by JF Bastien · 9 years ago
  67. 7adfa03 build: silence warnings in in-tree build by Saleem Abdulrasool · 9 years ago
  68. ce5695f Revert r256606 due to compiler-rt sanitizer bot failures by Eric Fiselier · 9 years ago
  69. 44f2e41 Cleanup CMake for out-of-tree builds by Eric Fiselier · 9 years ago
  70. 85df7a8 Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's. by Eric Fiselier · 9 years ago
  71. 579b42b Add initial support for the MUSL C library. by Vasileios Kalintiris · 9 years ago
  72. 1cf5a81 Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is none by Eric Fiselier · 9 years ago
  73. 5d5b59b Disable linker scripts when the ABI library is not specified or is none. by Eric Fiselier · 9 years ago
  74. 1d3716a Re-enable linker scripts after fixing bad CMake by Eric Fiselier · 9 years ago
  75. a778030 Quickly fix bad commit by Eric Fiselier · 9 years ago
  76. bb856cc [libcxx] Make libc++.so a linker script by default on most platforms. by Eric Fiselier · 9 years ago
  77. 7b081f6 Fix handling of -Wno-pedantic by Eric Fiselier · 9 years ago
  78. 8cbf020 [libcxx] Make it drastically simpler to link libc++. by Eric Fiselier · 9 years ago
  79. a662279 Use __config_site when building libc++. Also cleanup ABI versioning doc by Eric Fiselier · 9 years ago
  80. 499d878 Workaround -pedantic flag added by LLVM by Eric Fiselier · 9 years ago
  81. 4f01aa8 ABI versioning macros for libc++. by Evgeniy Stepanov · 9 years ago
  82. 73ffc78 [libcxx] Capture configuration information when installing the libc++ headers by Eric Fiselier · 9 years ago
  83. cb23a49 Turn off -pedantic by default when building due to #include_next. :-( by Eric Fiselier · 9 years ago
  84. 961269d [libcxx] Remove installation rules on Darwin when it would overwrite the system installation. by Eric Fiselier · 9 years ago
  85. 5e91fa1 Misc drive-by cleanups. NFC by Jonathan Roelofs · 9 years ago
  86. b9f425a [libcxx] Add new Sphinx documentation by Eric Fiselier · 9 years ago
  87. d08dbfc Update references to lists.llvm.org by Tanya Lattner · 9 years ago
  88. 26d2390 Add -Wno-error by default to work around failing compiler-rt builds by Eric Fiselier · 9 years ago
  89. eb6e2ea Reapply working parts of CMake cleanup. by Eric Fiselier · 9 years ago
  90. 5514d36 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 9 years ago
  91. 8b93263 Attempt to fix build issues introduced by r243574 by Eric Fiselier · 9 years ago
  92. d74dee9 Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 9 years ago
  93. aa9b5e3 Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 9 years ago
  94. 91eeba8 [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 9 years ago
  95. 692177d Enable and fix warnings during the build. by Eric Fiselier · 9 years ago
  96. 323ade3 Make support for thread-unsafe C functions optional. by Ed Schouten · 9 years ago
  97. 6f08111 Remove warnings about old CMake options by Eric Fiselier · 9 years ago
  98. 5e5e11d libcxx: Fix ARM libc++/abi and libunwind buildbot. by Logan Chien · 9 years ago
  99. bf9653d [libcxx] Add code coverage configuration to CMake and LIT. by Eric Fiselier · 10 years ago
  100. abd06b4 Make the presence of stdin and stdout optional. by Ed Schouten · 10 years ago