summaryrefslogtreecommitdiff
path: root/libcxxabi/src/abort_message.cpp
AgeCommit message (Expand)Author
2025-01-23[libc++abi] Remove support for Android 4 and older (#124054)Brad Smith
2024-10-09[libc++abi] Rename abort_message to __abort_message (#111413)Petr Hosek
2024-09-20Revert "[libcxxabi] Rename abort_message to __abort_message (#108887)"Thurston Dang
2024-09-20[libcxxabi] Rename abort_message to __abort_message (#108887)Petr Hosek
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2020-06-26[libc++abi] Fix build failure in abort_message.cpp when vasprintf isn't providedLouis Dionne
2020-06-25[libc++abi] NFCI: Minor refactoring of abort_message()Louis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai
2017-02-24[libcxxabi] Fix condition typo in rL296136Ranjeet Singh
2017-02-24[libcxxabi] Disable calls to fprintf for baremetal targets.Ranjeet Singh
2015-02-06Fix build for apple machines.Matthias Braun
2015-02-05Enable -Wundef.Dan Albert
2015-01-16Fix abort_message.cpp for the NDK.Dan Albert
2014-08-19Improve logging of aborts for Android.Dan Albert
2012-03-14fix crash log magicNick Kledzik
2012-02-02Work on restricting symbol visibility.Howard Hinnant
2012-01-24CrashReporterClient.h is back, but this time protected with __has_include. T...Howard Hinnant
2012-01-24Removed reference to internal headerHoward Hinnant
2012-01-23I renamed abort_message to be a C++ file to simplify my simplistic build scri...Howard Hinnant