scummvm/engines/testbed
Ori Avtalion aa0f307e06 ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
Silences the clang warning:

  static data member specialization of '_singleton' must
  originally be declared in namespace 'Common'; accepted as a C++0x
  extension [-Wc++0x-extensions]

Wrapping "namespace Common {}" around the macro assignment causes clang
to complain about a spurious semicolon, and removing the semicolon at
the end of the macro causes some editors to misbehave.

Changing the requirement of using the macro in one namespace (the
global) to another (Common) seems a small price to pay to
silence a warning.
2011-06-30 22:41:41 +03:00
..
config-params.cpp ALL: Require DECLARE_SINGLETON to be used in the Common namepsace 2011-06-30 22:41:41 +03:00
config-params.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
config.cpp TESTBED: Update some switch constructs for better control flow handling 2011-06-07 03:56:54 -04:00
config.h TESTBED: Add const modifiers to some parameters/functions 2011-06-07 03:52:15 -04:00
detection.cpp DETECTOR: Merge ADParams into AdvancedMetaEngine 2011-06-14 18:17:01 +02:00
events.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
events.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
fs.cpp TESTBED: Cleanup boolean use in enable() function for fs and midi tests 2011-06-07 03:56:56 -04:00
fs.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
graphics.cpp TESTBED: Fix GFXtests::HSVtoRGB() and caller 2011-06-07 03:59:12 -04:00
graphics.h TESTBED: Remove dead code, unused arguments and unreferenced symbols 2011-06-07 03:56:18 -04:00
midi.cpp TESTBED: Specialize call to enable() in MidiTestSuite constructor 2011-06-07 03:56:57 -04:00
midi.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
misc.cpp TESTBED: Add const modifiers to some parameters/functions 2011-06-07 03:52:15 -04:00
misc.h TESTBED: Add const modifiers to some parameters/functions 2011-06-07 03:52:15 -04:00
module.mk 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
savegame.cpp TESTBED: Rename error variable to err (was hiding error() symbol) 2011-06-07 03:56:52 -04:00
savegame.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
sound.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
sound.h TESTBED: Remove dead code, unused arguments and unreferenced symbols 2011-06-07 03:56:18 -04:00
template.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
testbed.cpp TESTBED: Update some switch constructs for better control flow handling 2011-06-07 03:56:54 -04:00
testbed.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
testsuite.cpp TESTBED: Remove dead code, unused arguments and unreferenced symbols 2011-06-07 03:56:18 -04:00
testsuite.h TESTBED: Remove dead code, unused arguments and unreferenced symbols 2011-06-07 03:56:18 -04:00