This website requires JavaScript.
Explore
Help
Register
Sign In
games
/
vcmi
Watch
1
Star
0
Fork
0
You've already forked vcmi
mirror of
https://github.com/vcmi/vcmi.git
synced
2025-03-21 21:17:49 +02:00
Code
Issues
Releases
Activity
vcmi
/
lib
/
logging
History
stopiccot
1fca335a2c
Be careful with global var initialization order. All mutexes should be initialized before all CLoggers. Caused a crash on OS X when compiling with clang
2013-04-19 12:26:57 +00:00
..
CBasicLogConfigurator.cpp
- Fixed indentation for various files, sorry...
2013-04-14 19:24:31 +00:00
CBasicLogConfigurator.h
- Fixed indentation for various files, sorry...
2013-04-14 19:24:31 +00:00
CLogger.cpp
Be careful with global var initialization order. All mutexes should be initialized before all CLoggers. Caused a crash on OS X when compiling with clang
2013-04-19 12:26:57 +00:00
CLogger.h
- Added new trace macro LOG_TRACE which autom. appends leaving func message - Removed old trace macros - Small refactoring in CMapEditManager - Changed documentation comments to /// style for various mapping header files
2013-04-16 13:16:58 +00:00