summaryrefslogtreecommitdiffstats
path: root/src/include/assert.h
Commit message (Expand)AuthorAgeFilesLines
* [libc] Allow assertions to be globally enabled or disabledMichael Brown2016-07-051-0/+2
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [libc] Add ASSERTED macro to test if any assertion has triggeredMichael Brown2014-12-121-0/+2
* [libc] Allow assertion failures to be countedMichael Brown2011-10-141-0/+3
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* Don't include __FUNCTION__ in assert() messages; it was causing theMichael Brown2007-01-041-7/+6Star
* Force syntax-checking on assertions even in non-asserting builds.Michael Brown2006-12-041-9/+23
* Added missing #endifMichael Brown2006-03-231-0/+1
* Added assert.h, with assert() defined (almost) as per POSIX, andMichael Brown2006-03-231-0/+51