summaryrefslogtreecommitdiff
path: root/src/debug.cpp
AgeCommit message (Expand)Author
2016-12-28Fix debug mode build w/o exceptionsEric Fiselier
2016-12-28Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2015-03-19Fix use after free and calls to operator comma in debug modeEric Fiselier
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs
2013-08-23Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant
2013-08-23Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant
2013-08-02Ok, 3 major changes for debug mode in one commit:Howard Hinnant
2013-04-27Use static_cast.Joerg Sonnenberger
2013-04-05Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists.Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-12-27Saleem Abdulrasool: This just rounds up a few compile warnings emitted by GC...Howard Hinnant
2012-08-24Wrap throw in _LIBCPP_NO_EXCEPTIONS in debug.cpp. Calls abort if can't throw...Howard Hinnant
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-09-27Another installment on debug mode. This addresses list. However this should...Howard Hinnant
2011-09-16Doug Gregor pointed out some problems with debug mode enabled in one TU and n...Howard Hinnant
2011-09-16Create multilevel debug modeHoward Hinnant
2011-09-14Initial checkin for debug mode (version 2)Howard Hinnant