index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
SDL_assert.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-02
Updated copyright to 2016
Sam Lantinga
1
-1
/
+1
2015-05-26
Updated the copyright year to 2015
Sam Lantinga
1
-1
/
+1
2015-04-07
Do the "fix" for asserts with MSVC's /W4 warnings only on MSVC.
Ryan C. Gordon
1
-0
/
+4
2015-04-07
Another attempt to make MSVC's /W4 warning level cooperate with SDL_assert.
Ryan C. Gordon
1
-5
/
+3
2015-02-21
Fixed naming conventions in some SDL_assert types, added compat #defines.
Ryan C. Gordon
1
-12
/
+18
2014-07-28
Changed local var names in SDL assert macro.
Ryan C. Gordon
1
-7
/
+4
2014-06-06
Chrome's Native Client backend implementation
Gabriel Jacobo
1
-1
/
+1
2014-02-07
Make non-Clang compilers happy.
Ryan C. Gordon
1
-1
/
+3
2014-02-07
Tell Clang's static analysis that SDL_assert() is an assertion handler.
Ryan C. Gordon
1
-1
/
+8
2014-02-04
Added SDL_GetAssertionHandler() and SDL_GetDefaultAssertionHandler().
Ryan C. Gordon
1
-0
/
+29
2014-02-02
Fixed bug 2374 - Update copyright for 2014...
Sam Lantinga
1
-1
/
+1
2013-09-07
Workaround for compiling with /W4 warnings on Visual C++.
Ryan C. Gordon
1
-2
/
+8
2013-08-20
Added SDL_assert_always (never disabled).
Ryan C. Gordon
1
-0
/
+3
2013-05-18
File style cleanup for the SDL 2.0 release
Sam Lantinga
1
-5
/
+1
2013-02-15
Happy New Year!
Sam Lantinga
1
-1
/
+1
2012-12-18
Patched to compile when SDL_ASSERT_LEVEL is zero.
Ryan C. Gordon
1
-2
/
+2
2012-09-15
Removed Windows CE support from SDL 2.0.
Ryan C. Gordon
1
-2
/
+2
2011-12-31
Happy New Year!
Sam Lantinga
1
-1
/
+1
2011-08-21
Fixed -pedantic warning in SDL_assert.h.
Ryan C. Gordon
1
-1
/
+1
2011-06-06
Fixed gcc warnings for apps using SDL headers with -Wundef flag.
Ryan C. Gordon
1
-2
/
+2
2011-04-19
Removed assertion list terminator (just do it like a normal linked list).
Ryan C. Gordon
1
-3
/
+2
2011-04-18
Minor missing parameter name
Sam Lantinga
1
-1
/
+1
2011-04-08
SDL 1.3 is now under the zlib license.
Sam Lantinga
1
-19
/
+18
2011-03-15
Fixed error because intrin.h contains C++ code and can't be included in an ex...
Sam Lantinga
1
-1
/
+2
2011-02-11
Happy 2011! :)
Sam Lantinga
1
-1
/
+1
2011-01-24
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
Sam Lantinga
1
-1
/
+1
2011-01-17
Use the portable intrinsic
Sam Lantinga
1
-2
/
+3
2010-01-24
Fixed bug #926
Sam Lantinga
1
-1
/
+1
2010-01-13
Clean up assertion API for public use.
Ryan C. Gordon
1
-1
/
+63
2010-01-13
Friendly warning comment.
Ryan C. Gordon
1
-0
/
+1
2010-01-13
Whitespace tweak.
Ryan C. Gordon
1
-1
/
+0
2010-01-13
Fixed comment.
Ryan C. Gordon
1
-1
/
+1
2010-01-13
Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE
Sam Lantinga
1
-26
/
+50
2010-01-13
Allow configure to override assertion settings, but by default this comes fro...
Sam Lantinga
1
-2
/
+4
2010-01-13
Automatically figure out the appropriate assertion level
Sam Lantinga
1
-1
/
+6
2010-01-13
Fixed release level assertions
Sam Lantinga
1
-2
/
+2
2010-01-13
Check for signal.h before using it, don't assume unix is available or required
Sam Lantinga
1
-1
/
+1
2010-01-13
The config sets the default assertion level so people can override it for the...
Sam Lantinga
1
-7
/
+4
2010-01-13
First pass at Ryan's assertion code, minor tweaks to come.
Sam Lantinga
1
-0
/
+151