Mercurial > sdl-ios-xcode
log include/SDL_assert.h @ 3664:8bdc37b1a52a
age | author | description |
---|---|---|
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. |