aboutsummaryrefslogtreecommitdiff
path: root/src/include/assert.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-10[libc] Allow build_assert() failures to be ignored via NO_WERROR=1Michael Brown1-1/+1
2024-01-16[libc] Replace linker_assert() with build_assert()Michael Brown1-9/+12
2024-01-16[libc] Make static_assert() available via assert.hMichael Brown1-0/+9
2016-07-05[libc] Allow assertions to be globally enabled or disabledMichael Brown1-0/+2
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2014-12-12[libc] Add ASSERTED macro to test if any assertion has triggeredMichael Brown1-0/+2
2011-10-14[libc] Allow assertion failures to be countedMichael Brown1-0/+3
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-1/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2007-01-04Don't include __FUNCTION__ in assert() messages; it was causing theMichael Brown1-7/+6
2006-12-04Force syntax-checking on assertions even in non-asserting builds.Michael Brown1-9/+23
2006-03-23Added missing #endifMichael Brown1-0/+1
2006-03-23Added assert.h, with assert() defined (almost) as per POSIX, andMichael Brown1-0/+51