summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-151-2/+3
* PeakCAN: Create TimeStamp with fromMicroSecondsAndre Hartmann2016-09-231-2/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-195-8/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-175-8/+9
| |\
| | * PeakCAN: Avoid overflows on timestamp calculationAndre Hartmann2016-09-161-2/+2
| | * PeakCAN: Fix timestampsAndre Hartmann2016-08-261-1/+3
| | * PeakCAN: Do not set an error when receive buffer is emptyAndre Hartmann2016-08-261-1/+1
| | * SocketCAN: Use qstrncpy instead strcpyAndre Hartmann2016-08-261-1/+1
| | * SocketCAN: Remove redundant includeAndre Hartmann2016-08-261-1/+0
| | * CAN: Use qUtf8Printable() instead qPrintable() for warningsAndre Hartmann2016-08-042-2/+2
| | * CAN: Better error messages when loading dynamic librariesAndre Hartmann2016-08-012-2/+2
* | | CAN-Backends: Use std::move to append QCanBusFrame to QVectorAndre Hartmann2016-09-193-3/+3
* | | QCanBusFrame: Easier TimeStamp creation from microseconds onlyAndre Hartmann2016-09-191-2/+1
* | | SocketCAN: Clear time stamp with memsetAndre Hartmann2016-09-161-2/+1
* | | SocketCAN: use std::move for appendingAndre Hartmann2016-09-161-1/+1
* | | SocketCAN: constify dataAndre Hartmann2016-09-161-1/+1
* | | SocketCAN: Simplify TimeStamp creationAndre Hartmann2016-09-081-4/+1
* | | VectorCAN: Fix receive timestampAndre Hartmann2016-09-061-1/+2
* | | VectorCAN: Simplify debug error message generationAndre Hartmann2016-09-051-13/+2
* | | VectorCAN: Fix indentationAndre Hartmann2016-09-051-1/+1
* | | CAN: Simplify debug error message generationAndre Hartmann2016-08-312-26/+4
* | | CAN: Unify interface namesAndre Hartmann2016-08-303-20/+20
* | | VectorCAN: Better error messages when loading dynamic librariesAndre Hartmann2016-08-021-1/+1
* | | Merge "Merge remote-tracking branch 'gerrit/5.7' into dev" into refs/staging/devAlex Blasche2016-08-022-33/+50
|\ \ \
| * | | Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-08-012-33/+50
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-262-30/+51
| | |\|
| | | * PeakCAN: Remove unneeded emitAndre Hartmann2016-07-201-1/+1
| | | * CAN: More information when configuration failsAndre Hartmann2016-07-192-2/+4
| | | * PeakCAN: Do not close interface when open failsAndre Hartmann2016-07-181-3/+1
| | | * Fix logic with the wrong priority of operationsDenis Shienkov2016-07-122-24/+45
* | | | QCanBusFactory: Add override to derived createDevice()Andre Hartmann2016-08-014-4/+4
|/ / /
* | | Fix logic with the wrong priority of operationsDenis Shienkov2016-07-131-52/+50
* | | CAN: Add base support for the Vector CAN devicesDenis Shienkov2016-07-018-0/+1250
* | | QCanBus: Receive an error message from createDevice()Andre Hartmann2016-06-013-3/+8
* | | CAN: Simplify the code of the TinyCAN backendDenis Shienkov2016-05-312-33/+14
* | | CAN: Simplify the code of the PeakCAN backendDenis Shienkov2016-05-312-85/+44
|/ /
* | CAN: Give some methods and variables shorter namesDenis Shienkov2016-05-134-65/+69
* | CAN: Do not use PUBLIC(PRIVATE)_HEADERS divisionDenis Shienkov2016-05-133-15/+8
* | Use DISTFILES instead of OTHER_FILESDenis Shienkov2016-05-133-3/+3
|/
* CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-045-6/+5
* CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-023-9/+9
* Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-265-19/+19
* Use 'auto' where it is possibleDenis Shienkov2016-04-223-3/+3
* Adjust Pointer and Reference to Qt Coding StyleAndre Hartmann2016-04-221-2/+2
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-216-11/+11
* PeakCAN: Fix Include-GuardAndre Hartmann2016-04-151-3/+3
* PeakCAN: Support Peak PCI cardsAndre Hartmann2016-04-131-0/+16
* Fix build: errno is declared in <errno.h>Thiago Macieira2016-04-131-0/+1
* Make socketcan backend compile on pre 3.6 kernelsAlex Blasche2016-04-061-0/+24
* Merge remote-tracking branch 'gerrit/5.6.0' into 5.6Alex Blasche2016-03-083-3/+3
|\