1. 847e4d2 [libc++abi] Delete config.h by Shoaib Meenai · 7 years ago
  2. 9e9cb7b Turn on -Wunused-function and cleanup occurances by Eric Fiselier · 7 years ago
  3. bbc3824 Fix chromium build (libcxxabi) by Asiri Rathnayake · 7 years ago
  4. 71ba287 [libcxxabi] Introduce an externally threaded libc++abi variant. by Asiri Rathnayake · 7 years ago
  5. 5180673 [libcxxabi] Refactor pthread usage into a separate API by Asiri Rathnayake · 8 years ago
  6. b62a4dd [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC) by Asiri Rathnayake · 8 years ago
  7. 21a75e7 libc++abi: fix some -Wunused-function warnings by Saleem Abdulrasool · 8 years ago
  8. b4ec579 ibc++abi: mark visibility by Saleem Abdulrasool · 9 years ago
  9. 77a304b c++abi: whitespace adjustment by Saleem Abdulrasool · 9 years ago
  10. a1fce46 Enable -Wundef. by Dan Albert · 9 years ago
  11. 239a032 s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with libcxx by Jonathan Roelofs · 10 years ago
  12. c8b4d8d Fix broken build from r208135 by Jonathan Roelofs · 10 years ago
  13. c285efa On single threaded systems, turn mutexes into nops by Jonathan Roelofs · 10 years ago
  14. 4d590c3 Missed an underscore on the last commit. by Howard Hinnant · 12 years ago
  15. fcd21a1 Enable __arm__ on apple by Howard Hinnant · 12 years ago
  16. de34b3e cxa_guard.cpp didn't quite make it on the last commit: Restricted headers to cxa_guard.cpp and abort_messsage.h, and added a comment regarding reentrancy brought up by John McCall. Thanks John. by Howard Hinnant · 12 years ago
  17. 4168311 move abort_message() to its own file by Nick Kledzik · 13 years ago
  18. d8cfd65 Add support for the ARM EABI variant of the __cxa_guard methods, controlled by by Nick Lewycky · 13 years ago
  19. 9282718 Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, Howard Hinnant and John McCall by Howard Hinnant · 13 years ago