summaryrefslogtreecommitdiff
path: root/LayerManagerBase/tests/InputManagerTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* LayerManagerBase: fixed unit testsTimo Lotterbach2013-03-141-44/+61
| | | | Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
* Maintenenace: fix several compiler warnings in C codeTimo Lotterbach2013-02-051-38/+152
| | | | | | | | | | | | | | | | | Due to incorrect handling of C source files, the typical compiler warning settings had not been applied to C code, but instead only to C++ code. After fixing the build system setting, this patch fixed most of the compiler warnings in C code. other fixes: - GLXApplicationExample: fixed compiler warnings - CMake: fixed several compiler warnings - LayerManagerBase: fix compiler warning - LayerManagerUtils: suppress DLT macro related warnings, if DLT is enabled - TextureBinders: fixed compiler warning Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
* LayerManagerBase: moved library to separate directoryTimo Lotterbach2013-01-141-0/+946
LayerManagerBase library contains all base functionality of LayerManagement like Scene, GraphicalObjects. All improtant interfaces are defined by this package. Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>