summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Test QCanBusDevice state transitions occur in the right orderAlex Blasche2015-07-281-15/+50
* Add error description function to QCanBusDevice.Alex Blasche2015-07-283-0/+12
* Add QCanBusFrame::FrameErrorAlex Blasche2015-07-281-0/+32
* Fix plugin lookup path for WindowsAlex Blasche2015-07-271-0/+4
* Fix tests when test plugin is not installed in CIAlex Blasche2015-07-272-0/+7
* Shift generic dummy plugin to testsAlex Blasche2015-07-277-0/+296
* Add concept of invalid QCanBusFrameAlex Blasche2015-07-232-1/+36
* Each canbus plugin provides a single backend/implementationAlex Blasche2015-07-211-16/+2
* Rename QCanFrame to QCanBusFrameAlex Blasche2015-07-215-52/+52
* Improve plugin loading codeAlex Blasche2015-07-211-1/+14
* Improve QCanBus APIAlex Blasche2015-07-201-1/+1
* Make each canbus plugin directly derive from QCanBusDeviceAlex Blasche2015-07-202-26/+43
* Cleanup QSerialBusBackendAlex Blasche2015-07-171-25/+0
* Remove QSerialBusDeviceAlex Blasche2015-07-173-170/+1
* Remove dependency on QIODevice::OpenFlagAlex Blasche2015-07-172-4/+34
* Add connect/disconnectDevice() functions to QCanBusDeviceAlex Blasche2015-07-171-5/+6
* Add new direct frame read API to QSerialBusBackend.Alex Blasche2015-07-172-0/+13
* Rename QSerialBus to QCanBusAlex Blasche2015-07-174-21/+21
* Cleanup the QCanBusDevice unit testAlex Blasche2015-07-161-23/+49
* Separate frameId from ETR/EFF/ERR bitsAlex Blasche2015-07-161-7/+46
* QCanBusDevice::CanBusError::UnknownError addedJanne Partala2015-07-091-0/+8
* Make test compileAlex Blasche2015-07-091-2/+2
* Fix license headers for the various source filesAlex Blasche2015-07-084-4/+4
* Add stream operators to serialize QCanFrameDenis Shienkov2015-07-081-0/+41
* Remove the datastream versionsAlex Blasche2015-07-081-11/+0
* Missing testcases addedJanne Partala2015-07-085-3/+206
* Enable make check in tests dirAlex Blasche2015-07-023-14/+6
* Make test compile following API changeAlex Blasche2015-07-021-3/+4
* Open/Close methods from QSerialBusDevice now opens/closes backend connectionJanne Partala2015-06-241-3/+14
* QSerialBus interface cleanupJanne Partala2015-06-231-7/+21
* Initial commit for QtSerialBusJanne Partala2015-06-1910-0/+374