summaryrefslogtreecommitdiff
path: root/include/__debug
AgeCommit message (Expand)Author
2013-08-23Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant
2013-08-02debug mode for unordered_map. Also picked up a missing check and test in uno...Howard Hinnant
2013-08-02Ok, 3 major changes for debug mode in one commit:Howard Hinnant
2013-03-25Debug mode: learning to crawl. I need to set up some tests that actually tes...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward 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