summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-02-20Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of SDL_...Sam Lantinga1-1/+6
2012-02-12Missed a file in Frank's patchSam Lantinga1-0/+7
2012-02-12Updated Nintendo DS supportSam Lantinga5-72/+64
2012-01-30Switched the SDL 2 autoconf macro to AM_PATH_SDL2Sam Lantinga3-3/+3
2012-01-22Updated the README and removed the old graywin testSam Lantinga2-276/+3
2012-01-22Have testspriteminimal use the new simple APISam Lantinga1-12/+2
2012-01-22Removed the SDL 1.2 compatibility API... we'll see how painful this is.Sam Lantinga23-5651/+51
2012-01-22Removing some more references to SDL 1.3Sam Lantinga3-5/+5
2012-01-22Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2Sam Lantinga4-156/+738
2012-01-22Renamed SetTargetTexture() to SetRenderTarget()Sam Lantinga1-2/+2
2012-01-18Implementation of render targets, by Mason Wheeler and Gabriel JacoboSam Lantinga2-0/+208
2012-01-08Fixed bug 1242 - PATCH: Improve support for OpenGL ES under X11Sam Lantinga2-16/+14
2012-01-07Updated SDL test projectsSam Lantinga1-2/+0
2012-01-07Added testnative to the Makefile and fixed building on Mac OS XSam Lantinga3-26/+35
2011-12-07Ryan gets fewer nuts. :)Sam Lantinga1-3/+0
2011-12-05Backed out most of changeset 4b88086910d3, at Andreas's request.Ryan C. Gordon1-1762/+1851
2011-12-05Fix buildbot sdl-macosx-unix-x86 and sdl-macosx-amd64 compiler warningsAndreas Schiffler1-1851/+1762
2011-10-29Add clipboard testsAndreas Schiffler1-6/+140
2011-10-19Updated from configure.inSam Lantinga1-1727/+1839
2011-10-05Refactored audio device enumeration/naming tests ana added negative casesAndreas Schiffler1-31/+77
2011-10-021.3 API CHANGE: Add support for naming threads.Ryan C. Gordon7-13/+25
2011-09-18Fixed option parsing code of test harness.Markus Kauppila1-10/+10
2011-09-17Add tests for SDL_RectEquals and empty rectangle casesAndreas Schiffler1-24/+342
2011-09-16Add test cases for SDL_RectEmptyAndreas Schiffler1-2/+83
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-12Added tests for SDL_EnclosePoints.Andreas Schiffler1-1/+260
2011-09-09Fixed a compiler warning on Visual Studio.Ryan C. Gordon1-2/+2
2011-09-09Removed legacy Mac OS X dlcompat code.Ryan C. Gordon1-130/+152
2011-09-06Refactored IntersectRectAndLine tests and increased coverageAndreas Schiffler1-102/+337
2011-09-04Added tests for SDL_HasIntersection; added negative parameter tests; refactor...Andreas Schiffler2-76/+257
2011-09-04Added tests to testrect suite. Simple logger improvements. Fixed int-range fu...Andreas Schiffler5-19/+216
2011-08-29Automated merge with https://bitbucket.org/Markusk/sdl-gsocRyan C. Gordon3-6/+8
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
2011-08-28Changed logging behavior. Runner uses stdout as default andMarkus Kauppila3-16/+59
2011-08-28Refined install script to be more helpful.Markus Kauppila2-3/+4
2011-08-28Created SetUp and TearDown functions for testrwops suite.Markus Kauppila1-3/+22
2011-08-23Fixed wrong datatype for shaders and programs.Ryan C. Gordon1-4/+4
2011-08-23Fixed another printf() compiler warning, this time in the 1.3 branch.Ryan C. Gordon1-2/+3
2011-08-17Fixed unit float and unit double generators.Markus Kauppila3-5/+12
2011-08-17Renamed RandomInteger to RandomSint32 and RandomUnsignedIntegerMarkus Kauppila3-19/+19
2011-08-17Fixed an issue with nonexistant function.Markus Kauppila1-4/+4