Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-24 | JANITORIAL: Remove spaces at the end of the line | Alexander Tkachev | |
I knew there were some, but I wanted to fix them once, instead of doing it all the time. | |||
2016-08-24 | TESTBED: Add openUrl test in MiscTests | Alexander Tkachev | |
2014-02-18 | TESTBED: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-08-06 | OSYSTEM: extended installTimerProc() with timer ID parameter | Eugene Sandulenko | |
2011-06-07 | TESTBED: Add const modifiers to some parameters/functions | Julien | |
2011-06-03 | TESTBED: Remove another static and a confusing comment | Willem Jan Palenstijn | |
2011-06-03 | TESTBED: Get rid of static local variable | Willem Jan Palenstijn | |
It's not only against our coding guidelines, but also breaks running the mutex test multiple times. It may or may not also be responsible for a MSVC9 build failure reported on IRC. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn | |
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004 | |||
2010-10-02 | 1. Added ConfigParams Singelton class to eliminate use of configuration ↵ | Neeraj Kumar | |
specific static variables. 2. Modified code to handle the change 3. Updated the previously merged obsolete copy of branch gsoc2010-testbed. svn-id: r52973 | |||
2010-08-14 | TESTBED: formatting fix, deleted spaces/tabs at end of line | Neeraj Kumar | |
svn-id: r52081 | |||
2010-08-09 | TESTBED: Some refinemnts related to skipping tests and display in GUI | Neeraj Kumar | |
svn-id: r51945 | |||
2010-07-24 | Implemented selection of tests using a config file, config file layout ↵ | Neeraj Kumar | |
resembles to that of .scummvmrc on linux svn-id: r51248 | |||
2010-07-22 | TESTBED: some changes in interaction messages, couple of fixes | Neeraj Kumar | |
svn-id: r51160 | |||
2010-07-19 | replaced use of snprintf by String::printf | Neeraj Kumar | |
svn-id: r51030 | |||
2010-07-18 | fixed some typos | Neeraj Kumar | |
svn-id: r51000 | |||
2010-07-18 | Some more improvements in the TestbedListWidget and added description method ↵ | Neeraj Kumar | |
in testsuite class svn-id: r50984 | |||
2010-07-14 | Some code formatting fixes | Jordi Vilalta Prat | |
svn-id: r50893 | |||
2010-07-14 | Whitespace cleanup (mainly spaces and tabs at the end of line) | Jordi Vilalta Prat | |
svn-id: r50885 | |||
2010-07-01 | testbed now keeps a list of executed testsuites | Neeraj Kumar | |
svn-id: r50545 | |||
2010-06-29 | removed all printfs, added logging feature in form of logPrintf | Neeraj Kumar | |
svn-id: r50512 | |||
2010-06-28 | added template code for testing events | Neeraj Kumar | |
svn-id: r50459 | |||
2010-06-28 | completed the datetime/timer/mutex tests | Neeraj Kumar | |
svn-id: r50455 | |||
2010-06-28 | added code to test timers and mutexes, some issues with mutexes present although | Neeraj Kumar | |
svn-id: r50444 | |||
2010-06-27 | added files for misc tests, implemented the datetime test | Neeraj Kumar | |
svn-id: r50400 |