aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-05Makefile: simplified MakefileAlexander Sulfrian1-9/+10
TOP should not be needed to set anymore Makefile.inc could be included before all other
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 Sulfrian1-1/+1
log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms
2013-01-05add ftgl to c/ldflagsAlexander Sulfrian1-2/+2
2013-01-05added utils to include pathAlexander Sulfrian1-1/+1
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
event_manager for passing the events from the SDL thread to the event thread
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
renamed menubackground to framebackground and splited out framebackgroundcolor created control as base class renamed draw to repaint and on_draw to draw in drawable implemented drawablecontrol as base for all visible controls on windows created container (subclass of drawablecontrol) that could contain other drawablecontrols created frame (subclass of container) with a background added openGL ldflag
2013-01-05change shell execution with makefile functionsAlexander Sulfrian1-2/+2
2013-01-05Makefile reworkAlexander Sulfrian1-19/+64
more custizable with variables target for test-with-coverage (build, run, generate html) tests object and coverage files in seperate dir
2013-01-05enabled code coverage debug outputAlexander Sulfrian1-2/+2
2013-01-05added language class for easy translationAlexander Sulfrian1-1/+1
2013-01-05converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian1-1/+1
all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files
2013-01-05added debug flagAlexander Sulfrian1-1/+1
2013-01-05added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian1-2/+2
2013-01-05added ldflag for log4cxxAlexander Sulfrian1-1/+1
2013-01-05removed hacky workaroundAlexander Sulfrian1-2/+1
2013-01-05added dep-calculation to rebuild objectfile, if header changedAlexander Sulfrian1-3/+12
2013-01-05added cppunit testframework (try make && make run in the test folder)Alexander Sulfrian1-0/+30