summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus
Commit message (Expand)AuthorAgeFilesLines
* VectorCAN: Fix receiving frames with multiple open channelsAndre Hartmann2018-03-191-1/+1
* SYSTEC: std::move received frames into vectorv5.11.0-beta1Andre Hartmann2018-02-191-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-203-1/+11
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-01-182-1/+10
| |\
| | * TinyCAN: Intermediate fix for availableDevices()Andre Hartmann2018-01-031-1/+3
| | * SocketCAN: Compile with Kernels without CAN FD BRS/ESIAndre Hartmann2017-11-191-0/+7
| * | Add missing include for struct timevalSamuli Piippo2017-12-111-0/+1
* | | Add more info to QCanBusDeviceInfoAndre Hartmann2018-01-125-17/+92
* | | Add J2534 Pass-Thru CAN pluginDaniel Elstner2017-11-3010-1/+1419
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-204-15/+35
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-302-5/+18
| |\|
| | * 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
| | * 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
| * | TinyCAN: Fix usage of global static non-POD variablev5.10.0-beta3Andre Hartmann2017-10-241-8/+15
| * | PeakCAN: Remove unneeded emitAndre Hartmann2017-10-131-1/+1
| * | SocketCAN: Fix Clang semantic warning about old-style castAndre Hartmann2017-08-301-1/+1
* | | CAN: Improve checking for unsupported CAN FD framesAndre Hartmann2017-11-154-4/+4
* | | CAN: Introduce categorized loggingAndre Hartmann2017-11-1310-19/+52
* | | PeakCAN: Make global structure static and constAndre Hartmann2017-10-051-1/+1
* | | PeakCAN: Always compile without PCANBasic.hAndre Hartmann2017-10-051-11/+0
* | | CAN-Plugins: Fix Clang Semantic Issue -Wold-style-castAndre Hartmann2017-10-054-4/+4
* | | CAN-Plugins: Make some more d-pointers constAndre Hartmann2017-10-055-8/+8
* | | PeakCAN: Fix Clang Semantic WarningsAndre Hartmann2017-10-053-10/+11
* | | PeakCAN: Indent nested includes and definesAndre Hartmann2017-10-052-5/+5
|/ /
* | CAN: Use memset from root namespaceAndre Hartmann2017-07-051-4/+4
* | 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-044-16/+41
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-076-15/+16
|\|
| * VectorCAN: Fix crash when device open failsv5.9.0-beta4Andre Hartmann2017-04-251-0/+6
| * 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
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0420-52/+67
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-3119-33/+39
| |\
| | * VectorCAN: Fix build with -no-feature-libraryAndre Hartmann2017-03-091-2/+1
| | * Fix build with -no-feature-libraryUlf Hermann2017-03-061-1/+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-0218-28/+28
| * | QCanBusFactory: Restore binary compatibility to Qt 5.8Andre Hartmann2017-03-305-13/+10
| * | SocketCAN: Sort device info list by device nameAndre Hartmann2017-03-141-0/+5
| * | VectorCAN: Improve error handling codeAndre Hartmann2017-02-281-2/+2
| * | VectorCAN: Fix receiving transmit echo for all sent framesAndre Hartmann2017-02-282-0/+7
| * | Fix format error by converting QString argument to wchar_t *Roland Winklmeier2017-02-241-1/+1
| * | Unify endless loopsv5.9.0-alpha1Andre Hartmann2017-02-023-3/+3
* | | SocketCAN: Init field with C++11Andre Hartmann2017-04-031-3/+1
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-252-14/+7
|\|