Felix H. Dahlke [Sat, 17 Jan 2015 04:36:15 +0100] rev 9312
Fixed bug 2807 - Not using CoreAudio on OS X when built via CMake
Philipp Wiesemann [Fri, 16 Jan 2015 23:07:10 +0100] rev 9311
Fixed wrong documentation in joystick implementation source.
Philipp Wiesemann [Fri, 16 Jan 2015 23:03:14 +0100] rev 9310
Fixed two warnings about initialized but unused local variables in tests.
Philipp Wiesemann [Mon, 12 Jan 2015 23:20:52 +0100] rev 9309
Added and fixed doxygen markup in header file.
Patrice Mandin [Mon, 12 Jan 2015 21:18:31 +0100] rev 9308
atari: timer: Remove unused variable
Philipp Wiesemann [Thu, 08 Jan 2015 21:45:46 +0100] rev 9307
Replaced include of SDL_types.h with SDL_stdinc.h in internal header file.
SDL_types.h is deprecated and currently only includes SDL_stdinc.h itself.
Ryan C. Gordon [Mon, 05 Jan 2015 01:41:42 -0500] rev 9306
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!
Ryan C. Gordon [Mon, 05 Jan 2015 01:07:36 -0500] rev 9305
Dynamic API: don't leak if a library loaded but didn't have the entry point.
Philipp Wiesemann [Wed, 31 Dec 2014 21:00:32 +0100] rev 9304
Removed unused enumeration and constant from internal header file.
Philipp Wiesemann [Sun, 28 Dec 2014 22:10:24 +0100] rev 9303
Fixed copyright date.