summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/vectorcan/vectorcanbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid conflicting class names if the plugins are linked staticallyAndy Shaw2019-11-051-7/+7
* CAN: Avoid symbol clashes on static buildsAndre Hartmann2019-09-231-1/+1
* VectorCAN: Fix receiving frames with multiple open channelsAndre Hartmann2018-03-191-1/+1
* Add more info to QCanBusDeviceInfoAndre Hartmann2018-01-121-1/+6
* CAN: Improve checking for unsupported CAN FD framesAndre Hartmann2017-11-151-1/+1
* CAN: Introduce categorized loggingAndre Hartmann2017-11-131-2/+5
* CAN-Plugins: Make some more d-pointers constAndre Hartmann2017-10-051-2/+2
* QCanBusFrame: Introduce local echo flagAndre Hartmann2017-07-041-0/+1
* VectorCAN: Fix crash when device open failsv5.9.0-beta4Andre Hartmann2017-04-251-0/+6
* 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.8' into 5.9v5.9.0-beta1Liang Qi2017-03-311-3/+3
|\
| * VectorCAN: Fix receiving frames with extended IDAndre Hartmann2017-02-161-2/+2
| * Updated copyright headersAndre Hartmann2017-02-021-1/+1
* | VectorCAN: Fix receiving transmit echo for all sent framesAndre Hartmann2017-02-281-0/+6
* | Fix format error by converting QString argument to wchar_t *Roland Winklmeier2017-02-241-1/+1
* | CAN: Improve error handling codeAndre Hartmann2017-01-241-19/+20
* | CAN: Use C++11 class initialization where possibleDenis Shienkov2017-01-181-1/+0
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-101-10/+44
|/
* CAN-Backends: Use std::move to append QCanBusFrame to QVectorAndre Hartmann2016-09-191-1/+1
* QCanBusFrame: Easier TimeStamp creation from microseconds onlyAndre Hartmann2016-09-191-2/+1
* VectorCAN: Fix receive timestampAndre Hartmann2016-09-061-1/+2
* CAN: Unify interface namesAndre Hartmann2016-08-301-2/+2
* VectorCAN: Better error messages when loading dynamic librariesAndre Hartmann2016-08-021-1/+1
* Fix logic with the wrong priority of operationsDenis Shienkov2016-07-131-52/+50
* CAN: Add base support for the Vector CAN devicesDenis Shienkov2016-07-011-0/+492