Viktor Kopp
Viktor Kopp
[...] Step 5/6 : RUN apt-get install node && npm install -g bower && bower install ---> Running in e4098a9e7dd4 Reading package lists... Building dependency tree... Reading state information... E:...
``` for module in system: for interface in module: ... ``` this does not work since neither System nor Module classes are not iterable
- fix compiler warning for identical if-branches ``` In instantiation of 'bool CommonAPI::SomeIP::InputStream::_readBitValue(Type_&, uint8_t, bool) [with Type_ = unsigned char; uint8_t = unsigned char]': [...] CommonAPI/SomeIP/InputStream.hpp:633:17: warning: this condition has...
Put "create"-function in an anonymous namespace
PR employs QCommandLineParser for parsing cmd args for dlt-viewer. As [requested](https://github.com/COVESA/dlt-viewer/pull/543#issuecomment-2404277299), in a followup PRs similar change can be applied to other cli tools developed in this repo. The PR...
With this MR logging only mode is handled separately before any message decoding happens. Before this MR, although msg was default-assigned in one of the if-cases, it still was non-empty...
https://github.com/COVESA/dlt-viewer/issues/640
Add new table context menu item in addition to (copy to clipboard, copy into JIRA) "Copy as image". This is often used to insert in JIRA comments as an evidence...
Steps to reproduce: - start dlt-daemon - no dlt-clients needed - connect with dlt-viewer - make sure that "auto scroll"-setting is off Result: nothing appears in the log table. Previously...