summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | QCanBus: Changed createDevice() API to use only QStringAndre Hartmann2016-06-011-2/+2
|/
* CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-045-10/+11
* Use 'auto' where it is possibleDenis Shienkov2016-04-222-3/+3
* Adjust Pointer and Reference to Qt Coding StyleAndre Hartmann2016-04-225-13/+13
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-214-5/+5
* remove redundant statements from project filesOswald Buddenhagen2016-03-021-6/+0
* consistently put qt_{module,plugin,tool} at the end of project filesOswald Buddenhagen2016-03-021-2/+2
* QtSerialbus: Use Q_NULLPTR instead of 0 in all public headers.Karsten Heimrich2016-01-203-3/+3
* canbusutil: simplify and improve frame id verificationRolf Eike Beer2016-01-081-6/+3
* canbusutil: Permit definition of RTR frame lengthAlex Blasche2016-01-071-16/+33
* canbusutil: Permit sending of CANFD framesAlex Blasche2016-01-062-4/+10
* End canbusutil with error code if writeFrame() failedAlex Blasche2016-01-061-2/+1
* Optimize the CAN frames receivingDenis Shienkov2015-09-061-1/+1
* Add console utility application for sending and receiving can frames.Janne Hurskainen2015-07-319-0/+687