..
automated
Another attempt at fixing compiler warnings for SDLTest_SurfaceImage_t.
2013-04-03 11:49:25 -04:00
shapes
Remove superflous sample shapes (same BMPs)
2010-09-15 22:33:46 -07:00
test-automation
Fix Windows build, version.o linking.
2012-09-25 08:54:05 -03:00
acinclude.m4
Switched the SDL 2 autoconf macro to AM_PATH_SDL2
2012-01-30 21:39:26 -05:00
aclocal.m4
Switched the SDL 2 autoconf macro to AM_PATH_SDL2
2012-01-30 21:39:26 -05:00
autogen.sh
checkkeys.c
sdl2
2013-02-25 16:52:42 -08:00
configure
Switched the test code over to use the common functions in the test library.
2012-12-31 10:26:38 -08:00
configure.in
Switched the test code over to use the common functions in the test library.
2012-12-31 10:26:38 -08:00
COPYING
gcc-fat.sh
icon.bmp
loopwave.c
Print the list of audio drivers so you can try each one
2012-11-29 09:48:42 -08:00
Makefile.in
Don't clobber refcounting in SDL_Init.
2013-02-12 11:47:31 -08:00
moose.dat
picture.xbm
README
Updated the README and removed the old graywin test
2012-01-22 22:30:27 -05:00
sample.bmp
sample.wav
testatomic.c
Changed the name of SDL_mutexP() SDL_mutexV()
2013-03-07 20:12:40 -08:00
testaudioinfo.c
Patched test apps to compile with C89 compilers (thanks, Axel!).
2013-03-29 21:21:48 -04:00
testautomation.c
Add tests to audio suite; update harness filter logic
2013-01-31 08:45:30 -08:00
testautomation_audio.c
Fix bug 1723: flipped log text in audio suite - thanks P. Wiesemann
2013-02-18 07:59:05 -08:00
testautomation_clipboard.c
Add mouse tests; update test suites
2013-01-24 07:58:59 -08:00
testautomation_events.c
Add new test suites (events, keyboard, syswm, video) with a few new tests each
2013-01-06 15:17:59 -08:00
testautomation_keyboard.c
Fix Bug 1533 - SDL_Keycode value range allows segfaults with negative values; add test coverage to keyboard suite
2013-03-08 23:04:53 -08:00
testautomation_main.c
Fix fuzzer random boundary functions; add tests for fuzzer
2013-02-12 22:23:42 -08:00
testautomation_mouse.c
Add tests to video suite
2013-02-25 08:05:26 -08:00
testautomation_platform.c
Add testautomation to VS project; remove automated from VS project; minor update to platform suite
2012-12-30 09:58:03 -08:00
testautomation_rect.c
Added audio test suite; minor code cleanups in test lib
2012-12-24 14:43:57 -08:00
testautomation_render.c
Add mouse tests; update test suites
2013-01-24 07:58:59 -08:00
testautomation_rwops.c
Fix bug 122 - SDL_RWops bug fixes: set RWops.type field, add input validation, add test coverage
2013-03-13 08:35:03 -07:00
testautomation_sdltest.c
Add tests to SDLtest suite
2013-02-13 23:10:29 -08:00
testautomation_suites.h
Don't clobber refcounting in SDL_Init.
2013-02-12 11:47:31 -08:00
testautomation_surface.c
Add mouse tests; update test suites
2013-01-24 07:58:59 -08:00
testautomation_syswm.c
Add new test suites (events, keyboard, syswm, video) with a few new tests each
2013-01-06 15:17:59 -08:00
testautomation_timer.c
Added timer test suite
2013-01-14 08:14:53 -08:00
testautomation_video.c
Maybe actually fix compiler warning this time.
2013-04-16 00:09:48 -04:00
testdraw2.c
Switched the test code over to use the common functions in the test library.
2012-12-31 10:26:38 -08:00
testerror.c
1.3 API CHANGE: Add support for naming threads.
2011-10-02 00:29:16 -04:00
testfile.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testgamecontroller.c
Improve testgamecontroller output & robustness.
2013-04-03 16:48:23 -07:00
testgesture.c
Updated touch API
2013-03-03 01:01:33 -08:00
testgl2.c
Switched the test code over to use the common functions in the test library.
2012-12-31 10:26:38 -08:00
testgles.c
Switched the test code over to use the common functions in the test library.
2012-12-31 10:26:38 -08:00
testhaptic.c
Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic
2012-12-22 20:43:51 -08:00
testiconv.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testime.c
Switched the test code over to use the common functions in the test library.
2012-12-31 10:26:38 -08:00
testintersections.c
Switched the test code over to use the common functions in the test library.
2012-12-31 10:26:38 -08:00
testjoystick.c
Fixed bug 1759 - Updates to testjoystick.c
2013-03-19 22:25:02 -07:00
testkeys.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testloadso.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testlock.c
Changed the name of SDL_mutexP() SDL_mutexV()
2013-03-07 20:12:40 -08:00
testmessage.c
X11 messageboxes should treat "\r\n" as "\n" by ignoring the '\r' char.
2012-12-16 14:39:49 -05:00
testmultiaudio.c
testmultiaudio.c needs to #include <stdio.h>.
2011-08-03 03:12:07 -04:00
testnative.c
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
2012-01-22 18:11:41 -05:00
testnative.h
Updated SDL test projects
2012-01-07 17:08:17 -05:00
testnativecocoa.m
testnativew32.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testnativex11.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testoverlay2.c
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
2012-01-22 18:11:41 -05:00
testplatform.c
Fixed another printf() compiler warning, this time in the 1.3 branch.
2011-08-23 03:12:27 -04:00
testpower.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testrelative.c
Switched the test code over to use the common functions in the test library.
2012-12-31 10:26:38 -08:00
testrendercopyex.c
Removed unused window size constants
2013-03-17 09:47:25 -07:00
testrendertarget.c
Removed unused window size constants
2013-03-17 09:47:25 -07:00
testresample.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testrumble.c
Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic
2012-12-22 20:43:51 -08:00
testscale.c
Switched the test code over to use the common functions in the test library.
2012-12-31 10:26:38 -08:00
testsem.c
Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of SDL_MUTEX_TIMEDOUT on time out
2012-02-20 23:51:53 -05:00
testshader.c
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
2012-01-22 18:11:41 -05:00
testshape.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testsprite2.c
Switched the test code over to use the common functions in the test library.
2012-12-31 10:26:38 -08:00
testspriteminimal.c
Removed Nintendo DS support since nobody has volunteered to maintain it for over a year.
2013-03-17 09:44:58 -07:00
teststreaming.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testthread.c
1.3 API CHANGE: Add support for naming threads.
2011-10-02 00:29:16 -04:00
testtimer.c
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
2012-01-22 18:11:41 -05:00
testver.c
Removing some more references to SDL 1.3
2012-01-22 17:26:45 -05:00
testwm2.c
Patched test apps to compile with C89 compilers (thanks, Axel!).
2013-03-29 21:21:48 -04:00
torturethread.c
1.3 API CHANGE: Add support for naming threads.
2011-10-02 00:29:16 -04:00
utf8.txt