1. 2ecb4ee [libcxxabi] Clean up macro usage. by Ranjeet Singh · 7 years ago
  2. 54227ae [libc++abi] Clean up visibility by Shoaib Meenai · 7 years ago
  3. fbe5bc1 [libcxxabi] Fix condition typo in rL296136 by Ranjeet Singh · 7 years ago
  4. fd7644a [libcxxabi] Disable calls to fprintf for baremetal targets. by Ranjeet Singh · 7 years ago
  5. 7940f19 Fix build for apple machines. by Matthias Braun · 9 years ago
  6. a1fce46 Enable -Wundef. by Dan Albert · 9 years ago
  7. d2a72c4 Fix abort_message.cpp for the NDK. by Dan Albert · 9 years ago
  8. 3ac101d Improve logging of aborts for Android. by Dan Albert · 10 years ago
  9. a31cad9 fix crash log magic by Nick Kledzik · 12 years ago
  10. 0240685 Work on restricting symbol visibility. by Howard Hinnant · 12 years ago
  11. c632c50 CrashReporterClient.h is back, but this time protected with __has_include. Thanks for the suggestion Doug. The use is consistent with how the same header is used in llvm/lib/Support/PrettyStackTrace.cpp (though there autoconfig is used instead of __has_include). by Howard Hinnant · 12 years ago
  12. ae15428 Removed reference to internal header by Howard Hinnant · 12 years ago
  13. 8f696ff I renamed abort_message to be a C++ file to simplify my simplistic build script which I'm still working on. I also added a struct for the crash reporter on __APPLE__. by Howard Hinnant · 12 years ago