summaryrefslogtreecommitdiffstats
path: root/include/__debug
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne2018-10-251-1/+1
* [libc++] Introduce _LIBCPP_EXTERN_VIS to fix __libcpp_debug_function link errorsEric Fiselier2017-01-161-1/+1
* Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier2017-01-061-3/+3
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-1/+1
* Ensure <__debug> gets the nullptr definition in C++03Eric Fiselier2016-12-281-0/+4
* Fix stupid build error caused by a stupid personEric Fiselier2016-12-281-0/+3
* Fix build errors in C++03 caused by recent debug changesEric Fiselier2016-12-281-1/+4
* Fix debug mode build w/o exceptionsEric Fiselier2016-12-281-0/+3
* Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier2016-12-281-11/+65
* Fix undefined behavior in __hash_tableEric Fiselier2016-07-231-0/+13
* Print log/error messages on stderr, not stdoutEd Schouten2015-03-101-1/+1
* NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove externa...Eric Fiselier2014-08-101-1/+5
* Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant2013-08-231-4/+25
* debug mode for unordered_map. Also picked up a missing check and test in uno...Howard Hinnant2013-08-021-0/+4
* Ok, 3 major changes for debug mode in one commit:Howard Hinnant2013-08-021-1/+1
* Debug mode: learning to crawl. I need to set up some tests that actually tes...Howard Hinnant2013-03-251-1/+3
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-7/+7
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-8/+8
* Another installment on debug mode. This addresses list. However this should...Howard Hinnant2011-09-271-1/+2
* Doug Gregor pointed out some problems with debug mode enabled in one TU and n...Howard Hinnant2011-09-161-0/+1
* Create multilevel debug modeHoward Hinnant2011-09-161-0/+8
* Initial checkin for debug mode (version 2)Howard Hinnant2011-09-141-0/+181