1. 162ce3f [CMake] Don't install c++abi headers in standalone libc++ build by Petr Hosek · 6 years ago
  2. 83f3cdc [CMake] Fix the setting of LIBCXX_HEADER_DIR in standalone build by Petr Hosek · 6 years ago
  3. 44ef94a Reland "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  4. 78c3548 Revert "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  5. 24acfd8 [CMake] Support statically linking dependencies only to shared or static library by Petr Hosek · 6 years ago
  6. 4d34ec0 [CMake] Install C++ ABI headers into the right location by Petr Hosek · 6 years ago
  7. 4d66f09 Support for multiarch runtimes layout by Petr Hosek · 6 years ago
  8. 7ef8270 [CMake] Convert paths to the right form in standalone builds on Windows by Martin Storsjo · 6 years ago
  9. 204d5ec [CMake] Use common variable for all header targets NFC by Petr Hosek · 6 years ago
  10. 8650687 [CMake] Add a missing target dependency on C++ ABI headers by Petr Hosek · 6 years ago
  11. f48515b Reland "Use custom command and target to install libc++ headers" by Petr Hosek · 6 years ago
  12. 09ff3dc Revert "[CMake] Use custom command and target to install libc++ headers" by Petr Hosek · 7 years ago
  13. 8d0d6fa [CMake] Use custom command and target to install libc++ headers by Petr Hosek · 7 years ago
  14. c5121b9 [libcxx][cmake] Remove libatomic temporarily from CMAKE_REQUIRED_LIBRARIES when configuring by Simon Dardis · 7 years ago
  15. c0a4761 [cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional ones. by Don Hinton · 7 years ago
  16. 4746c1e Fix installation of cxxabi.h through libc++. by Eric Fiselier · 7 years ago
  17. 3a84027 Make libcxx tests work when llvm sources are not present. by Zachary Turner · 7 years ago
  18. 7a87049 Resubmit "Fix llvm-lit script generation in libcxx." by Zachary Turner · 7 years ago
  19. 8130661 Revert "Fix llvm-lit script generation in libcxx." by Zachary Turner · 7 years ago
  20. 2205438 Fix llvm-lit script generation in libcxx. by Zachary Turner · 7 years ago
  21. 347be61 [libcxx][CMake] Add install path variable to allow overriding the destination by Petr Hosek · 7 years ago
  22. afb5476 Correct typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUILTINS_LIBRARY by Eric Fiselier · 7 years ago
  23. fa3bd28 libcxx: fix bootstrapping for mingw-w64 by Martell Malone · 7 years ago
  24. cebb3e9 [CMake][libcxx] Fix the --target and --gcc-toolchain flag handling by Petr Hosek · 8 years ago
  25. effdf24 [CMake][libcxx] Use check_c_compiler_flag to check for nodefaultlibs by Petr Hosek · 8 years ago
  26. 1662a85 [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requested by Petr Hosek · 8 years ago
  27. ccc0f58 Try to fix the libcxx build with mingw64 by Reid Kleckner · 8 years ago
  28. dd1f059 Fix cmake to find the compiler-rt libs on darwin by Bruno Cardoso Lopes · 8 years ago
  29. c51e0d2 Change test coverage generation to use llvm-cov instead of gcov. by Eric Fiselier · 8 years ago
  30. 1edf316 Recommit "Split exception.cpp and new.cpp implementation into different files for different runtimes." by Eric Fiselier · 8 years ago
  31. d3298ad Revert "Split exception.cpp and new.cpp implementation into different files for different runtimes." by Eric Fiselier · 8 years ago
  32. 801e00b Correctly default to using the system libc++abi on Apple. by Eric Fiselier · 8 years ago
  33. bde2871 Improve CMake and LIT support for Windows by Eric Fiselier · 8 years ago
  34. 3508e7a Reland "[CMake][libcxx] Move Python check to main CMake file" by Petr Hosek · 8 years ago
  35. 78463e7 Fix copy-paste errors in r292001 by Eric Fiselier · 8 years ago
  36. fdd3c91 [libc++] [CMake] Link with /nodefaultlibs on Windows by Eric Fiselier · 8 years ago
  37. d5904a2 Don't dump llvm-config --cmakedir output if command fails. by Eric Fiselier · 8 years ago
  38. 0758410 Revert "[CMake][libcxx] Move Python check to main CMake file" by Petr Hosek · 8 years ago
  39. 39441fe [CMake][libcxx] Move Python check to main CMake file by Petr Hosek · 8 years ago
  40. 174ff71 [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available by Michal Gorny · 8 years ago
  41. 5a60459 PR31540: install libc++abi headers into include/c++/v1 in build area. by Richard Smith · 8 years ago
  42. cfc5515 Recommit r290839 - Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  43. 983f384 Revert r290839 - Fix configuring and building libc++ w/o an ABI library by Eric Fiselier · 8 years ago
  44. ea38cde Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  45. cfe109b build: dont detect libraries for Windows by Saleem Abdulrasool · 8 years ago
  46. 513447d [libcxx][CMake] Move the warning to HandleOutOfTreeLLVM by Petr Hosek · 8 years ago
  47. 11715ba Put C++ ABI headers in a special build directory instead of the top level. by Eric Fiselier · 8 years ago
  48. 5e000c6 Add check-cxx-abilist target when supported. by Eric Fiselier · 8 years ago
  49. 4f031f8 [cmake] Allow testing against installed LLVM with no sources by Michal Gorny · 8 years ago
  50. 472c8c6 Remove dead CMake target by Eric Fiselier · 8 years ago
  51. a54229f Cleanup CMake status output by Eric Fiselier · 8 years ago
  52. 3bf8a9c Fix linker script generation for in-tree builds by Eric Fiselier · 8 years ago
  53. 512cf2d [CMake] NFC. Missed the other uses in r280406 by Chris Bieneman · 8 years ago
  54. 2e35384 [CMake] Don't copy headers on fully standalone by Chris Bieneman · 8 years ago
  55. 25a93c5 Fix libc++ configuration with -fsanitize-coverage by Ivan Krasin · 8 years ago
  56. eb930a5 libc++: perform configuration checks with -nodefaultlibs by Saleem Abdulrasool · 8 years ago
  57. e146f75 libc++: add an option to build against compiler-rt by Saleem Abdulrasool · 8 years ago
  58. af7f1a8 Revert "libc++: Perform configuration checks with -nodefaultlibs" by Saleem Abdulrasool · 8 years ago
  59. ab80428 libc++: Perform configuration checks with -nodefaultlibs by Saleem Abdulrasool · 8 years ago
  60. 8c22696 [CMake] Get libcxx building under LLVM/runtimes by Chris Bieneman · 8 years ago
  61. 5432e3b Rework libatomic handling in CMake and LIT. by Eric Fiselier · 8 years ago
  62. 54f2d20 [CMake] Cleanup uses of USES_TERMINAL by Chris Bieneman · 8 years ago
  63. a27cbf8 [libcxx] Allow target flags to affect CMake configuration tests by Eric Fiselier · 8 years ago
  64. 1eb7445 Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a string by Eric Fiselier · 8 years ago
  65. 25bcc0f [libcxx] Prefer C++14 over C++11 when building libc++experimental. by Eric Fiselier · 8 years ago
  66. 100ce64 Fix PR26622 - Make CheckLibcxxAtomic.cmake use the libc++ headers. by Eric Fiselier · 9 years ago
  67. fea3b21 Issue a warning instead of fatal errors when checks for libatomic fail. by Vasileios Kalintiris · 9 years ago
  68. 629135a Rename CheckLibcxxAtomic.cmake variable result names so they don't clash with LLVM by Eric Fiselier · 9 years ago
  69. df69432 Fix r260515 - Correct typos in CMake changes by Eric Fiselier · 9 years ago
  70. cb6641a Re-commit "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 9 years ago
  71. 1654db4 Revert "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 9 years ago
  72. b56fdea Introduce a cmake module to figure out whether we need to link with libatomic. by Vasileios Kalintiris · 9 years ago
  73. c35d862 Fix the search path for CMake files by Niels Ole Salscheider · 9 years ago
  74. ce5695f Revert r256606 due to compiler-rt sanitizer bot failures by Eric Fiselier · 9 years ago
  75. 44f2e41 Cleanup CMake for out-of-tree builds by Eric Fiselier · 9 years ago
  76. 563647a Replace cmake check for printf with a check for fopen. by Evgeniy Stepanov · 9 years ago
  77. 1cf5a81 Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is none by Eric Fiselier · 9 years ago
  78. bb856cc [libcxx] Make libc++.so a linker script by default on most platforms. 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. 4f01aa8 ABI versioning macros for libc++. by Evgeniy Stepanov · 9 years ago
  81. 73ffc78 [libcxx] Capture configuration information when installing the libc++ headers by Eric Fiselier · 9 years ago
  82. 961269d [libcxx] Remove installation rules on Darwin when it would overwrite the system installation. by Eric Fiselier · 9 years ago
  83. 2fdc443 Fix default value for LLVM_INCLUDE_DOCS in out of tree build. by Eric Fiselier · 9 years ago
  84. b9f425a [libcxx] Add new Sphinx documentation by Eric Fiselier · 9 years ago
  85. de56f74 [libcxx] Add "install-libcxx" target. by Eric Fiselier · 9 years ago
  86. 1efadf9 Fix CMake error whet llvm-config reports a non-existent source directory. by Eric Fiselier · 9 years ago
  87. c0e7971 Remove -Werror when using check_cxx_compiler_flag because it was causing compiler-rt breakages. by Eric Fiselier · 9 years ago
  88. 6a85d5c Print message when configuring for standalone build. 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. bae11ad Fix building and testing libc++ with GCC. by Eric Fiselier · 9 years ago
  96. bf9653d [libcxx] Add code coverage configuration to CMake and LIT. by Eric Fiselier · 10 years ago
  97. 02c24c1 [libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_CXX_ABI_INCLUDE_PATHS by Eric Fiselier · 10 years ago
  98. c0b166e [libcxx] Add support for linking libc++ against a static ABI library. by Eric Fiselier · 10 years ago
  99. 45969ec [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++ by Eric Fiselier · 10 years ago
  100. f42a8e6 Make ABI header not found a warning, not an error. by Dan Albert · 10 years ago