summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/tinycan/tinycanbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-261-4/+4
|\
| * Avoid conflicting class names if the plugins are linked staticallyAndy Shaw2019-10-221-4/+4
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-241-1/+1
|\|
| * CAN: Avoid symbol clashes on static buildsAndre Hartmann2019-09-231-1/+1
* | Add QCanBusDevice::resetController() for CAN controller resetAndre Hartmann2019-05-021-2/+22
* | CAN: Port qCritical in Tiny and Vector pluging to qCCriticalAndre Hartmann2019-04-291-2/+4
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-01-181-1/+3
| |\
| | * TinyCAN: Intermediate fix for availableDevices()Andre Hartmann2018-01-031-1/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-8/+15
|\| |
| * | TinyCAN: Fix usage of global static non-POD variablev5.10.0-beta3Andre Hartmann2017-10-241-8/+15
| |/
* | CAN: Improve checking for unsupported CAN FD framesAndre Hartmann2017-11-151-1/+1
* | CAN: Introduce categorized loggingAndre Hartmann2017-11-131-4/+7
* | CAN-Plugins: Make some more d-pointers constAndre Hartmann2017-10-051-1/+1
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-311-2/+2
|\
| * Updated copyright headersAndre Hartmann2017-02-021-2/+2
* | Unify endless loopsv5.9.0-alpha1Andre Hartmann2017-02-021-1/+1
* | CAN: Improve error handling codeAndre Hartmann2017-01-241-22/+22
* | CAN: Use C++11 class initialization where possibleDenis Shienkov2017-01-181-3/+0
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-2/+3
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-101-0/+5
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-191-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-171-1/+1
| |\
| | * CAN: Better error messages when loading dynamic librariesAndre Hartmann2016-08-011-1/+1
* | | CAN-Backends: Use std::move to append QCanBusFrame to QVectorAndre Hartmann2016-09-191-1/+1
* | | CAN: Unify interface namesAndre Hartmann2016-08-301-2/+2
* | | Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-08-011-17/+32
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-17/+32
| |\|
| | * CAN: More information when configuration failsAndre Hartmann2016-07-191-1/+2
| | * Fix logic with the wrong priority of operationsDenis Shienkov2016-07-121-16/+30
* | | CAN: Simplify the code of the TinyCAN backendDenis Shienkov2016-05-311-31/+14
|/ /
* / CAN: Give some methods and variables shorter namesDenis Shienkov2016-05-131-14/+15
|/
* CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-041-0/+1
* CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-021-2/+2
* Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-261-1/+1
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-211-2/+2
* Don't attempt to write an invalid QCanBusFrameAlex Blasche2015-12-181-0/+5
* Improve CanFD related error reporting in peakcan and tinycanAlex Blasche2015-12-181-2/+2
* fix typo: (un)?suported -> (un)supportedRolf Eike Beer2015-12-181-1/+1
* Add QCBD::BitRateKey support for the TinyCan pluginDenis Shienkov2015-09-071-9/+85
* Handle QCBF::ErrorFrame type for the TinyCan pluginDenis Shienkov2015-09-071-1/+22
* Update the symbols header for the TinyCan pluginDenis Shienkov2015-09-071-2/+2
* Introduce an API for tracking the transferred framesDenis Shienkov2015-09-061-8/+7
* Optimize the CAN frames receivingDenis Shienkov2015-09-061-1/+5
* Handle missed properties for the received frame in TinyCan pluginDenis Shienkov2015-09-051-0/+2
* Implement the initial support for the TINY CAN adapterDenis Shienkov2015-08-251-0/+470