| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile.inc: modularized flags, removed include dirs | Alexander Sulfrian | 2013-01-05 | 2 | -2/+2 |
* | moved all log messages a level up | Alexander Sulfrian | 2013-01-05 | 1 | -8/+8 |
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 4 | -34/+45 |
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 7 | -68/+67 |
* | dynamic registration of songloading_strategies with static template | Alexander Sulfrian | 2013-01-05 | 9 | -25/+202 |
* | changed all song paths to boost::filesystem::wpath | Alexander Sulfrian | 2013-01-05 | 7 | -35/+26 |
* | use trim, trim_left, trim_right from boost::algorithm::string | Alexander Sulfrian | 2013-01-05 | 2 | -74/+7 |
* | delete all members of containers with std::for_each | Alexander Sulfrian | 2013-01-05 | 1 | -6/+9 |
* | made singletons reusable | Alexander Sulfrian | 2013-01-05 | 1 | -0/+3 |
* | make string constructor argument a constant reference | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
* | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 2013-01-05 | 2 | -62/+63 |
* | added try ... catch for each line and warn if error at line | Alexander Sulfrian | 2013-01-05 | 1 | -27/+33 |
* | sort includes | Alexander Sulfrian | 2013-01-05 | 1 | -2/+4 |
* | added custom exception classes for better catching them (gotta catch 'em all) | Alexander Sulfrian | 2013-01-05 | 2 | -2/+10 |
* | added {r,l}trim_newline that only remove '\r' and '\n', remove '\r' from lyrics | Alexander Sulfrian | 2013-01-05 | 2 | -0/+31 |
* | remove typo | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
* | fix memory leak | Alexander Sulfrian | 2013-01-05 | 1 | -0/+6 |
* | added complete song structure | Alexander Sulfrian | 2013-01-05 | 1 | -3/+3 |
* | cut big function for parsing song lines in some smaller | Alexander Sulfrian | 2013-01-05 | 2 | -70/+91 |
* | added parsing of song lyric lines | Alexander Sulfrian | 2013-01-05 | 3 | -10/+85 |
* | Added get methods and made a comment more clear | Robin Nehls | 2013-01-05 | 1 | -1/+1 |
* | added txt header loading with test and some preparations for loading notes | Alexander Sulfrian | 2013-01-05 | 7 | -11/+174 |
* | added song loading stubs with different strategies chosen by file extension | Alexander Sulfrian | 2013-01-05 | 7 | -0/+360 |