Commit graph

4640 commits

Author SHA1 Message Date
Markus Kauppila
6cb39be4a6 Added documentation. 2011-06-27 23:10:13 +03:00
Markus Kauppila
896b25911d Fixed test suite start time. 2011-06-27 22:39:38 +03:00
Markus Kauppila
3185853496 Removed printf's from dummy test suite. 2011-06-27 22:16:32 +03:00
Markus Kauppila
7494225e7b Plain logger refined. 2011-06-27 22:14:48 +03:00
Markus Kauppila
fd3b97e2ff Added time, date and total runtime information to the output by
logging system.
2011-06-27 21:41:34 +03:00
Markus Kauppila
7236f2ab89 Refining the output of XML logger. 2011-06-27 16:41:45 +03:00
Markus Kauppila
2a486b279b Added identation to the output of XML logger. 2011-06-27 11:53:14 +03:00
Markus Kauppila
2e8932b12e Logging system added to harness. Logging system doesn't
yet utilize all the given parameters.
2011-06-26 23:04:37 +03:00
Nathan Heisey
4f1212a24b Replaced private event functionality with event sending. 2011-06-24 12:48:43 +00:00
Markus Kauppila
e2799bbbb3 Added case insensitivity to XML elements. 2011-06-24 14:35:14 +03:00
Markus Kauppila
7b600bf889 XML component no longer outputs the generated XML.
Fixed a bunch of compiler warnings.
2011-06-23 22:00:03 +03:00
Markus Kauppila
eb1a182654 Fixed XML elements. Element's end tag is now properly formed. 2011-06-23 21:11:48 +03:00
Markus Kauppila
e6225c947b Added escaping special characters to their corresponding
entities in XML output.
2011-06-22 21:56:23 +03:00
Markus Kauppila
2dd346fae0 Changed XML-generator to use static buffer instead of dynamically
allocated memory.
2011-06-22 18:13:06 +03:00
Markus Kauppila
a3b21d2e4b XML elements now support single attribute. Fixes here and there. 2011-06-22 17:41:37 +03:00
Markus Kauppila
94c6ae4eab Various fixes and additions to logger system. 2011-06-21 22:04:44 +03:00
Markus Kauppila
ac07ad67d9 Creating flexible logging system which supports XML and plain
text. Work under progress.
2011-06-21 19:31:46 +03:00
Nathan Heisey
afa5bfc8d0 SDL 1.3 patch 00 for GSoC: Haiku - Implemented pthread spinlock in src/atomic/spinlock.c (in both trylock and
unlock).  Added appropriate checks in configure.in and include/SDL_configure.h.in.
2011-06-21 13:49:14 +00:00
Markus Kauppila
f578687b3d Refining XML-output module 2011-06-19 19:52:35 +03:00
Markus Kauppila
c7bdf3c748 Very early version of module that creates XML-based test reports. 2011-06-19 18:07:37 +03:00
Markus Kauppila
5100317403 Ported platform tests, added AssertPass and AssertFail 2011-06-18 10:36:27 -07:00
Markus Kauppila
c2022fc6d9 Changed the title for README 2011-06-19 13:43:03 +03:00
Tim Angus
d39b9dd978 * Add missing file SDL_hints_c.h 2011-06-15 10:28:01 +01:00
Markus Kauppila
f7397f3579 Added new command line option: --show-tests 2011-06-13 15:38:40 +03:00
Markus Kauppila
523fa1f6b7 Stub for generating doxygen main page from README. 2011-06-11 21:52:31 +03:00
Markus Kauppila
481c64b262 Added timeout to TestCaseReference. 2011-06-11 21:37:28 +03:00
Markus Kauppila
3c3953361f Compatibility fix. Apparently all system don't have d_namlen member
in their DIR struct.
2011-06-11 08:11:03 -07:00
Tim Angus
2f0bec3220 * SDL_IOS_IDLE_TIMER_DISABLED hint 2011-06-10 14:23:36 +01:00
Tim Angus
a36a856bf9 * SDL_IOS_ORIENTATIONS hint 2011-06-10 14:23:24 +01:00
Sam Lantinga
94e1b6970f Make SDL_QuitRequested() return an SDL_bool 2011-06-12 12:23:39 -04:00
Dimitris Zenios
b43aca329d Fixes a bug in SDL_UpdateTexture when using SDL_RENDERER_SOFTWARE and texture access is SDL_TEXTUREACCESS_STATIC 2011-06-10 12:13:06 +03:00
Ryan C. Gordon
2fdcb7bdfc Fixed memory leak in SDL_DestroyRenderer.
Fixes Bugzilla #1219.

Thanks to Dimitris Zenios for the patch!
2011-07-16 14:59:12 -07:00
Ryan C. Gordon
0b3c783570 Cocoa: Update the current GL context when its window moves or resizes.
According to the NSOpenGLContext docs, you need to do this, and we were
 previously masking the need in the SDL_GL_MakeCurrent() implementation.
2011-07-16 11:52:09 -07:00
Ryan C. Gordon
34edc62460 Turn SDL_GL_MakeCurrent() into a no-op if setting the same context twice. 2011-07-15 17:05:32 -07:00
Ryan C. Gordon
c4348f44f7 Linux: Search a smaller set of potential joystick axes.
Newer kernels seem to report bogus axes in the higher ranges, for example
 with a standard PlayStation 3 controller plugged in via USB.
2011-07-13 17:38:09 -07:00
Ryan C. Gordon
1fc724be50 Properly set up default resolutions.
Fixes Bugzilla #1191.

Thanks to Jeremy Jurksztowicz for the fix!
2011-07-05 22:05:56 -04:00
Nathan Heisey
dfe639930e Implemented pthread spinlocks. 2011-06-22 10:33:48 +00:00
Markus Kauppila
ef89823301 Fixed doxygen comments and usage help. 2011-06-09 18:30:06 +03:00
Markus Kauppila
c466d7043f Updated test case filter. 2011-06-09 18:13:46 +03:00
Markus Kauppila
b53f302e9c Added comments and did some cleaning. 2011-06-09 18:07:50 +03:00
Markus Kauppila
821c7d9971 Added test and suite names to the output. 2011-06-09 17:13:33 +03:00
Markus Kauppila
4f8639e449 Creating pipeline for test case selection. Work in progress. 2011-06-09 16:37:51 +03:00
Markus Kauppila
d3b50802bf Removed unnecessary function. 2011-06-08 19:41:12 +03:00
Markus Kauppila
ab42fe5afa Fix: memory allocated for test suite references is freed 2011-06-08 18:38:38 +03:00
Markus Kauppila
4f5d867d8d Initial version of "scan tests/ for test suites" functionality. 2011-06-07 21:11:11 +03:00
Markus Kauppila
eb11cafec4 Add a comment. 2011-06-06 21:16:18 +03:00
Ryan C. Gordon
c3ab04563b Fixed gcc warnings for apps using SDL headers with -Wundef flag.
Fixes Bugzilla #1216.

Thanks to Dimitris Zenios for the patch!
2011-06-06 12:20:04 -04:00
Markus Kauppila
736c0e2a65 Minor refactorings. 2011-06-06 18:37:53 +03:00
Markus Kauppila
d9ce7a4a40 Converted libtest to a more proper dummy test suite (libtestdummy). 2011-06-06 18:15:19 +03:00
Markus Kauppila
6346ed9ccb Fix: Use DEFINE instead of plain number. 2011-06-05 18:44:58 +03:00