aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: simplified MakefileAlexander Sulfrian2013-01-051-9/+10
| | | | | TOP should not be needed to set anymore Makefile.inc could be included before all other
* 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-051-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
* add ftgl to c/ldflagsAlexander Sulfrian2013-01-051-2/+2
|
* added utils to include pathAlexander Sulfrian2013-01-051-1/+1
|
* 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
| | | | | event_manager for passing the events from the SDL thread to the event thread
* 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
| | | | | | | | | | 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
* change shell execution with makefile functionsAlexander Sulfrian2013-01-051-2/+2
|
* Makefile reworkAlexander Sulfrian2013-01-051-19/+64
| | | | | | more custizable with variables target for test-with-coverage (build, run, generate html) tests object and coverage files in seperate dir
* enabled code coverage debug outputAlexander Sulfrian2013-01-051-2/+2
|
* added language class for easy translationAlexander Sulfrian2013-01-051-1/+1
|
* converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2013-01-051-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
* added debug flagAlexander Sulfrian2013-01-051-1/+1
|
* added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian2013-01-051-2/+2
|
* added ldflag for log4cxxAlexander Sulfrian2013-01-051-1/+1
|
* removed hacky workaroundAlexander Sulfrian2013-01-051-2/+1
|
* added dep-calculation to rebuild objectfile, if header changedAlexander Sulfrian2013-01-051-3/+12
|
* added cppunit testframework (try make && make run in the test folder)Alexander Sulfrian2013-01-051-0/+30