aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/stats.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-051-2/+2
| | | | | | log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms
* changed all wstring/wchar_t to string/charAlexander Sulfrian2013-01-051-15/+15
|
* converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2013-01-051-15/+15
| | | | | | | all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files
* major refactor of stats structureAlexander Sulfrian2013-01-051-0/+203