1. ef6e672 [libcxxabi] Clean up macro usage. by Ranjeet Singh · 9 years ago
  2. fe989a9 [libc++abi] Clean up visibility by Shoaib Meenai · 9 years ago
  3. b078439 [libcxxabi] Fix condition typo in rL296136 by Ranjeet Singh · 9 years ago
  4. 4987856 [libcxxabi] Disable calls to fprintf for baremetal targets. by Ranjeet Singh · 9 years ago
  5. 8a3e339 Fix build for apple machines. by Matthias Braun · 11 years ago
  6. 3bd13ca Enable -Wundef. by Dan Albert · 11 years ago
  7. b32408e Fix abort_message.cpp for the NDK. by Dan Albert · 11 years ago
  8. 07a7874 Improve logging of aborts for Android. by Dan Albert · 11 years ago
  9. 37cb655 fix crash log magic by Nick Kledzik · 14 years ago
  10. eaa65af Work on restricting symbol visibility. by Howard Hinnant · 14 years ago
  11. 0d517a4 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 · 14 years ago
  12. 82a3990 Removed reference to internal header by Howard Hinnant · 14 years ago
  13. bfbf700 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 · 14 years ago