summaryrefslogtreecommitdiff
path: root/include/SDL_assert.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-08-17Watcom supports __FUNCTION__ identifier (and surely not __PRETTY_FUNCTION__)Ozkan Sezer1-1/+1
2017-08-17SDL_assert.h: add inline asm (int $3) as SDL_TriggerBreakpoint for Watcom/x86Ozkan Sezer1-1/+3
2017-05-19assert: Check for Clang _and_ GCC, in case they ever drop compatibility.Ryan C. Gordon1-1/+1
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-11-20Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga1-3/+3
2016-11-20Fixed a few warnings that show up with -Wdocumentation and -Wdocumentation-un...Sam Lantinga1-2/+2
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2015-04-07Do the "fix" for asserts with MSVC's /W4 warnings only on MSVC.Ryan C. Gordon1-0/+4
2015-04-07Another attempt to make MSVC's /W4 warning level cooperate with SDL_assert.Ryan C. Gordon1-5/+3
2015-02-21Fixed naming conventions in some SDL_assert types, added compat #defines.Ryan C. Gordon1-12/+18
2014-07-28Changed local var names in SDL assert macro.Ryan C. Gordon1-7/+4
2014-06-06Chrome's Native Client backend implementationGabriel Jacobo1-1/+1
2014-02-07Make non-Clang compilers happy.Ryan C. Gordon1-1/+3
2014-02-07Tell Clang's static analysis that SDL_assert() is an assertion handler.Ryan C. Gordon1-1/+8
2014-02-04Added SDL_GetAssertionHandler() and SDL_GetDefaultAssertionHandler().Ryan C. Gordon1-0/+29
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-09-07Workaround for compiling with /W4 warnings on Visual C++.Ryan C. Gordon1-2/+8
2013-08-20Added SDL_assert_always (never disabled).Ryan C. Gordon1-0/+3
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-5/+1
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2012-12-18Patched to compile when SDL_ASSERT_LEVEL is zero.Ryan C. Gordon1-2/+2
2012-09-15Removed Windows CE support from SDL 2.0.Ryan C. Gordon1-2/+2
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-08-21Fixed -pedantic warning in SDL_assert.h.Ryan C. Gordon1-1/+1
2011-06-06Fixed gcc warnings for apps using SDL headers with -Wundef flag.Ryan C. Gordon1-2/+2
2011-04-19Removed assertion list terminator (just do it like a normal linked list).Ryan C. Gordon1-3/+2
2011-04-18Minor missing parameter nameSam Lantinga1-1/+1
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-03-15Fixed error because intrin.h contains C++ code and can't be included in an ex...Sam Lantinga1-1/+2
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-01-24Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008Sam Lantinga1-1/+1
2011-01-17Use the portable intrinsicSam Lantinga1-2/+3
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2010-01-13Clean up assertion API for public use.Ryan C. Gordon1-1/+63
2010-01-13Friendly warning comment.Ryan C. Gordon1-0/+1
2010-01-13Whitespace tweak.Ryan C. Gordon1-1/+0
2010-01-13Fixed comment.Ryan C. Gordon1-1/+1
2010-01-13Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINESam Lantinga1-26/+50
2010-01-13Allow configure to override assertion settings, but by default this comes fro...Sam Lantinga1-2/+4
2010-01-13Automatically figure out the appropriate assertion levelSam Lantinga1-1/+6
2010-01-13Fixed release level assertionsSam Lantinga1-2/+2
2010-01-13Check for signal.h before using it, don't assume unix is available or requiredSam Lantinga1-1/+1
2010-01-13The config sets the default assertion level so people can override it for the...Sam Lantinga1-7/+4
2010-01-13First pass at Ryan's assertion code, minor tweaks to come.Sam Lantinga1-0/+151