summaryrefslogtreecommitdiffstats
path: root/libcxx/src/debug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix debug mode build w/o exceptionsEric Fiselier2016-12-281-0/+4
* Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier2016-12-281-1/+60
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-25/+10
* Fix use after free and calls to operator comma in debug modeEric Fiselier2015-03-191-1/+1
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-051-0/+40
* Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant2013-08-231-1/+1
* Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant2013-08-231-41/+65
* Ok, 3 major changes for debug mode in one commit:Howard Hinnant2013-08-021-1/+1
* Use static_cast.Joerg Sonnenberger2013-04-271-5/+8
* Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists.Howard Hinnant2013-04-051-3/+2
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-2/+2
* Saleem Abdulrasool: This just rounds up a few compile warnings emitted by GC...Howard Hinnant2012-12-271-1/+1
* Wrap throw in _LIBCPP_NO_EXCEPTIONS in debug.cpp. Calls abort if can't throw...Howard Hinnant2012-08-241-0/+20
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-17/+17
* Another installment on debug mode. This addresses list. However this should...Howard Hinnant2011-09-271-31/+42
* Doug Gregor pointed out some problems with debug mode enabled in one TU and n...Howard Hinnant2011-09-161-4/+19
* Create multilevel debug modeHoward Hinnant2011-09-161-6/+2
* Initial checkin for debug mode (version 2)Howard Hinnant2011-09-141-0/+462
OpenPOWER on IntegriCloud