summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix QModbusRtuSerialMaster wouldn't close5.8Konstantin Shtepa2017-03-301-3/+1
* Revert "QCanBusFactory: de-inline virtual destructor"André Hartmann2017-03-272-4/+4
* modbus master example: fix nonsensical codeMarc Mutz2017-03-221-1/+1
* VectorCAN: Fix build with -no-feature-libraryAndre Hartmann2017-03-091-2/+1
* Fix build with -no-feature-libraryUlf Hermann2017-03-063-2/+6
* QCanBusFactory: de-inline virtual destructorAndre Hartmann2017-03-032-4/+4
* VectorCAN: Load vxlapi64.dll for 64 bit buildsAndre Hartmann2017-02-171-0/+4
* VectorCAN: Fix receiving frames with extended IDAndre Hartmann2017-02-162-3/+3
* Binary compatibility file and global.cfg for qtserialbus (5.8.0)Milla Pohjanheimo2017-02-062-0/+4685
* Updated copyright headersAndre Hartmann2017-02-02108-118/+118
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-262-1/+70
|\
| * Prettify changes file for 5.8.0v5.8.0-rc1v5.8.0Andre Hartmann2016-12-121-6/+6
| * Fix ICC warning about conversion changing signThiago Macieira2016-12-071-1/+1
| * Add changes file for 5.8.0Alex Blasche2016-12-071-0/+69
* | QCanBusFrame: Fix typo in toString() documentationAndre Hartmann2017-01-241-1/+1
* | Update .gitignoreAndre Hartmann2017-01-231-0/+3
* | SocketCAN: Fix frame write error handlingAndre Hartmann2017-01-231-13/+4
* | TinyCAN: Add a note about Linux access rightsAndre Hartmann2017-01-211-0/+4
* | SocketCAN: Set unused can{fd}_frame fields to zero when writingAndre Hartmann2017-01-101-0/+2
* | VectorCAN: Remove override from destructorAndre Hartmann2017-01-031-1/+1
* | Bump versionOswald Buddenhagen2017-01-031-1/+1
* | QCanBusDevice::framesToWrite: Extend documentationAndre Hartmann2016-12-201-1/+6
* | Modbus: Remove non-UTF-8 characters from private headerAndre Hartmann2016-12-201-10/+10
* | tst_qmodbuspdu: Cast to charFriedemann Kleint2016-12-081-1/+1
* | tst_qmodbuspdu: Fix compiler warningFriedemann Kleint2016-12-021-1/+1
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-261-0/+33
|\
| * Merge remote-tracking branch 'origin/5.7.1' into 5.75.7Liang Qi2016-11-241-0/+33
| |\
| | * Add changes file for 5.7.1v5.7.1Jani Heikkinen2016-10-281-0/+33
* | | Don't print the socketcan warnings on non-Linux systemsAlex Blasche2016-11-231-3/+3
* | | QCanBusDevice: Documentation improvementsAndre Hartmann2016-11-221-18/+14
* | | QCanBusFrame::toString(): Minor optimizationAndre Hartmann2016-11-221-1/+1
* | | Update .gitignoreAndre Hartmann2016-11-191-0/+1
* | | Convert qtserialbus to the new configure systemAlex Blasche2016-11-168-148/+61
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-169-16/+40
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-163-9/+23
| |\ \
| | * | remove dependencies from sync.profileOswald Buddenhagen2016-11-061-5/+0
| | * | Fix handling of byte count fieldsSamuel Gaist2016-11-042-4/+23
| * | | Add missing QDataStream operator<< for QModbus{Request,Response}Thiago Macieira2016-11-041-0/+4
| | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-013-5/+14
| |\|
| | * QCanBusFrame: Init unused integer fields to zeroAndre Hartmann2016-09-261-2/+5
| | * Fixed QModbusRtuSerialMaster stack overflow on closeMichael Winkelmann2016-09-262-3/+9
| * | CAN-Backends: Port qUtf8Printable to qUtf16PrintableAndre Hartmann2016-09-232-2/+2
* | | Unify the \since base line version for qdocAlex Blasche2016-11-1614-34/+20
* | | QtSerialBus is no longer Tech Preview from 5.8 onwardsAlex Blasche2016-11-151-1/+0
* | | skip some code entirely if frame is emptyRolf Eike Beer2016-11-151-5/+8
* | | use switch/case in QCanBusFrame::toString() instead of multiple if'sRolf Eike Beer2016-11-151-5/+7
* | | QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-157-52/+134
* | | QCanBusFrame: move toString() implementation to C++ fileAndre Hartmann2016-11-152-38/+37
* | | CAN: Improve DocumentationAndre Hartmann2016-11-145-18/+24
* | | canbusutil: directly pass QCanBusFrame to parsePayloadField()Rolf Eike Beer2016-11-112-14/+17