| Commit message (Expand) | Author | Age | Files | Lines |
* | remove legacy keywords from file header | Alexander Sulfrian | 2013-01-13 | 1 | -2/+0 |
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 1 | -8/+8 |
* | dynamic registration of songloading_strategies with static template | Alexander Sulfrian | 2013-01-05 | 1 | -3/+7 |
* | changed all song paths to boost::filesystem::wpath | Alexander Sulfrian | 2013-01-05 | 1 | -1/+2 |
* | use trim, trim_left, trim_right from boost::algorithm::string | Alexander Sulfrian | 2013-01-05 | 1 | -25/+0 |
* | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 2013-01-05 | 1 | -9/+9 |
* | added {r,l}trim_newline that only remove '\r' and '\n', remove '\r' from lyrics | Alexander Sulfrian | 2013-01-05 | 1 | -0/+10 |
* | remove typo | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
* | cut big function for parsing song lines in some smaller | Alexander Sulfrian | 2013-01-05 | 1 | -0/+7 |
* | added txt header loading with test and some preparations for loading notes | Alexander Sulfrian | 2013-01-05 | 1 | -1/+26 |
* | added song loading stubs with different strategies chosen by file extension | Alexander Sulfrian | 2013-01-05 | 1 | -0/+45 |