summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Android: disable tests requiring pluginsAlex Blasche2019-05-081-1/+2
* Add binary compatibility file for QtSerialBus for Qt 5.12Milla Pohjanheimo2018-12-181-0/+5103
* Fix incorrect reading and writing of QModbusServer registersAlex Blasche2018-10-241-0/+66
* QCanBusDevice: Don't return a bool value from clear()Andre Hartmann2018-09-131-9/+9
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-121-0/+5038
|\
| * Add binary compatibility file for QtSerialBus for 5.11Milla Pohjanheimo2018-06-051-0/+5038
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-041-1/+1
|\|
| * tst_qmodbusclient: Fix inconsistent overridesFriedemann Kleint2018-05-301-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-101-0/+10
|\|
| * Ensure QModbusDevice::close() handles being unconnected alreadyv5.11.0-beta2Alex Blasche2018-03-061-0/+10
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-281-3/+3
|\|
| * Tests: Use read-only access to array objects in tst_qcanbusdeviceAndre Hartmann2018-02-101-3/+3
* | QCanBusDevice: Add readAllFrames() and clear() functionsAndre Hartmann2018-02-191-0/+58
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-0/+5038
|\
| * Add binary compatibility file for QtSerialBus for 5.10Milla Pohjanheimo2017-12-141-0/+5038
* | CAN: Cleanup and modernize testsAndre Hartmann2017-11-233-94/+80
* | QCanBusFrame: Validate CAN FD payload lengthsAndre Hartmann2017-11-081-1/+43
* | Cleanup and synchronize the dummy pluginsAndre Hartmann2017-11-065-26/+15
|/
* QCanBusFrame: Introduce local echo flagAndre Hartmann2017-07-041-10/+45
* QCanBusFrame: Add missing Error State Indicator streaming testsAndre Hartmann2017-04-041-9/+17
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-3118-16/+4703
|\
| * Fix build with -no-feature-libraryUlf Hermann2017-03-061-0/+2
| * Binary compatibility file and global.cfg for qtserialbus (5.8.0)Milla Pohjanheimo2017-02-062-0/+4685
| * Updated copyright headersAndre Hartmann2017-02-0216-16/+16
* | Add plugin to test CanBusFactory compatibilityAndre Hartmann2017-03-307-2/+242
* | QCanBusFactory: Restore binary compatibility to Qt 5.8Andre Hartmann2017-03-301-2/+2
* | GenericBusPlugin: Remove unneded includeAndre Hartmann2017-03-131-2/+0
* | QCanBusDeviceInfo: cancel friendship to GenericBusPluginAndre Hartmann2017-03-133-5/+8
* | CAN: Introduce CAN FD flag Error State Indicator (ESI)Andre Hartmann2017-01-171-0/+42
* | CAN: Introduce CAN FD Bitrate Switch (BRS)Andre Hartmann2017-01-171-8/+58
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-3/+5
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-102-0/+22
|/
* 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-161-0/+19
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-161-0/+19
| |\
| | * Fix handling of byte count fieldsSamuel Gaist2016-11-041-0/+19
* | | QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-151-27/+68
* | | QCanBusFrame: Extend valid check for frame id >= 2^29Andre Hartmann2016-11-011-4/+14
* | | QCanBusFrame::toString(): Add one more space around the length fieldAndre Hartmann2016-10-311-9/+9
* | | QCanBusFrame: Change default ctor to not copy QByteArrayAndre Hartmann2016-09-221-1/+1
* | | QCanBusFrame: Remove setSeconds and setMicroSeconds from TimeStampAndre Hartmann2016-09-192-8/+1
* | | QCanBusFrame: Easier TimeStamp creation from microseconds onlyAndre Hartmann2016-09-191-0/+15
* | | GenericCanBus: Add Unix-style timestampsAndre Hartmann2016-09-051-0/+3
* | | GenericCanBus: Convert connect to Qt5 styleAndre Hartmann2016-09-051-1/+1
* | | GenericCanBus: Remove redundant includeAndre Hartmann2016-09-051-2/+0
* | | GenericCanBus: Remove unused variableAndre Hartmann2016-09-052-5/+1
* | | QCanBusFactory: Add override to derived createDevice()Andre Hartmann2016-08-011-2/+1
* | | QCanBusFrame::toString(): Pretty align length and data fieldsAndre Hartmann2016-07-181-10/+14
* | | QCanBusFrame: Add toString()Andre Hartmann2016-06-242-1/+76