Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 1 | -42/+0 |
| | | | | | | 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 | ||||
* | added main application | Alexander Sulfrian | 2013-01-05 | 1 | -0/+42 |
added makefile added main function (src/main.cpp) added Application-class with sdl initialisation and main loop added log4cxx.xml configuration for main application adjusted .gitignore |