sdl2_frt/src
Ryan C. Gordon a823982e02 Clang static analysis builds should use C runtime directly.
This is a little macro magic to use malloc() directly instead of SDL_malloc(),
 etc, so static analysis tests that know about the C runtime can function
 properly, and understand that we are dealing with heap allocations, etc.

This changed our static analysis report from 5 outstanding bugs to 30.

5x as many bugs were hidden by SDL_malloc() not being recognized as malloc()
 by the static analyzer!
2015-01-05 01:41:42 -05:00
..
atomic WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
audio Fixed compile warnings about unused variables. 2014-12-25 22:03:07 +01:00
core Treat any key device as a keyboard 2014-12-13 13:20:19 -08:00
cpuinfo Cleaned up some compiler warnings. 2014-12-26 23:16:54 -05:00
dynapi Dynamic API: don't leak if a library loaded but didn't have the entry point. 2015-01-05 01:07:36 -05:00
events WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
file WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
filesystem Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
haptic Removed extern declaration of not existing SDL_numhaptics from internal header. 2014-12-11 23:38:02 +01:00
joystick Removed unused enumeration and constant from internal header file. 2014-12-31 21:00:32 +01:00
libm WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
loadso WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
main WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
power Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
render GLES2: Only use VBOs for Emscripten (for now). 2014-12-26 22:30:19 -05:00
stdlib Clang static analysis builds should use C runtime directly. 2015-01-05 01:41:42 -05:00
test Cleaned up some compiler warnings. 2014-12-26 23:16:54 -05:00
thread WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
timer WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
video Cleaned up some compiler warnings. 2014-12-26 23:16:54 -05:00
SDL_assert_c.h WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
SDL_assert.c WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
SDL_error_c.h WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
SDL_error.c WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
SDL_hints.c WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
SDL_internal.h WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
SDL_log.c WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
SDL.c WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00