summaryrefslogtreecommitdiff
path: root/automotive-dlt.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* Add dlt-sortbytimestamp utility plus documentation (#73)eBardieCT2018-09-251-0/+2
| | | | | | | | | | | | | | | * Add dlt-sortbytimestamp utility plus documentation Add a commandline utility to sort a DLT file by timestamp. By default a DLT file's messages are in the order they were received by the logger. This is not ideal for tracing problems on systems with multi-threaded programmes running on multi-core CPUs since message reception order will not always (or even often) correspond to message creation order. The documentation deals with how to handle the problem case of DLT files containing messages from multiple boot cycles.
* Add C++ extensionStefan Vacek2015-10-071-2/+17
| | | | | | | | | | | - 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>
* Removed all trailing whitespacesLutz Helwing2015-07-211-2/+2
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Fixed license headers and copyright doxygen commentsLutz Helwing2015-06-171-1/+1
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Updated license headers to latest GENIVI license policy. Fixed further LRT ↵Lutz Helwing2015-06-171-0/+17
| | | | | | Scan findings. Renamed and cleanup further files. Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* spec file does not package man files when cmake is run with -DWITH_DOC=OFFSimon Brandner2013-07-191-7/+8
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* [GDLT-120]: Segmented Network Trace: Prepare for rewrite.Lassi Marttala2012-11-261-1/+0
| | | | | | | | | | | | | This is a combination of 2 commits. Original descriptions below. [GDLT-120]: Remove dlt_queue. Only usage replace with POSIX queue. [GDLT-120]: Improve documentation. Add a note about context having to be pesistent thorough application lifetime. [GDLT-120]: Add macro interface. Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* [GDLT-120]: Improved Network trace. Rewrite to POSIX queue.Lassi Marttala2012-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This is a squash of multiple commits. The original commit messages follow. [GDLT-120]: Segmented network trace: Correct error condition checks. [GDLT-120]: Add documentation for extended network trace [GDLT-120]: Add dlt_queue. Linked list based dynamic queue. [GDLT-120]: Recode to using queue for segmented messages [GDLT-120]: Improved thread start handling. Add error handling. Remove libm from linkage. [GDLT-120]: Avoid sending an extraneous empty segment, when size is aligned [GDLT-120]: More expansive return values from dlt_user_log_send_log [GDLT-120]: Change default behaviour of dlt_user_trace_network to truncated, instead of discard. [GDLT-120]: Convert to POSIX queue. Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Bigdata refactored. Removed test. Removed from RPM build.v2.8.0Lassi Marttala2012-11-261-1/+0
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* [GDLT-120] Segmentation of larger messages, raw blocks which fit not in a ↵Lassi Marttala2012-11-261-0/+1
| | | | | | single DLT message Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Updated doxygen documentation, readme, man pages and release notesChristian Muck2012-06-131-4/+0
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Add man pages to rpm buildLassi Marttala2012-03-051-0/+9
|
* Update project structureChristian Muck2012-02-131-18/+27
|
* Set automatic dlt lib version number from project CMakeLists.txt. Removed ↵Christian Muck2012-02-081-1/+0
| | | | dlt-test-internal because has no functionality.
* Add dlt-test-multi-process to spec.Lassi Marttala2012-02-081-0/+3
|
* Clean up of doc generationChristian Muck2012-01-161-1/+2
|
* Removed installation of LICENSE.txt in a directory called dlt2Christian Muck2011-10-191-4/+1
|
* Added filetransfer binaries to spec fileAlexander Wenzel2011-10-191-2/+4
|
* Added test files for filetransfer to spec and distfileAlexander Wenzel2011-10-191-0/+2
|
* Added DLT conf files to spec and distfile.Alexander Wenzel2011-10-191-0/+2
|
* Added dlt-system for packaging to spec fileAlexander Wenzel2011-10-171-0/+1
|
* Fixed some packaging bugsChristian Muck2011-09-231-0/+98