log include/SDL_assert.h @ 5230:5d01d426f2ea

age author description
Mon, 24 Jan 2011 15:46:11 -0800 Sam Lantinga Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
Mon, 17 Jan 2011 13:52:40 -0800 Sam Lantinga Use the portable intrinsic
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Wed, 13 Jan 2010 19:29:33 +0000 Ryan C. Gordon Clean up assertion API for public use.
Wed, 13 Jan 2010 16:21:26 +0000 Ryan C. Gordon Friendly warning comment.
Wed, 13 Jan 2010 16:10:25 +0000 Ryan C. Gordon Whitespace tweak.
Wed, 13 Jan 2010 16:09:27 +0000 Ryan C. Gordon Fixed comment.
Wed, 13 Jan 2010 08:25:16 +0000 Sam Lantinga Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE
Wed, 13 Jan 2010 08:06:32 +0000 Sam Lantinga Allow configure to override assertion settings, but by default this comes from the build optimization level.
Wed, 13 Jan 2010 07:52:53 +0000 Sam Lantinga Automatically figure out the appropriate assertion level
Wed, 13 Jan 2010 07:36:00 +0000 Sam Lantinga Fixed release level assertions
Wed, 13 Jan 2010 07:32:25 +0000 Sam Lantinga Check for signal.h before using it, don't assume unix is available or required
Wed, 13 Jan 2010 07:25:28 +0000 Sam Lantinga The config sets the default assertion level so people can override it for their own use in application code.
Wed, 13 Jan 2010 06:47:17 +0000 Sam Lantinga First pass at Ryan's assertion code, minor tweaks to come.