SDL-mirror/test
Sam Lantinga 1c3d9891d2 Updated to the latest versions of autotools and config.guess/config.sub
autoconf-2.69
automake-1.12
libtool-2.4.2
2012-09-20 21:13:10 -07:00
..
automated Automated tests fixes 2012-06-21 12:12:11 -03:00
nds-test-progs Missed a file in Frank's patch 2012-02-12 23:22:44 -05:00
shapes
test-automation Add clipboard tests 2011-10-29 23:34:19 -07: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 Fixed bug 1564 - SDL has no function to open a screen keyboard on Android. 2012-08-11 10:15:59 -07:00
common.c Added SDL_SetWindowBordered() API. 2012-09-13 01:43:53 -04:00
common.h Removed the SDL 1.2 compatibility API... we'll see how painful this is. 2012-01-22 18:11:41 -05:00
configure Updated to the latest versions of autotools and config.guess/config.sub 2012-09-20 21:13:10 -07:00
configure.in Nasty attempt to fix building of testnative across various platforms. 2012-08-09 14:28:45 -04:00
COPYING
gcc-fat.sh
icon.bmp
loopwave.c
Makefile.in Added testaudioinfo to the build. 2012-09-01 00:25:17 -07: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 1.3 API CHANGE: Add support for naming threads. 2011-10-02 00:29:16 -04:00
testaudioinfo.c
testdraw2.c
testerror.c 1.3 API CHANGE: Add support for naming threads. 2011-10-02 00:29:16 -04:00
testfile.c
testgesture.c
testgl2.c Add support for (GLX|WGL)_EXT_swap_control_tear. 2012-08-01 20:29:36 -04:00
testgles.c
testhaptic.c
testiconv.c
testime.c 1.Fixed a memory leak inside XInput2 code 2012-05-31 19:23:30 +03:00
testintersections.c
testjoystick.c Cleaned up testjoystick.c, improved usage of renderer API, added colors! 2012-08-15 21:00:33 -04:00
testkeys.c
testloadso.c
testlock.c 1.3 API CHANGE: Add support for naming threads. 2011-10-02 00:29:16 -04: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
testnativex11.c
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
testrelative.c 1.Fixed a memory leak inside XInput2 code 2012-05-31 19:23:30 +03:00
testrendercopyex.c RenderCopyEx,rotation and flipping for all hardware/software backends (#1308) 2012-06-01 19:51:08 -03:00
testrendertarget.c Renamed SetTargetTexture() to SetRenderTarget() 2012-01-22 01:26:28 -05:00
testresample.c
testrumble.c
testscale.c
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
testsprite2.c
testspriteminimal.c Have testspriteminimal use the new simple API 2012-01-22 19:47:33 -05:00
teststreaming.c
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
torturethread.c 1.3 API CHANGE: Add support for naming threads. 2011-10-02 00:29:16 -04:00
utf8.txt

These are test programs for the SDL library:

	checkkeys	Watch the key events to check the keyboard
	loopwave	Audio test -- loop playing a WAV file
	testaudioinfo	Lists audio device capabilities
	testcdrom	Sample audio CD control program
	testerror	Tests multi-threaded error handling
	testfile	Tests RWops layer
	testgl2		A very simple example of using OpenGL with SDL
	testhread	Hacked up test of multi-threading
	testiconv	Tests international string conversion
	testjoystick	List joysticks and watch joystick events
	testkeys	List the available keyboard keys
	testloadso	Tests the loadable library layer
	testlock	Hacked up test of multi-threading and locking
	testmultiaudio	Tests using several audio devices
	testoverlay2	Tests the overlay flickering/scaling during playback.
	testpalette	Tests palette color cycling
	testplatform	Tests types, endianness and cpu capabilities
	testsem		Tests SDL's semaphore implementation
	testshape	Tests shaped windows
	testsprite2	Example of fast sprite movement on the screen
	testtimer	Test the timer facilities
	testver		Check the version and dynamic loading and endianness
	testwm2		Test window manager -- title, icon, events
	torturethread	Simple test for thread creation/destruction