aboutsummaryrefslogtreecommitdiffstats
path: root/test/base (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-03base/time: Replaces by std::chrono.Alexander Sulfrian1-5/+5
2015-03-31test: Fix include paths.Alexander Sulfrian3-4/+4
2014-05-04remove semicolon after namespaceAlexander Sulfrian3-3/+3
2013-01-21test/base/timestamp: some timestamp testsAlexander Sulfrian1-0/+68
2013-01-20fix includesAlexander Sulfrian1-1/+4
2013-01-13test/base/ringbuffer: fix whitespacesAlexander Sulfrian1-2/+1
2013-01-13tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgsAlexander Sulfrian2-49/+49
2013-01-05base: moved Image and Texture to more appropriate locationsAlexander Sulfrian1-109/+0
2013-01-05moved all log messages a level upAlexander Sulfrian1-5/+5
2013-01-05code formattingAlexander Sulfrian1-1/+1
2013-01-05ported from log4cxx to log4cppAlexander Sulfrian2-23/+23
2013-01-05changed all wstring/wchar_t to string/charAlexander Sulfrian2-25/+26
2013-01-05removed orphaned filesAlexander Sulfrian2-214/+0
2013-01-05added imageloading stuff (load images to sdl_surface)Alexander Sulfrian1-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-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-05converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian1-13/+12
2013-01-05renamed MissingSongTagException to MissingTagException and added tag parameterAlexander Sulfrian1-4/+4
2013-01-05Added exeptiontests for songs with missing required headerfields.Robin Nehls1-0/+51
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-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 Nehls1-6/+23
2013-01-05added txt header loading with test and some preparations for loading notesAlexander Sulfrian1-0/+59
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-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-05started conversion of UDatabase, added first tests for frameworkAlexander Sulfrian1-0/+72