summaryrefslogtreecommitdiffstats
path: root/libcxxabi/include/cxxabi.h
Commit message (Expand)AuthorAgeFilesLines
* [libc++abi] Provide __cxa_thread_atexit on FuchsiaPetr Hosek2018-10-291-2/+2
* [libcxxabi] Clean up macro usage.Ranjeet Singh2017-03-011-1/+1
* Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier2017-03-011-9/+9
* ibc++abi: mark visibilitySaleem Abdulrasool2015-12-041-73/+96
* c++abi: whitespace adjustmentSaleem Abdulrasool2015-12-041-92/+65
* Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow2015-06-021-3/+4
* [libcxxabi] Fix -Werror build for 32-bit non-ARM.Dan Albert2015-02-051-8/+2
* Enable -Wundef.Dan Albert2015-02-051-1/+1
* Whitespace cleanup.Dan Albert2015-02-041-54/+46
* [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert2014-12-181-0/+6
* Adding ABI support for __cxa_throw_bad_array_new_length.Aaron Ballman2014-09-111-0/+1
* Start landing support for ARM EHABI unwinding.Nico Weber2014-06-251-3/+11
* Implement ARM EHABI exception handling.Logan Chien2014-05-101-0/+4
* I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant2012-03-191-17/+0
* Enable __arm__ on appleHoward Hinnant2012-03-141-1/+1
* I had originally made the handler function pointers a static internal detail,...Howard Hinnant2012-02-231-0/+17
* Add (reluctantly) a namespace alias for __cxxabiv1.Howard Hinnant2012-02-171-0/+1
* Add version number to this library so we can recognize when we're using it.Howard Hinnant2012-02-021-2/+1
* Put throw() clauses back on these functions in cxxabi.h. This header must be...Howard Hinnant2012-01-301-8/+8
* By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant2012-01-241-8/+8
* Added __cxa_increment_exception_refcount, __cxa_decrement_exception_refcount,...Howard Hinnant2011-12-211-18/+1
* make cxxabi.h safe for C code to includeNick Kledzik2011-08-021-0/+4
* make LIBCXXABI_NORETURN be the right attributeNick Kledzik2011-08-021-1/+1
* Fixed struct/class mismatch for std::type_info and added NORETURN flagsMarshall Clow2011-07-201-3/+3
* tabs to spacesHoward Hinnant2011-06-071-28/+28
* Add support for the ARM EABI variant of the __cxa_guard methods, controlled byNick Lewycky2011-06-071-0/+6
* Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macroMarshall Clow2011-06-031-4/+6
* Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...Howard Hinnant2011-05-241-0/+3
* initial importHoward Hinnant2011-05-051-0/+177
OpenPOWER on IntegriCloud