aboutsummaryrefslogtreecommitdiffstats
path: root/test/base/songloading.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: Fix include paths.Alexander Sulfrian2015-03-311-2/+2
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
* tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgsAlexander Sulfrian2013-01-131-20/+20
* code formattingAlexander Sulfrian2013-01-051-1/+1
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-051-14/+9
* changed all wstring/wchar_t to string/charAlexander Sulfrian2013-01-051-15/+16
* renamed Song::cover to Song::cover_file and added Texture* Song::coverAlexander Sulfrian2013-01-051-1/+1
* dynamic registration of songloading_strategies with static templateAlexander Sulfrian2013-01-051-2/+0
* changed all song paths to boost::filesystem::wpathAlexander Sulfrian2013-01-051-5/+5
* delete singleton to cleanup and properly could check for memleaks with valgrindAlexander Sulfrian2013-01-051-0/+2
* converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2013-01-051-13/+12
* renamed MissingSongTagException to MissingTagException and added tag parameterAlexander Sulfrian2013-01-051-4/+4
* Added exeptiontests for songs with missing required headerfields.Robin Nehls2013-01-051-0/+51
* Added possibility to easyly disable loggingRobin Nehls2013-01-051-0/+10
* Enabled tests for now correctly implemented headerfieldsRobin Nehls2013-01-051-14/+12
* added lyric loading to testAlexander Sulfrian2013-01-051-0/+1
* fix memory leakAlexander Sulfrian2013-01-051-0/+3
* removed encoding issueAlexander Sulfrian2013-01-051-1/+1
* added parsing of song lyric linesAlexander Sulfrian2013-01-051-1/+1
* Added generic testsong and added more header filds to the unittestRobin Nehls2013-01-051-6/+23
* added txt header loading with test and some preparations for loading notesAlexander Sulfrian2013-01-051-0/+59