Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LayerManagerBase: fixed unit tests | Timo Lotterbach | 2013-03-14 | 1 | -44/+61 |
| | | | | Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de> | ||||
* | Maintenenace: fix several compiler warnings in C code | Timo Lotterbach | 2013-02-05 | 1 | -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 directory | Timo Lotterbach | 2013-01-14 | 1 | -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> |