summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-18Fixed compiler warnings on Haiku.Ryan C. Gordon1-0/+5
2011-09-18Implemented x86 and x86-64 spinlock inline asm.Ryan C. Gordon1-4/+13
2011-09-18Use an actual #error instead of a bogus symbol if there's no spinlock support.Ryan C. Gordon1-3/+2
2011-09-18Patched to compile on some platforms.Ryan C. Gordon1-8/+8
2011-09-17Add tests for SDL_RectEquals and empty rectangle casesAndreas Schiffler1-24/+342
2011-09-17Add special cases for empty rectangles in SDL_Rect functionsAndreas Schiffler1-1/+39
2011-09-17Fix SDL_RectEquals defineAndreas Schiffler1-1/+1
2011-09-16Add test cases for SDL_RectEmptyAndreas Schiffler1-2/+83
2011-09-16Add NULL handling in SDL_RectEmpty and SDL_RectEqualsAndreas Schiffler1-2/+3
2011-09-15Removed some FIXMEs (Nathan's changes were, in fact, correct).Ryan C. Gordon1-4/+2
2011-09-15Merged Nathan Heisey's Haiku work into the main SDL 1.3 branch.Ryan C. Gordon29-2141/+2642
2011-09-15Added tests for SDL_UnionRect to testrect suiteAndreas Schiffler1-3/+206
2011-09-10Cleans up the logger output a bit. Removes fuzzer invocation countMarkus Kauppila1-4/+8
2011-09-12Clean up the win32 compiler warnings for SDL threads, in the 1.3 branch.Ryan C. Gordon2-29/+28
2011-09-12Added tests for SDL_EnclosePoints.Andreas Schiffler1-1/+260
2011-09-12Fix regression introducted by added parameter check in SDL_EnclosePoints. Add...Andreas Schiffler1-1/+12
2011-09-11More work on cleaning out compiler warnings.Ryan C. Gordon2-3/+4
2011-09-11Fixed Win64 builds with MingW.Ryan C. Gordon2-298/+361
2011-09-11Some MMX fixes from Patrick Baggett.Ryan C. Gordon1-27/+17
2011-09-09Removed sail.bmp reference from Xcode project.Ryan C. Gordon1-5/+0
2011-09-09Fixed a compiler warning.Ryan C. Gordon1-2/+2
2011-09-09Fixed a compiler warning on Visual Studio.Ryan C. Gordon1-2/+2
2011-09-09Added a newline to the end of a file to quiet old versions of GCC.Ryan C. Gordon1-1/+1
2011-09-09Removed legacy Mac OS X dlcompat code.Ryan C. Gordon6-12905/+5500
2011-09-07Merge changesAndreas Schiffler1-102/+337
2011-09-07Fixed compiler warning on 32-bit Mac OS X.Ryan C. Gordon1-2/+2
2011-09-06Refactored IntersectRectAndLine tests and increased coverageAndreas Schiffler1-102/+337
2011-09-04Update SDL_REVISIONAndreas Schiffler1-2/+2
2011-09-04Added tests for SDL_HasIntersection; added negative parameter tests; refactor...Andreas Schiffler2-76/+257
2011-09-04Added input parameter validation to some SDL_rect functionsAndreas Schiffler1-0/+36
2011-09-04Added tests to testrect suite. Simple logger improvements. Fixed int-range fu...Andreas Schiffler5-19/+216
2011-09-02Fixed a compiler warning on Mac OS X.Ryan C. Gordon1-1/+1
2011-09-02Fixed a NSLog() format string.Ryan C. Gordon1-1/+1
2011-09-02Fixed another Apple typedef in SDL_opengl.hRyan C. Gordon1-0/+5
2011-09-01Patched to compile.Ryan C. Gordon1-0/+2
2011-09-01Called method on wrong object in Android exception handler.Ryan C. Gordon1-1/+1
2011-09-01Removed unused variable.Ryan C. Gordon1-8/+0
2011-09-01Clean up any opened joysticks during SDL_JoystickQuit().Ryan C. Gordon1-0/+13
2011-08-30Backed out SDL_config.h overwrite that got committed by accident.Ryan C. Gordon1-265/+18
2011-08-29Automated merge with https://bitbucket.org/Markusk/sdl-gsocRyan C. Gordon112-52746/+2980
2011-08-29Fixed missing audio on iOS.Ryan C. Gordon1-1/+1
2011-08-28Fixed an error in doxygen markup.Markus Kauppila1-0/+1
2011-08-28Fixed a typo.Markus Kauppila1-1/+1
2011-08-28Updated TODO.Markus Kauppila1-0/+4
2011-08-28Minor cleaning.Markus Kauppila2-12/+15
2011-08-28Added elementary fuzzer-randgen invocation count.Markus Kauppila4-10/+81
2011-08-28Added TODO.Markus Kauppila1-0/+7
2011-08-28Test cases executed in their own process can now bail out ifMarkus Kauppila4-5/+23
2011-08-28Option --show-tests prints test description.Markus Kauppila2-2/+3
2011-08-28Fixed timestamp issue.Markus Kauppila1-4/+6