summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Change license for tool filesLucie Gérard2024-04-047-7/+7
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-072-0/+6
* Use SPDX license identifiersLucie Gérard2022-06-107-266/+14
* Turn canbusutil into appSamuli Piippo2022-05-122-6/+9
* Use up-to date LGPL license headerKai Köhne2021-11-307-77/+98
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-051-0/+1
* CMake: Explicitly link against the built QtNetwork libraryAlexandru Croitor2021-07-231-1/+2
* Introduce QCanBusFrame::FrameIdAndre Hartmann2021-03-272-2/+2
* Fix QScopedPointer deprecation warningsKarsten Heimrich2021-03-113-7/+5
* Port to CMakeAndreas Buhr2021-01-274-17/+19
* Qt6: Port QtSerialBus module to QStringViewKarsten Heimrich2020-06-101-3/+3
* Fix the last Clazy level 2 warningsAndre Hartmann2019-09-231-2/+2
* CanBusUtil: Fix crash on listening without argumentsAndre Hartmann2019-09-231-1/+3
* CanBusUtil: Add local echo to flags columnAndre Hartmann2019-07-165-17/+22
* Fix Qt6 buildSona Kurazyan2019-06-244-19/+19
* Add configuration options to canbusutilAndre Hartmann2018-04-173-0/+52
* Canbusutil: General cleanup and simplificationAndre Hartmann2017-11-285-81/+84
* canbusutil: Use QString::leftRef() instead left()Andre Hartmann2017-10-131-2/+2
* Windows: Set proper description for canbusutilKai Koehne2017-09-201-0/+1
* Canbusutil: Fix Clang semantic warningsAndre Hartmann2017-08-302-5/+5
* Fix build with -no-feature-commandlineparserStephan Binner2017-04-251-1/+1
* canbusutil: Remove unused declarationsAndre Hartmann2017-04-032-4/+0
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-317-7/+7
|\
| * Updated copyright headersAndre Hartmann2017-02-027-7/+7
* | canbusutil: Print available devices for given pluginAndre Hartmann2017-03-303-4/+26
* | canbusutil: Better output formatting with timestamp and infoAndre Hartmann2017-03-301-3/+3
* | canbusutil: Rename command line option for extra informationAndre Hartmann2017-03-301-2/+2
* | canbusutil: Add CAN FD flag handlingAndre Hartmann2017-03-275-8/+53
* | canbusutil: Unify CAN bus frame terminologyAndre Hartmann2017-03-271-2/+2
* | CAN: Improve error handling codeAndre Hartmann2017-01-241-2/+2
|/
* QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-152-10/+6
* canbusutil: directly pass QCanBusFrame to parsePayloadField()Rolf Eike Beer2016-11-112-14/+17
* CAN-Examples: Fix reading only one frame on framesReceived()Andre Hartmann2016-11-111-12/+14
* canbusutil: remove condition that can never be trueRolf Eike Beer2016-11-111-3/+1
* CAN: One more space between timestamp and CAN frame in examplesAndre Hartmann2016-11-031-1/+1
* canbusutil: Don't show header when printing pluginsAndre Hartmann2016-11-011-1/+1
* canbusutil: Remove unneeded "using namesspace std;"Andre Hartmann2016-11-011-2/+0
* canbusutil: Add optional timestamp displayAndre Hartmann2016-11-015-2/+27
* canbusutil: Fix RTR frame handlingv5.8.0-beta1Andre Hartmann2016-10-051-5/+7
* canbusutil: Simplify payload field parsingAndre Hartmann2016-10-041-37/+18
* Don't build canbusutil on AndroidPaul Olav Tvete2016-10-031-1/+2
* canbusutil: Removed printDataUsage method and usagesAndreas Wilhelm2016-09-302-20/+7
* canbusutil: Ported to QCommandLineParserAndreas Wilhelm2016-09-303-55/+66
* canbusutil: Simplify plugin resolvingAndre Hartmann2016-09-291-20/+13
* canbusutil: Updated class attributes to match Qt naming conventionsAndreas Wilhelm2016-09-292-52/+52
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-7/+6
|\
| * CanBusUtil: Interpret Send-ID as hexadecimalAndre Hartmann2016-06-021-1/+1
| * CanBusUtil: Allow transmitting frames with empty payloadAndre Hartmann2016-06-021-6/+5
* | QCanBusFrame: Add toString()Andre Hartmann2016-06-241-24/+4