summaryrefslogtreecommitdiff
path: root/include/__debug
AgeCommit message (Expand)Author
2017-01-16[libc++] Introduce _LIBCPP_EXTERN_VIS to fix __libcpp_debug_function link errorsEric Fiselier
2017-01-06Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-28Ensure <__debug> gets the nullptr definition in C++03Eric Fiselier
2016-12-28Fix stupid build error caused by a stupid personEric Fiselier
2016-12-28Fix build errors in C++03 caused by recent debug changesEric Fiselier
2016-12-28Fix debug mode build w/o exceptionsEric Fiselier
2016-12-28Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier
2016-07-23Fix undefined behavior in __hash_tableEric Fiselier
2015-03-10Print log/error messages on stderr, not stdoutEd Schouten
2014-08-10NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove externa...Eric Fiselier
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