aboutsummaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-30.gitignore cleanupAlexander Sulfrian1-4/+0
2015-03-30Remove plain makefiles. Use cmake.Alexander Sulfrian1-78/+0
2014-05-04remove semicolon after namespaceAlexander Sulfrian10-10/+10
2014-04-08utils/colors: move colors into subdir, add hsvAlexander Sulfrian3-2/+177
2013-01-21test/menu/application: add some application testsAlexander Sulfrian1-0/+83
2013-01-21test/base/timestamp: some timestamp testsAlexander Sulfrian1-0/+68
2013-01-20fix includesAlexander Sulfrian1-1/+4
2013-01-13test/utils/rectangle: removed deprecated ctorAlexander Sulfrian1-2/+1
2013-01-13test/base/ringbuffer: fix whitespacesAlexander Sulfrian1-2/+1
2013-01-13tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgsAlexander Sulfrian5-89/+89
2013-01-13test/utils/math: test the math helper functionsAlexander Sulfrian1-0/+157
2013-01-13test: initialize log for test outputAlexander Sulfrian1-0/+3
2013-01-13utils/rectangle: could get top/bottom/left/right coordinates from RectangleAlexander Sulfrian1-2/+2
2013-01-05utils/image: fixed namespace for logging outputAlexander Sulfrian1-1/+1
2013-01-05utils/rectangle: added function to intersect two rectanglesAlexander Sulfrian1-0/+26
2013-01-05utils/rectangle: added constructor for array of valuesAlexander Sulfrian1-0/+66
2013-01-05tests: added test of operator overloading for pointAlexander Sulfrian1-0/+106
2013-01-05base: moved Image and Texture to more appropriate locationsAlexander Sulfrian1-0/+0
2013-01-05Makefile: simplified MakefileAlexander Sulfrian1-9/+10
2013-01-05moved all log messages a level upAlexander Sulfrian1-5/+5
2013-01-05code formattingAlexander Sulfrian1-1/+1
2013-01-05removed duplicate variableAlexander Sulfrian1-2/+1
2013-01-05Makefile with shared include for main app and testsAlexander Sulfrian1-11/+4
2013-01-05ported from log4cxx to log4cppAlexander Sulfrian5-66/+39
2013-01-05changed all wstring/wchar_t to string/charAlexander Sulfrian2-25/+26
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