Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-13 | remove legacy keywords from file header | Alexander Sulfrian | 1 | -2/+0 | |
2013-01-05 | ported from log4cxx to log4cpp | Alexander Sulfrian | 1 | -4/+8 | |
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-05 | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 1 | -6/+6 | |
2013-01-05 | dynamic registration of songloading_strategies with static template | Alexander Sulfrian | 1 | -16/+11 | |
2013-01-05 | changed all song paths to boost::filesystem::wpath | Alexander Sulfrian | 1 | -22/+10 | |
all song paths are now wpath so all extensions are also std::wstring and all logging with song filename have to be also std::wstring | |||||
2013-01-05 | delete all members of containers with std::for_each | Alexander Sulfrian | 1 | -6/+9 | |
2013-01-05 | made singletons reusable | Alexander Sulfrian | 1 | -0/+3 | |
set instance variable to NULL on deletion of singleton, so that it is reconstructed before next usage | |||||
2013-01-05 | added custom exception classes for better catching them (gotta catch 'em all) | Alexander Sulfrian | 1 | -2/+2 | |
2013-01-05 | fix memory leak | Alexander Sulfrian | 1 | -0/+6 | |
2013-01-05 | added parsing of song lyric lines | Alexander Sulfrian | 1 | -0/+18 | |
2013-01-05 | added txt header loading with test and some preparations for loading notes | Alexander Sulfrian | 1 | -2/+2 | |
2013-01-05 | added song loading stubs with different strategies chosen by file extension | Alexander Sulfrian | 1 | -0/+76 | |