1. 16e9d9f [cmake] [libcxxabi] Fix find_path() problems when cross compiling by Don Hinton · 6 years ago
  2. 0d2ebaa [cmake] [libcxxabi] Don't print warning when tests are disabled. by Don Hinton · 6 years ago
  3. faa22f3 Update version to 7.0.0svn by Hans Wennborg · 6 years ago
  4. 43600b4 [libcxxabi][CMake] Provide option to disable installing of the library by Petr Hosek · 6 years ago
  5. f4afd55 libcxxabi: Suppress LLVM_ENABLE_MODULES by NAKAMURA Takumi · 7 years ago
  6. 139ba7b Update version to 6.0.0svn by Hans Wennborg · 7 years ago
  7. 1f8318f [libcxxabi][CMake] Add install path variable to allow overriding the destination by Petr Hosek · 7 years ago
  8. 878d4bb Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 after r304374 by Ismail Donmez · 7 years ago
  9. 380a70a [libcxxabi] Rework CMakeLists.txt into modules by Martell Malone · 7 years ago
  10. 7512331 Remove requirement for libunwind sources. Patch by Shiz. by Eric Fiselier · 7 years ago
  11. 9111b9c [libcxxabi] Disable DLL annotations on static by Martell Malone · 7 years ago
  12. 2d38329 Allow undefined symbols when linking libc++abi.dll on Windows by Eric Fiselier · 7 years ago
  13. 03d803f [libc++abi] Disable libc++ extern templates project-wide by Shoaib Meenai · 7 years ago
  14. a4c4545 [libcxxabi][CMake] Set library dir when built under runtimes/ by Jonas Hahnfeld · 7 years ago
  15. 2ef575d [CMake][libcxxabi] Fix the -target and -gcc-toolchain flag handling by Petr Hosek · 7 years ago
  16. a917419 [CMake][libcxxabi] Use -nodefaultlibs for CMake checks by Petr Hosek · 7 years ago
  17. 0a3a1a8 Fix exception address alignment test for EHABI by Asiri Rathnayake · 7 years ago
  18. 0368af0 Fix CMake configuration errors on OS X by Eric Fiselier · 7 years ago
  19. 9e9cb7b Turn on -Wunused-function and cleanup occurances by Eric Fiselier · 7 years ago
  20. ed5abb1 Work around GCC linking errors within libc++abi due to missing new/delete definitions by Eric Fiselier · 7 years ago
  21. 4841062 [libc++abi] Add option to enable definitions for the new/delete overloads. by Eric Fiselier · 7 years ago
  22. 2ecb4ee [libcxxabi] Clean up macro usage. by Ranjeet Singh · 7 years ago
  23. f0f0257 [CMake][libcxxabi] Update the libc++ test module path by Petr Hosek · 7 years ago
  24. b052fac [libcxxabi][CMake] Support in-tree libunwind when building as part of runtimes by Petr Hosek · 7 years ago
  25. ed61102 [cmake] Handle missing LIBUNWIND_* directories gracefully by Michal Gorny · 7 years ago
  26. f3a0256 Don't dump llvm-config --cmakedir output if command fails. by Eric Fiselier · 7 years ago
  27. 0ecfd76 [libc++abi] Add a silent terminate handler to libcxxabi. by James Y Knight · 7 years ago
  28. 7974233 Bump version to 5.0.0svn by Hans Wennborg · 7 years ago
  29. 44cd53a [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available by Michal Gorny · 7 years ago
  30. 1f4def2 [libcxxabi] Cleanup and adapt for r291275. NFC. by Asiri Rathnayake · 7 years ago
  31. 06da4e1 [libcxxabi] Enable tests by default in standalone. by Bryant Wong · 7 years ago
  32. ebc9aca [libcxxabi] Add flag to conditionally enable tests by Bryant Wong · 7 years ago
  33. 71ba287 [libcxxabi] Introduce an externally threaded libc++abi variant. by Asiri Rathnayake · 7 years ago
  34. 6e0f5ef add cxa_demangle_fuzzer by Kostya Serebryany · 7 years ago
  35. 1105202 Fix GCC libc++abi build by Eric Fiselier · 8 years ago
  36. 6962eb3 [CMake] Fix libc++abi arm build w/o libunwind. by Logan Chien · 8 years ago
  37. 4d14bc0 [CMake] Check runtimes subdir when looking for libcxx and libuwind by Petr Hosek · 8 years ago
  38. 1d45bac Revert "[CMake] Check runtimes subdir when looking for libcxx and libuwind" by Petr Hosek · 8 years ago
  39. eecb795 [CMake] Check runtimes subdir when looking for libcxx and libuwind by Petr Hosek · 8 years ago
  40. cf209cc Fix typo in CMakeLists.txt: provide the path to libcxx checkout and not the include subdir by Mehdi Amini · 8 years ago
  41. 6dc7581 Fix libcxxabi CMake detection of libcxx path to handle LLVM_EXTERNAL_LIBCXX_SOURCE_DIR flag by Mehdi Amini · 8 years ago
  42. cd40f25 Revert "Add some facilities to work with a git monorepo (experimental setup)" by Mehdi Amini · 8 years ago
  43. d312aca Add some facilities to work with a git monorepo (experimental setup) by Mehdi Amini · 8 years ago
  44. 5180673 [libcxxabi] Refactor pthread usage into a separate API by Asiri Rathnayake · 8 years ago
  45. 8d4d9af [CMake] Fix libc++abi standalone cmake build. by Logan Chien · 8 years ago
  46. a086331 [libc++abi] Default to DLL annotations on Windows by Shoaib Meenai · 8 years ago
  47. b62a4dd [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC) by Asiri Rathnayake · 8 years ago
  48. 42ef22b [CMake] Apply r279151 cleanup to libc++abi. by Eric Fiselier · 8 years ago
  49. 6092bfa Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIX by Eric Fiselier · 8 years ago
  50. 9987410 CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent spacing. by Eugene Zelenko · 8 years ago
  51. f0a2620 libc++abi: add a top level option for using CompilerRT by Saleem Abdulrasool · 8 years ago
  52. 6fd0d95 Partially revert r270816: build with -fvisibility=hidden. by Eric Fiselier · 8 years ago
  53. 046d2fc [libcxxabi] Allow target flags to affect configuration tests. by Eric Fiselier · 8 years ago
  54. 4ed725d Missed part of D16545 (static lib testing) by Ben Craig · 8 years ago
  55. 1fc2ce8 [CMake] Update to requiring CMake 3.4.3 by Chris Bieneman · 8 years ago
  56. 4174e8b [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant by Asiri Rathnayake · 8 years ago
  57. 436072f libc++abi: build with -fvisibility=hidden by Saleem Abdulrasool · 8 years ago
  58. b06c53c Allow explicit pthread opt-in by Ben Craig · 8 years ago
  59. 6b68c7c [CMake] Fix misleading error message in CMakeLists.txt. by Eugene Zelenko · 8 years ago
  60. 80b6b68 Respect LIBCXXABI_LIBDIR_SUFFIX before an install by Ben Craig · 8 years ago
  61. d8093df Update to new lists.llvm.org by Tanya Lattner · 9 years ago
  62. f662666 LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it. by Anton Korobeynikov · 9 years ago
  63. f273775 Typos by Anton Korobeynikov · 9 years ago
  64. c509660 Fix "TODO" and provide the configure-time options to find libunwind. by Anton Korobeynikov · 9 years ago
  65. 3641403 Fix syntax error in CMake created when a variable is not defined. by Eric Fiselier · 9 years ago
  66. 722df3e libc++abi: work around layering violation by Saleem Abdulrasool · 9 years ago
  67. 352f134 libc++abi: try harder to force the LLVM unwinder on ARM by Saleem Abdulrasool · 9 years ago
  68. e399cfb libc++abi: enable LLVM unwinder by default for ARM by Saleem Abdulrasool · 9 years ago
  69. 561567f libc++abi: remove build infrastructure for unwind by Saleem Abdulrasool · 9 years ago
  70. ee8031b libc++abi: remove the duplicated unwind content by Saleem Abdulrasool · 9 years ago
  71. c20d836 Revert r228351 - Dont install header files. by Eric Fiselier · 9 years ago
  72. 9ac9cdd add option to tell LIT where to find the libc++ library when built out of tree by Eric Fiselier · 9 years ago
  73. d95080e [libcxxabi] Build both static and shared versions of libc++abi by default. by Eric Fiselier · 9 years ago
  74. d2056af Install header files by Greg Fitzgerald · 9 years ago
  75. a1fce46 Enable -Wundef. by Dan Albert · 9 years ago
  76. ff417a5 Adopt CMake policy CMP0042. Set MACOSX_RPATH on by default. by Eric Fiselier · 9 years ago
  77. 9a9e939 [libcxxabi] Teach CMake better ways to find the libc++ source directory (and misc cleanup). by Eric Fiselier · 9 years ago
  78. 1c5ae13 Add -funwind-tables to CMAKE_C_FLAGS. by Logan Chien · 9 years ago
  79. 083506f Allow libc++abi to be built without unwinder. by Logan Chien · 9 years ago
  80. 2389ece LIBCXXABI_TARGET_TRIPLE won't always be set. by Dan Albert · 9 years ago
  81. 0b4f9d2 [libc++abi] Add support for cross compiling. by Dan Albert · 9 years ago
  82. f79ad2e Update PACKAGE_VERSION to 3.7.0svn by Hans Wennborg · 9 years ago
  83. 343559e [cmake/multilib] Teach libc++abi's CMake build to support multilib by Chandler Carruth · 9 years ago
  84. d872a69 [libcxxabi] Refactor building and testing libc++abi without threads by Eric Fiselier · 9 years ago
  85. 2466b99 Remove accidentally commited line in commit. Sorry by Eric Fiselier · 9 years ago
  86. c365bb5 [libcxxabi] Refactor CMakeLists.txt's handling of compile and link flags to suppress warnings. by Eric Fiselier · 9 years ago
  87. ffe1ba2 [libcxxabi] Document the standalone build's requirements on llvm-config and llvm sources. by Eric Fiselier · 10 years ago
  88. 66ffcf8 Remove strict dependency on llvm-config. by Dan Albert · 10 years ago
  89. f2cd08a libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. by Nico Weber · 10 years ago
  90. 000b3c9 Add support for building and testing the unwinder. by Dan Albert · 10 years ago
  91. f198219 Make cmake cxxflags match those in lib/buildit. by Dan Albert · 10 years ago
  92. fd961bd Add lit configs for libcxxabi tests. by Dan Albert · 10 years ago
  93. e11c1a7 Add a cmake build system. by Dan Albert · 10 years ago