Mercurial > sdl-ios-xcode
log include/SDL_assert.h @ 4844:c4f5bcaf7572
age | author | description |
---|---|---|
2010-01-24 | Sam Lantinga | Fixed bug #926 |
2010-01-13 | Ryan C. Gordon | Clean up assertion API for public use. |
2010-01-13 | Ryan C. Gordon | Friendly warning comment. |
2010-01-13 | Ryan C. Gordon | Whitespace tweak. |
2010-01-13 | Ryan C. Gordon | Fixed comment. |
2010-01-13 | Sam Lantinga | Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE |
2010-01-13 | Sam Lantinga | Allow configure to override assertion settings, but by default this comes from the build optimization level. |
2010-01-13 | Sam Lantinga | Automatically figure out the appropriate assertion level |
2010-01-13 | Sam Lantinga | Fixed release level assertions |
2010-01-13 | Sam Lantinga | Check for signal.h before using it, don't assume unix is available or required |
2010-01-13 | Sam Lantinga | The config sets the default assertion level so people can override it for their own use in application code. |
2010-01-13 | Sam Lantinga | First pass at Ryan's assertion code, minor tweaks to come. |