1. 9e444eb [libcxx] Support building hermetic static library by Petr Hosek · 6 years ago
  2. c56c9cf [libcxx] Make sure the re-export logic works when paths contain spaces by Louis Dionne · 6 years ago
  3. f27a903 [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed by Louis Dionne · 6 years ago
  4. 9bc5d8e [libcxx] Remove custom CMake code targeting Mac OS 10.6 by Louis Dionne · 6 years ago
  5. bc3f403 Add libc++fs to the test deps, and not to the target 'cxx'. by Eric Fiselier · 6 years ago
  6. 0be5527 Attempt to unbreak *all the bots* by Eric Fiselier · 6 years ago
  7. a0866c5 Implement <filesystem> by Eric Fiselier · 6 years ago
  8. 89d973a [CMake] Option to control whether shared/static library is installed by Petr Hosek · 6 years ago
  9. 44ef94a Reland "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  10. 78c3548 Revert "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  11. 24acfd8 [CMake] Support statically linking dependencies only to shared or static library by Petr Hosek · 6 years ago
  12. 92f1507 [CMake] Rename cxx_headers back to cxx-headers. by Ahmed Bougacha · 6 years ago
  13. 204d5ec [CMake] Use common variable for all header targets NFC by Petr Hosek · 6 years ago
  14. 8650687 [CMake] Add a missing target dependency on C++ ABI headers by Petr Hosek · 6 years ago
  15. f48515b Reland "Use custom command and target to install libc++ headers" by Petr Hosek · 6 years ago
  16. 09ff3dc Revert "[CMake] Use custom command and target to install libc++ headers" by Petr Hosek · 6 years ago
  17. 8d0d6fa [CMake] Use custom command and target to install libc++ headers by Petr Hosek · 6 years ago
  18. 698b695 [CMake] Copy the generated __config header into build directory by Petr Hosek · 6 years ago
  19. 1dfee5b LLVM_FOUND isn't always set, so just test if llvm_setup_rpath() is by Don Hinton · 6 years ago
  20. 44aacb7 Reland: [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 6 years ago
  21. e0c8dbe Revert [libcxx] r323453 - [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 6 years ago
  22. 102b0a1 [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 6 years ago
  23. cd9466e [libc++] Create install-stripped targets by Shoaib Meenai · 7 years ago
  24. 5f919fe Use CMAKE_AR instead of the system default 'ar' for merging static libraries by Martin Storsjo · 7 years ago
  25. ed487a3 Add MINGW_LIBRARIES to the linker flags by Martin Storsjo · 7 years ago
  26. 158fe10 [CMake] Use MATCHES for regular expression. by Leo Li · 7 years ago
  27. 347be61 [libcxx][CMake] Add install path variable to allow overriding the destination by Petr Hosek · 7 years ago
  28. 957d7f4 Move external instantiation for __vector_base_common to vector.cpp by Eric Fiselier · 7 years ago
  29. fa3bd28 libcxx: fix bootstrapping for mingw-w64 by Martell Malone · 7 years ago
  30. 78f5dc0 [libc++] Implement exception_ptr on Windows by Eric Fiselier · 7 years ago
  31. 23ccaa5 Rename the static version of libc++ on Windows. by Eric Fiselier · 7 years ago
  32. 9ea4041 [libcxx] Fix check-cxx-abilist on OS X by Eric Fiselier · 7 years ago
  33. 1662a85 [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requested by Petr Hosek · 7 years ago
  34. 0a74c73 Do not pass an explicit reexported symbol list when building libc++ dylib if also defining new/delete by Mehdi Amini · 7 years ago
  35. f012f26 [libc++] Add a key function for bad_function_call by Shoaib Meenai · 7 years ago
  36. c51e0d2 Change test coverage generation to use llvm-cov instead of gcov. by Eric Fiselier · 7 years ago
  37. 1147753 Start libc++ python cleanup and consolidation. by Eric Fiselier · 7 years ago
  38. f4699a5 [libcxx][CMake] Support in-tree libunwind when building as part of runtimes by Petr Hosek · 7 years ago
  39. c59c317 Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets" by Petr Hosek · 7 years ago
  40. 157fd34 [libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug mode by Eric Fiselier · 7 years ago
  41. fdd3c91 [libc++] [CMake] Link with /nodefaultlibs on Windows by Eric Fiselier · 7 years ago
  42. b81ce92 Revert "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets" by Petr Hosek · 8 years ago
  43. 94fc5a9 [CMake][libcxx] Do not rely on the existence of c++abi or unwind targets by Petr Hosek · 8 years ago
  44. 66134e8 [libc++] Cleanup and document <__threading_support> by Eric Fiselier · 8 years ago
  45. 1f2d778 build: use the platform dependent library prefix/suffix by Saleem Abdulrasool · 8 years ago
  46. 8ddd269 build: use more portable spelling for flag by Saleem Abdulrasool · 8 years ago
  47. cfc5515 Recommit r290839 - Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  48. 983f384 Revert r290839 - Fix configuring and building libc++ w/o an ABI library by Eric Fiselier · 8 years ago
  49. ea38cde Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  50. 766e557 build: tweak macros for Windows build by Saleem Abdulrasool · 8 years ago
  51. 1b34b98 build: make cross-compiling to Windows work on Linux by Saleem Abdulrasool · 8 years ago
  52. 60479ea Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a by Eric Fiselier · 8 years ago
  53. 7c2afba [solaris] Convert the support library to C++ to fix -std=c++11 build by Michal Gorny · 8 years ago
  54. 472c8c6 Remove dead CMake target by Eric Fiselier · 8 years ago
  55. 7d1452e Fix CMake configuration error and add ABI lists for OS X. by Eric Fiselier · 8 years ago
  56. 3bf8a9c Fix linker script generation for in-tree builds by Eric Fiselier · 8 years ago
  57. 475cf02 [CMake] Fix in-tree libcxxabi build support after r283659 by Hal Finkel · 8 years ago
  58. ffac224 [cmake] Split linked libraries into private & public, for linker script by Michal Gorny · 8 years ago
  59. 86f6997 [libcxx] Allow sanitizing libcxx with ASan+UBSan simultaneously by Kuba Brecka · 8 years ago
  60. 847eaf4 [libcxx] Enable building and testing of libcxx with ThreadSanitizer on OS X by Kuba Brecka · 8 years ago
  61. 040945b [libcxx] Introduce an externally-threaded libc++ variant. by Asiri Rathnayake · 8 years ago
  62. 1dbcfe0 build: don't add -fPIC on Windows by Saleem Abdulrasool · 8 years ago
  63. b16966c Fix syntax error in recent CMake change. by Eric Fiselier · 8 years ago
  64. 364cf87 Fix PR28831 - Bad logic around CMAKE_OSX_SYSROOT and CMAKE_OSX_ARCHITECTURES. by Eric Fiselier · 8 years ago
  65. e0620e2 [CMake] Be more consistent about naming targets and components by Chris Bieneman · 8 years ago
  66. b640da0 Allow building both shared and static library by Petr Hosek · 8 years ago
  67. 5432e3b Rework libatomic handling in CMake and LIT. by Eric Fiselier · 8 years ago
  68. 6e9a694 Add Filesystem TS -- Complete by Eric Fiselier · 8 years ago
  69. 5fb49ff Automatically detect export lists for OS X. by Eric Fiselier · 8 years ago
  70. 25bcc0f [libcxx] Prefer C++14 over C++11 when building libc++experimental. by Eric Fiselier · 8 years ago
  71. 5e4698c Create new library 'libc++experimental.a' for packaging TS symbols. by Eric Fiselier · 8 years ago
  72. a956a10 Fix dependencies on install-libcxx CMake target by Eric Fiselier · 8 years ago
  73. ffa3db2 [CMake] Create a separate install target for libcxx headers by Chris Bieneman · 8 years ago
  74. cb6641a Re-commit "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 8 years ago
  75. 1654db4 Revert "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 8 years ago
  76. b56fdea Introduce a cmake module to figure out whether we need to link with libatomic. by Vasileios Kalintiris · 8 years ago
  77. 85df7a8 Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's. by Eric Fiselier · 9 years ago
  78. a846b11 [CMake] If you're not installing the libcxx library, exclude it from the "all" target so it doesn't get built when you run "ninja install" by Chris Bieneman · 9 years ago
  79. e6d05b6 Use proper output directory when naminging the libc++ output by Eric Fiselier · 9 years ago
  80. 601d2c1 Dont required CMake 3 to install a linker script by Eric Fiselier · 9 years ago
  81. 1d3716a Re-enable linker scripts after fixing bad CMake by Eric Fiselier · 9 years ago
  82. a317a1b Use correct CMake variable for the libname by Eric Fiselier · 9 years ago
  83. 8cbf020 [libcxx] Make it drastically simpler to link libc++. by Eric Fiselier · 9 years ago
  84. 4f01aa8 ABI versioning macros for libc++. by Evgeniy Stepanov · 9 years ago
  85. 25daee7 [libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X. by Eric Fiselier · 9 years ago
  86. 961269d [libcxx] Remove installation rules on Darwin when it would overwrite the system installation. by Eric Fiselier · 9 years ago
  87. de56f74 [libcxx] Add "install-libcxx" target. by Eric Fiselier · 9 years ago
  88. eb6e2ea Reapply working parts of CMake cleanup. by Eric Fiselier · 9 years ago
  89. 5514d36 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 9 years ago
  90. d74dee9 Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 9 years ago
  91. aa9b5e3 Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 9 years ago
  92. 91eeba8 [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 9 years ago
  93. 938c96e [libcxx] Add support for sanitizers on OS X. by Eric Fiselier · 9 years ago
  94. bf9653d [libcxx] Add code coverage configuration to CMake and LIT. by Eric Fiselier · 9 years ago
  95. 4f274d0 Only enable special apple link flags for libc++abi (or none) by Eric Fiselier · 9 years ago
  96. c0b166e [libcxx] Add support for linking libc++ against a static ABI library. by Eric Fiselier · 9 years ago
  97. 45969ec [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++ by Eric Fiselier · 9 years ago
  98. 7a033ca [cmake/multilib] Teach libc++'s CMake build to support multilib libdir by Chandler Carruth · 10 years ago
  99. 6cb69ff Fixes to get libc++ building on sun solaris. Patch from C Bergstrom. by Eric Fiselier · 10 years ago
  100. 8e2855c [libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppress warnings. by Eric Fiselier · 10 years ago