aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* .gitignore cleanupAlexander Sulfrian2015-03-301-4/+0
* Remove plain makefiles. Use cmake.Alexander Sulfrian2015-03-301-78/+0
* remove semicolon after namespaceAlexander Sulfrian2014-05-0410-10/+10
* utils/colors: move colors into subdir, add hsvAlexander Sulfrian2014-04-083-2/+177
* test/menu/application: add some application testsAlexander Sulfrian2013-01-211-0/+83
* test/base/timestamp: some timestamp testsAlexander Sulfrian2013-01-211-0/+68
* fix includesAlexander Sulfrian2013-01-201-1/+4
* test/utils/rectangle: removed deprecated ctorAlexander Sulfrian2013-01-131-2/+1
* test/base/ringbuffer: fix whitespacesAlexander Sulfrian2013-01-131-2/+1
* tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgsAlexander Sulfrian2013-01-135-89/+89
* test/utils/math: test the math helper functionsAlexander Sulfrian2013-01-131-0/+157
* test: initialize log for test outputAlexander Sulfrian2013-01-131-0/+3
* utils/rectangle: could get top/bottom/left/right coordinates from RectangleAlexander Sulfrian2013-01-131-2/+2
* utils/image: fixed namespace for logging outputAlexander Sulfrian2013-01-051-1/+1
* utils/rectangle: added function to intersect two rectanglesAlexander Sulfrian2013-01-051-0/+26
* utils/rectangle: added constructor for array of valuesAlexander Sulfrian2013-01-051-0/+66
* tests: added test of operator overloading for pointAlexander Sulfrian2013-01-051-0/+106
* base: moved Image and Texture to more appropriate locationsAlexander Sulfrian2013-01-051-0/+0
* Makefile: simplified MakefileAlexander Sulfrian2013-01-051-9/+10
* moved all log messages a level upAlexander Sulfrian2013-01-051-5/+5
* code formattingAlexander Sulfrian2013-01-051-1/+1
* removed duplicate variableAlexander Sulfrian2013-01-051-2/+1
* Makefile with shared include for main app and testsAlexander Sulfrian2013-01-051-11/+4
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-055-66/+39
* changed all wstring/wchar_t to string/charAlexander Sulfrian2013-01-052-25/+26
* add ftgl to c/ldflagsAlexander Sulfrian2013-01-052-2/+3
* added utils to include pathAlexander Sulfrian2013-01-051-1/+1
* removed orphaned filesAlexander Sulfrian2013-01-052-214/+0
* removed deprecated filesAlexander Sulfrian2013-01-053-330/+0
* removed pascal codeAlexander Sulfrian2013-01-052-170/+0
* fixed tests buildAlexander Sulfrian2013-01-051-1/+1
* fixed test buildAlexander Sulfrian2013-01-051-1/+1
* removed trailing white spaceAlexander Sulfrian2013-01-051-1/+1
* added event_managerAlexander Sulfrian2013-01-051-1/+1
* fixed test buildingAlexander Sulfrian2013-01-051-3/+3
* fixed make script to return error on failed testsAlexander Sulfrian2013-01-051-1/+3
* started gui frameworkAlexander Sulfrian2013-01-051-1/+1
* added imageloading stuff (load images to sdl_surface)Alexander Sulfrian2013-01-055-0/+104
* 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
* change shell execution with makefile functionsAlexander Sulfrian2013-01-051-2/+2
* Makefile reworkAlexander Sulfrian2013-01-052-19/+65
* beautification of xml output of cppunitAlexander Sulfrian2013-01-052-0/+126
* enabled code coverage debug outputAlexander Sulfrian2013-01-051-2/+2
* changed all song paths to boost::filesystem::wpathAlexander Sulfrian2013-01-051-5/+5
* added loading for languages and some test for language classAlexander Sulfrian2013-01-051-0/+86
* delete singleton to cleanup and properly could check for memleaks with valgrindAlexander Sulfrian2013-01-051-0/+2
* added language class for easy translationAlexander Sulfrian2013-01-051-1/+1
* converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2013-01-052-14/+13
* renamed MissingSongTagException to MissingTagException and added tag parameterAlexander Sulfrian2013-01-051-4/+4