aboutsummaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-05add ftgl to c/ldflagsAlexander Sulfrian2-2/+3
2013-01-05added utils to include pathAlexander Sulfrian1-1/+1
2013-01-05removed orphaned filesAlexander Sulfrian2-214/+0
2013-01-05removed deprecated filesAlexander Sulfrian3-330/+0
2013-01-05removed pascal codeAlexander Sulfrian2-170/+0
2013-01-05fixed tests buildAlexander Sulfrian1-1/+1
2013-01-05fixed test buildAlexander Sulfrian1-1/+1
2013-01-05removed trailing white spaceAlexander Sulfrian1-1/+1
2013-01-05added event_managerAlexander Sulfrian1-1/+1
2013-01-05fixed test buildingAlexander Sulfrian1-3/+3
2013-01-05fixed make script to return error on failed testsAlexander Sulfrian1-1/+3
2013-01-05started gui frameworkAlexander Sulfrian1-1/+1
2013-01-05added imageloading stuff (load images to sdl_surface)Alexander Sulfrian5-0/+104
2013-01-05renamed Song::cover to Song::cover_file and added Texture* Song::coverAlexander Sulfrian1-1/+1
2013-01-05dynamic registration of songloading_strategies with static templateAlexander Sulfrian1-2/+0
2013-01-05change shell execution with makefile functionsAlexander Sulfrian1-2/+2
2013-01-05Makefile reworkAlexander Sulfrian2-19/+65
2013-01-05beautification of xml output of cppunitAlexander Sulfrian2-0/+126
2013-01-05enabled code coverage debug outputAlexander Sulfrian1-2/+2
2013-01-05changed all song paths to boost::filesystem::wpathAlexander Sulfrian1-5/+5
2013-01-05added loading for languages and some test for language classAlexander Sulfrian1-0/+86
2013-01-05delete singleton to cleanup and properly could check for memleaks with valgrindAlexander Sulfrian1-0/+2
2013-01-05added language class for easy translationAlexander Sulfrian1-1/+1
2013-01-05converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2-14/+13
2013-01-05renamed MissingSongTagException to MissingTagException and added tag parameterAlexander Sulfrian1-4/+4
2013-01-05Added exeptiontests for songs with missing required headerfields.Robin Nehls6-0/+155
2013-01-05Added possibility to easyly disable loggingRobin Nehls1-0/+10
2013-01-05Enabled tests for now correctly implemented headerfieldsRobin Nehls1-14/+12
2013-01-05Fixed wrong videogap in txtRobin Nehls1-1/+1
2013-01-05removed function name form console log (could be long because stl templates)Alexander Sulfrian1-1/+1
2013-01-05added debug flagAlexander Sulfrian1-1/+1
2013-01-05added lyric loading to testAlexander Sulfrian1-0/+1
2013-01-05fix memory leakAlexander Sulfrian1-0/+3
2013-01-05removed encoding issueAlexander Sulfrian1-1/+1
2013-01-05added parsing of song lyric linesAlexander Sulfrian1-1/+1
2013-01-05Added generic testsong and added more header filds to the unittestRobin Nehls3-6/+50
2013-01-05added txt header loading with test and some preparations for loading notesAlexander Sulfrian1-0/+59
2013-01-05added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian1-2/+2
2013-01-05major refactor of stats structureAlexander Sulfrian1-10/+12
2013-01-05added function for testing weather a table contains a column or notAlexander Sulfrian1-0/+18
2013-01-05added function for testing if table exists in databaseAlexander Sulfrian1-0/+12
2013-01-05added ldflag for log4cxxAlexander Sulfrian1-1/+1
2013-01-05added log4cxx configAlexander Sulfrian1-0/+42
2013-01-05removed hacky workaroundAlexander Sulfrian1-2/+1
2013-01-05implement get_stat_reset, format_date; added some testsAlexander Sulfrian1-0/+20
2013-01-05added possibility to test private methodsAlexander Sulfrian1-0/+4
2013-01-05Added test for ringbuffer.cppRobin Nehls1-0/+181
2013-01-05Changed db path from absolute to relativeRobin Nehls1-1/+1
2013-01-05added some usefull ignoresAlexander Sulfrian1-0/+2
2013-01-05added some more output and output to test.xmlAlexander Sulfrian1-2/+29