summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-03-19I would really like to write the handlers in terms of C++11 atomics. This wo...Howard Hinnant
2012-03-19I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant
2012-03-17Arm fixes in cxa_personality.cpp and a little refactoring.Howard Hinnant
2012-03-15Less lame "concurrency" supportDave Zarzycki
2012-03-15Be friendly to when dead_strip doesn't workDave Zarzycki
2012-03-15move default handlers to their own file so they can be overridden at build ti...Nick Kledzik
2012-03-14Missed an underscore on the last commit.Howard Hinnant
2012-03-14Enable __arm__ on appleHoward Hinnant
2012-03-14fix crash log magicNick Kledzik
2012-03-09Enable / silence -Wunused-parameter.Howard Hinnant
2012-03-08Enable/silence -Wsign-compare.Howard Hinnant
2012-03-08Enable/silence -Wmissing-field-initializers.Howard Hinnant
2012-03-08Enable/silence -Wunused-variable.Howard Hinnant
2012-03-08Enable/silence -Wconversion.Howard Hinnant
2012-03-08Enable/silence -Wshadow.Howard Hinnant
2012-03-08Enable/silence -Wsign-conversion.Howard Hinnant
2012-02-29First attempt at arm support.Howard Hinnant
2012-02-23Insert a couple of dummy virtual functions to ease low level binary compatibi...Howard Hinnant
2012-02-23And the handlers should be extern C.Howard Hinnant
2012-02-23I had originally made the handler function pointers a static internal detail,...Howard Hinnant
2012-02-22Pedantic fix: missing newline at EOFDave Zarzycki
2012-02-17Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant
2012-02-17Remove outdated information from comment.Howard Hinnant
2012-02-02Work on restricting symbol visibility.Howard Hinnant
2012-02-01Changed a TODO to a 'maybe some time in the future'.Howard Hinnant
2012-02-01Removed DEBUG statements.Howard Hinnant
2012-02-01Remove a TODO regarding where some can_catch are implemented. I opted to mak...Howard Hinnant
2012-02-01Quash a TODO related to catching pointer-to-member. These tests fail on my c...Howard Hinnant
2012-02-01Quash TODO regarding catch by function type. Add tests to back it up.Howard Hinnant
2012-02-01Quash TODO regarding catch by array type. Add tests to back it up.Howard Hinnant
2012-02-01Removing a TODO: can_catch is fundamentally different than search_above_dst....Howard Hinnant
2012-02-01Teach exception_cleanup_func about dependent exceptions.Howard Hinnant
2012-02-01Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant
2012-02-01Nothing but polishing comments.Howard Hinnant
2012-02-01Move an error detector to a better place.Howard Hinnant
2012-01-31Back the optimization down from -O3 to -Os. I'm getting an unexplained crash...Howard Hinnant
2012-01-31Have the default unexpected/terminate handler output *demangled* names for th...Howard Hinnant
2012-01-31Fix type-o in the comment of the last commitHoward Hinnant
2012-01-31Found and fixed a bug in __cxa_call_unexpected. If the unexpected_handler re...Howard Hinnant
2012-01-31Found and fixed bug in personality function: Don't dive into the action tabl...Howard Hinnant
2012-01-31Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a c...Howard Hinnant
2012-01-30Refactored personality function. Found one bug in scanning exception spec li...Howard Hinnant
2012-01-30Removed debugging print statementsHoward Hinnant
2012-01-30Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant
2012-01-28Minor updates to a couple of comments.Howard Hinnant
2012-01-28Add a little paranoia for testing purposes.Howard Hinnant
2012-01-28Sometimes it takes all day to write a decent comment. This is one of those t...Howard Hinnant
2012-01-25These commits are intended to be temporary in nature and are to facilitate th...Howard Hinnant
2012-01-25Add comment documenting extension behavior of __cxa_get_globals_fast().Howard Hinnant
2012-01-25cxa_guard.cpp didn't quite make it on the last commit: Restricted headers to...Howard Hinnant