aboutsummaryrefslogtreecommitdiff
path: root/common/debug.cpp
AgeCommit message (Expand)Author
2019-11-11COMMON: Allow for enabling/disabling debug channels by numberPaul Gilbert
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2017-01-09COMMON: Enhanced debug channel checks.Eugene Sandulenko
2016-08-19COMMON: Added checkers for debug channels.Eugene Sandulenko
2016-08-13COMMON: Introduce --debug-channels-only command line flag.Eugene Sandulenko
2014-06-05COMMON: Don't allow debug channel 'all' to be used.Johannes Schickel
2014-06-05COMMON: Add "all" option to debugflag controls in GUI Debugger.D G Turner
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
2011-07-03COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined.Johannes Schickel
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-06-18COMMON: Replace some vsnprintf/STRINGBUFLEN uses by vformatMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-18BACKENDS: Implement logging API proposed by Max on -devel.Johannes Schickel
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-01COMMON: Get rid of the debug() output formatterMax Horn
2010-11-01COMMON: Add debugN variant without level parameterMax Horn
2010-10-31COMMON: Allow forbidden symbols in debug.cpp and textconsole.cppMax Horn
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-27cleanupMax Horn
2010-04-19Fix regression introduced with r46130, which caused debugN strings to be post...Johannes Schickel
2010-01-30- Call the special debug channels "channels" consistently. (Formerly sometime...Johannes Schickel
2009-12-30remove bad hackery caused by n64 port and avoid polluting StdioStream using a...Fabio Battaglia
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia
2009-11-24COMMON: Remove dependency on engines code (by using the inversion principle).Max Horn
2009-11-23PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fpu...Max Horn
2009-06-10Added debugCN() call which does not add newline automaticallyEugene Sandulenko
2009-05-31Document that debug level 11 turns on all special debug level messages (refer...Filippos Karapetis
2009-03-01COMMON: added a debugC variant which only takes a debug channel maskMax Horn
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-30Switched special debug levels to using a hashmap internallyMax Horn
2009-01-30Some more 'special debug levels' tweaksMax Horn
2009-01-30Some work on the 'special debug levels' aka 'engine debug levels' codeMax Horn
2009-01-30Moved debug() etc. and special debug flag handling code to common/debug.*; al...Max Horn