summaryrefslogtreecommitdiff
path: root/include/SDL_assert.h
AgeCommit message (Expand)AuthorFilesLines
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