summaryrefslogtreecommitdiff
path: root/include/cxxabi.h
AgeCommit message (Expand)Author
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-03-01Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier
2015-12-04ibc++abi: mark visibilitySaleem Abdulrasool
2015-12-04c++abi: whitespace adjustmentSaleem Abdulrasool
2015-06-02Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow
2015-02-05[libcxxabi] Fix -Werror build for 32-bit non-ARM.Dan Albert
2015-02-05Enable -Wundef.Dan Albert
2015-02-04Whitespace cleanup.Dan Albert
2014-12-18[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert
2014-09-11Adding ABI support for __cxa_throw_bad_array_new_length.Aaron Ballman
2014-06-25Start landing support for ARM EHABI unwinding.Nico Weber
2014-05-10Implement ARM EHABI exception handling.Logan Chien
2012-03-19I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant
2012-03-14Enable __arm__ on appleHoward Hinnant
2012-02-23I had originally made the handler function pointers a static internal detail,...Howard Hinnant
2012-02-17Add (reluctantly) a namespace alias for __cxxabiv1.Howard Hinnant
2012-02-02Add version number to this library so we can recognize when we're using it.Howard Hinnant
2012-01-30Put throw() clauses back on these functions in cxxabi.h. This header must be...Howard Hinnant
2012-01-24By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant
2011-12-21Added __cxa_increment_exception_refcount, __cxa_decrement_exception_refcount,...Howard Hinnant
2011-08-02make cxxabi.h safe for C code to includeNick Kledzik
2011-08-02make LIBCXXABI_NORETURN be the right attributeNick Kledzik
2011-07-20Fixed struct/class mismatch for std::type_info and added NORETURN flagsMarshall Clow
2011-06-07tabs to spacesHoward Hinnant
2011-06-07Add support for the ARM EABI variant of the __cxa_guard methods, controlled byNick Lewycky
2011-06-03Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macroMarshall Clow
2011-05-24Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...Howard Hinnant
2011-05-05initial importHoward Hinnant