Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update cmake VERSION variables | Felix Herrmann | 2020-07-06 | 1 | -1/+1 |
| | | | | | | | align variable names with cmake 3.3 change. => DLT_VERSION* -> PROJECT_VERSION* Signed-off-by: Felix Herrmann <fherrmann@de.adit-jv.com> | ||||
* | Fixed whitespace and formatting of new code Fixed licence headers | Lutz Helwing | 2015-10-07 | 1 | -2/+1 |
| | | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | ||||
* | Add C++ extension | Stefan Vacek | 2015-10-07 | 1 | -0/+9 |
- header only implementation, uses variadic templates from C++ 11 - Enable installation and building tests with -DWITH_DLT_CXX11_EXT - allow logging in the form of DLT_LOG_CXX(context, level, param1, param2, param3), e.g. - allow logging of user types (if a function logToDlt for the given user-type is present), e.g. - Added pkg-config file automotive-dlt-c++.pc - Sample code is provided in tests/dlt-test-cpp-extension.cpp Signed-off-by: Stefan Vacek <stefan.vacek@intel.com> |