summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-3015-60/+90
|\
| * SystecCAN: Fix availableDevices() for more than one deviceAndre Hartmann2017-10-251-1/+2
| * SystecCAN: Fix device number assignment in availableDevices()Andre Hartmann2017-10-231-3/+3
| * Fix outdated BSD license headerKai Koehne2017-10-201-2/+12
| * Fix outdated FDL license headerKai Koehne2017-10-2011-53/+53
| * PeakCAN: Avoid turning PeakCAN status frames into random data framesAndre Hartmann2017-10-051-0/+5
| * PeakCAN: Fix connect() always returning false under LinuxMarcell Varga2017-09-291-1/+8
| * QCanBusDevice: Improve connect/disconnect documentationAndre Hartmann2017-09-051-0/+7
* | TinyCAN: Fix usage of global static non-POD variablev5.10.0-beta3Andre Hartmann2017-10-241-8/+15
* | ModBus: Don't use QByteArray::operator[] on a temporaryv5.10.0-beta2Andre Hartmann2017-10-132-4/+4
* | PeakCAN: Remove unneeded emitAndre Hartmann2017-10-131-1/+1
* | canbusutil: Use QString::leftRef() instead left()Andre Hartmann2017-10-131-2/+2
* | Windows: Set proper description for canbusutilKai Koehne2017-09-201-0/+1
* | QCanBusFrame::setLocalEcho: Fix warning about undocumented parameterv5.10.0-alpha1Andre Hartmann2017-09-051-1/+1
* | Merge dev into 5.10Frederik Gladhorn2017-09-022-5/+5
|\ \
| * | Canbusutil: Fix Clang semantic warningsAndre Hartmann2017-08-302-5/+5
* | | SocketCAN: Fix Clang semantic warning about old-style castAndre Hartmann2017-08-301-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-153-4/+8
|\|
| * Fix unxepected state in Modbus process queued elementKarsten Heimrich2017-08-141-0/+4
| * QCanBusFrame: Fix Clang semantic warningAndre Hartmann2017-08-141-2/+2
| * Use QSharedPointer::create() moreMarc Mutz2017-07-241-1/+1
| * Fix build with Clang 5.0: remove unused captureThiago Macieira2017-06-131-1/+1
* | CAN: Use memset from root namespaceAndre Hartmann2017-07-052-6/+6
* | SocketCAN: State more clearly that this is an errorAndre Hartmann2017-07-041-1/+1
* | SocketCAN: Remove commented code lineAndre Hartmann2017-07-041-1/+0
* | QCanBusFrame: Introduce local echo flagAndre Hartmann2017-07-049-23/+99
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0714-46/+46
|\|
| * PeakCAN: Update supported channels documentationAndre Hartmann2017-05-231-2/+2
| * CAN: Add requirements to plugin documentationAndre Hartmann2017-05-234-0/+12
| * VectorCAN: Fix crash when device open failsv5.9.0-beta4Andre Hartmann2017-04-251-0/+6
| * Fix build with -no-feature-commandlineparserStephan Binner2017-04-251-1/+1
| * QCanBusDeviceInfo: Remove unused forward declarationAndre Hartmann2017-04-251-1/+0
| * CAN: Remove unneded core-private dependency for pluginsv5.9.0-beta3v5.9.0-beta2Andre Hartmann2017-04-135-5/+5
| * VectorCAN: Un-wrap medium long linesAndre Hartmann2017-04-121-10/+5
| * VectorCAN: Fix error category for disconnection errorAndre Hartmann2017-04-121-1/+1
| * QCanBusDeviceInfo: Improve implementationAndre Hartmann2017-04-083-27/+15
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0475-168/+314
|\|
| * canbusutil: Remove unused declarationsAndre Hartmann2017-04-032-4/+0
| * Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-3169-88/+91
| |\
| | * Fix QModbusRtuSerialMaster wouldn't close5.8Konstantin Shtepa2017-03-301-3/+1
| | * Revert "QCanBusFactory: de-inline virtual destructor"André Hartmann2017-03-272-4/+4
| | * VectorCAN: Fix build with -no-feature-libraryAndre Hartmann2017-03-091-2/+1
| | * Fix build with -no-feature-libraryUlf Hermann2017-03-062-2/+4
| | * 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
| | * Updated copyright headersAndre Hartmann2017-02-0268-78/+78
| | * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-261-1/+1
| | |\
| | | * Fix ICC warning about conversion changing signThiago Macieira2016-12-071-1/+1
| * | | QCanBus: Add convenience constructor to QCanBusPrivateAndre Hartmann2017-03-311-4/+2