aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/stats.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-04remove semicolon after namespaceAlexander Sulfrian1-1/+1
Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
2013-01-13remove legacy keywords from file headerAlexander Sulfrian1-2/+0
2013-01-05ported from log4cxx to log4cppAlexander Sulfrian1-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
2013-01-05changed all wstring/wchar_t to string/charAlexander Sulfrian1-15/+15
2013-01-05converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian1-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
2013-01-05major refactor of stats structureAlexander Sulfrian1-0/+203