1. a2685cd [libcxx] Support building hermetic static library by Petr Hosek · 6 years ago
  2. 1497359 [libcxx] Make sure the re-export logic works when paths contain spaces by Louis Dionne · 7 years ago
  3. 3aeeaff [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed by Louis Dionne · 7 years ago
  4. 950b8e1 [libcxx] Remove custom CMake code targeting Mac OS 10.6 by Louis Dionne · 7 years ago
  5. 67ea02b Add libc++fs to the test deps, and not to the target 'cxx'. by Eric Fiselier · 7 years ago
  6. ce65245 Attempt to unbreak *all the bots* by Eric Fiselier · 7 years ago
  7. 998a5c8 Implement <filesystem> by Eric Fiselier · 7 years ago
  8. 4a1e14e [CMake] Option to control whether shared/static library is installed by Petr Hosek · 7 years ago
  9. 058c04c Reland "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 7 years ago
  10. 781ee0b Revert "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 7 years ago
  11. 7a0295c [CMake] Support statically linking dependencies only to shared or static library by Petr Hosek · 7 years ago
  12. 21e7aab [CMake] Rename cxx_headers back to cxx-headers. by Ahmed Bougacha · 7 years ago
  13. a9e7908 [CMake] Use common variable for all header targets NFC by Petr Hosek · 7 years ago
  14. 0aa70fa [CMake] Add a missing target dependency on C++ ABI headers by Petr Hosek · 7 years ago
  15. c20c182 Reland "Use custom command and target to install libc++ headers" by Petr Hosek · 7 years ago
  16. f73514c Revert "[CMake] Use custom command and target to install libc++ headers" by Petr Hosek · 7 years ago
  17. e10ef35 [CMake] Use custom command and target to install libc++ headers by Petr Hosek · 7 years ago
  18. aaabea0 [CMake] Copy the generated __config header into build directory by Petr Hosek · 7 years ago
  19. 88434fe LLVM_FOUND isn't always set, so just test if llvm_setup_rpath() is by Don Hinton · 7 years ago
  20. d21aeff Reland: [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 7 years ago
  21. 7e9453d Revert [libcxx] r323453 - [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 7 years ago
  22. 7b4be6f [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 7 years ago
  23. f7c7944 [libc++] Create install-stripped targets by Shoaib Meenai · 7 years ago
  24. fb8eb6f Use CMAKE_AR instead of the system default 'ar' for merging static libraries by Martin Storsjo · 8 years ago
  25. 783d433 Add MINGW_LIBRARIES to the linker flags by Martin Storsjo · 8 years ago
  26. 95e45f9 [CMake] Use MATCHES for regular expression. by Leo Li · 8 years ago
  27. 510e70f [libcxx][CMake] Add install path variable to allow overriding the destination by Petr Hosek · 8 years ago
  28. 6af1b7d Move external instantiation for __vector_base_common to vector.cpp by Eric Fiselier · 8 years ago
  29. 8fd2d37 libcxx: fix bootstrapping for mingw-w64 by Martell Malone · 8 years ago
  30. 3e254a6 [libc++] Implement exception_ptr on Windows by Eric Fiselier · 8 years ago
  31. 70a3eb6 Rename the static version of libc++ on Windows. by Eric Fiselier · 8 years ago
  32. 9b25fb7 [libcxx] Fix check-cxx-abilist on OS X by Eric Fiselier · 8 years ago
  33. 963bcd2 [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requested by Petr Hosek · 8 years ago
  34. 994e17b Do not pass an explicit reexported symbol list when building libc++ dylib if also defining new/delete by Mehdi Amini · 8 years ago
  35. c7cd73e [libc++] Add a key function for bad_function_call by Shoaib Meenai · 8 years ago
  36. 2aeac46 Change test coverage generation to use llvm-cov instead of gcov. by Eric Fiselier · 8 years ago
  37. 0b37f20 Start libc++ python cleanup and consolidation. by Eric Fiselier · 8 years ago
  38. b494288 [libcxx][CMake] Support in-tree libunwind when building as part of runtimes by Petr Hosek · 8 years ago
  39. 06d3c51 Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets" by Petr Hosek · 8 years ago
  40. 7e3ee09 [libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug mode by Eric Fiselier · 8 years ago
  41. cc1f65c [libc++] [CMake] Link with /nodefaultlibs on Windows by Eric Fiselier · 8 years ago
  42. 8782d22 Revert "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets" by Petr Hosek · 8 years ago
  43. 777de22 [CMake][libcxx] Do not rely on the existence of c++abi or unwind targets by Petr Hosek · 8 years ago
  44. 00f6bea [libc++] Cleanup and document <__threading_support> by Eric Fiselier · 8 years ago
  45. f1ae11a build: use the platform dependent library prefix/suffix by Saleem Abdulrasool · 8 years ago
  46. 99c19ad build: use more portable spelling for flag by Saleem Abdulrasool · 8 years ago
  47. 1285e4d Recommit r290839 - Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  48. 221596d Revert r290839 - Fix configuring and building libc++ w/o an ABI library by Eric Fiselier · 8 years ago
  49. 5d25843 Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  50. 58729cd build: tweak macros for Windows build by Saleem Abdulrasool · 8 years ago
  51. 2d2ed1c build: make cross-compiling to Windows work on Linux by Saleem Abdulrasool · 8 years ago
  52. bf58c8e Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a by Eric Fiselier · 9 years ago
  53. ef634ec [solaris] Convert the support library to C++ to fix -std=c++11 build by Michal Gorny · 9 years ago
  54. 9a7c3e5 Remove dead CMake target by Eric Fiselier · 9 years ago
  55. 5efb309 Fix CMake configuration error and add ABI lists for OS X. by Eric Fiselier · 9 years ago
  56. 054fc4c Fix linker script generation for in-tree builds by Eric Fiselier · 9 years ago
  57. 5b5f4f0 [CMake] Fix in-tree libcxxabi build support after r283659 by Hal Finkel · 9 years ago
  58. 2433b26 [cmake] Split linked libraries into private & public, for linker script by Michal Gorny · 9 years ago
  59. 50bc34ca31 [libcxx] Allow sanitizing libcxx with ASan+UBSan simultaneously by Kuba Brecka · 9 years ago
  60. d634df5 [libcxx] Enable building and testing of libcxx with ThreadSanitizer on OS X by Kuba Brecka · 9 years ago
  61. 8c2bf45 [libcxx] Introduce an externally-threaded libc++ variant. by Asiri Rathnayake · 9 years ago
  62. 394d351 build: don't add -fPIC on Windows by Saleem Abdulrasool · 9 years ago
  63. 7a05dfa Fix syntax error in recent CMake change. by Eric Fiselier · 9 years ago
  64. 2112586 Fix PR28831 - Bad logic around CMAKE_OSX_SYSROOT and CMAKE_OSX_ARCHITECTURES. by Eric Fiselier · 9 years ago
  65. f17227a [CMake] Be more consistent about naming targets and components by Chris Bieneman · 9 years ago
  66. 9e49a33 Allow building both shared and static library by Petr Hosek · 9 years ago
  67. a23470e Rework libatomic handling in CMake and LIT. by Eric Fiselier · 9 years ago
  68. c797958 Add Filesystem TS -- Complete by Eric Fiselier · 9 years ago
  69. a0dd664 Automatically detect export lists for OS X. by Eric Fiselier · 9 years ago
  70. a5e201f [libcxx] Prefer C++14 over C++11 when building libc++experimental. by Eric Fiselier · 9 years ago
  71. 27cb2f1 Create new library 'libc++experimental.a' for packaging TS symbols. by Eric Fiselier · 9 years ago
  72. 59e9748 Fix dependencies on install-libcxx CMake target by Eric Fiselier · 9 years ago
  73. 4497e3a [CMake] Create a separate install target for libcxx headers by Chris Bieneman · 9 years ago
  74. d247ac4 Re-commit "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 9 years ago
  75. 7432c04 Revert "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 9 years ago
  76. cca79b8 Introduce a cmake module to figure out whether we need to link with libatomic. by Vasileios Kalintiris · 9 years ago
  77. 6627c70 Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's. by Eric Fiselier · 9 years ago
  78. a1b79ae [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 · 10 years ago
  79. cae21e4 Use proper output directory when naminging the libc++ output by Eric Fiselier · 10 years ago
  80. e2dd2fd Dont required CMake 3 to install a linker script by Eric Fiselier · 10 years ago
  81. a15785b Re-enable linker scripts after fixing bad CMake by Eric Fiselier · 10 years ago
  82. 27dec39 Use correct CMake variable for the libname by Eric Fiselier · 10 years ago
  83. 8241405 [libcxx] Make it drastically simpler to link libc++. by Eric Fiselier · 10 years ago
  84. a66a7b3 ABI versioning macros for libc++. by Evgeniy Stepanov · 10 years ago
  85. 9dbb558 [libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X. by Eric Fiselier · 10 years ago
  86. d77135f [libcxx] Remove installation rules on Darwin when it would overwrite the system installation. by Eric Fiselier · 10 years ago
  87. 7cb813f [libcxx] Add "install-libcxx" target. by Eric Fiselier · 10 years ago
  88. 10ed6c3 Reapply working parts of CMake cleanup. by Eric Fiselier · 10 years ago
  89. b98aa43 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 10 years ago
  90. ff16b9a Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 10 years ago
  91. 1e33bbe Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 10 years ago
  92. 7eb30de [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 10 years ago
  93. d1bac4c [libcxx] Add support for sanitizers on OS X. by Eric Fiselier · 10 years ago
  94. 78fdf2d [libcxx] Add code coverage configuration to CMake and LIT. by Eric Fiselier · 10 years ago
  95. e035c7c Only enable special apple link flags for libc++abi (or none) by Eric Fiselier · 10 years ago
  96. 0357171 [libcxx] Add support for linking libc++ against a static ABI library. by Eric Fiselier · 10 years ago
  97. d2852b6 [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++ by Eric Fiselier · 10 years ago
  98. 64be05a [cmake/multilib] Teach libc++'s CMake build to support multilib libdir by Chandler Carruth · 10 years ago
  99. 53deb60 Fixes to get libc++ building on sun solaris. Patch from C Bergstrom. by Eric Fiselier · 11 years ago
  100. 5aedca9 [libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppress warnings. by Eric Fiselier · 11 years ago