aboutsummaryrefslogtreecommitdiff
path: root/common/singleton.h
AgeCommit message (Expand)Author
2018-04-29COMMON: Add hasInstance() bool to singleton classLothar Serra Mari
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2014-06-21ALL: Remove support for MSVC8 and olderJoel Teichroeb
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-16COMMON: Reverting r54257 as _singleton already was protected (and I am blind :)Max Horn
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-16COMMON: Make Common::Singleton::_singleton protected instead of publicMax Horn
2010-11-15CONFIGMAN: added defragmentation methods for one-plugin-at-a-timeYotam Barnoy
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2008-05-03Formatting.Johannes Schickel
2008-04-26Fixed segfault when trying to start invalid gameid from command line.Johannes Schickel
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-27Reverted r26922.Johannes Schickel
2007-05-22Simpilified Singleton implementation and usage.Johannes Schickel
2007-03-17Added class NonCopyable, and made various things derive from itMax Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-05-10Fix compilationEugene Sandulenko
2005-05-09fixed compilation for evc4 and vc7Paweł Kołodziejski
2005-01-27emsvc4 need public access, hmmm...Paweł Kołodziejski
2005-01-10yet another attempt to get makeInstance working for gcc 3.3, gcc 3.2, and MSV...Max Horn
2005-01-06Modify the singleton code once more to help overcome an issue with MSVC 7 (se...Max Horn
2005-01-01Changed the singleton code to allow for custom object factories; this allowed...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-30cleanupMax Horn
2004-12-29Compile fix from cyxTravis Howell
2004-12-28Fix running ScummVM in plugin-modeMax Horn
2004-01-06updated copyright noticeMax Horn
2003-12-10slightly altered singleton implemention, might help MSVC6, or might screw it ...Max Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn