summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/tinycan
Commit message (Expand)AuthorAgeFilesLines
* remove pointless PLUGIN_EXTENDS stanzasOswald Buddenhagen2018-11-071-1/+0
* 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-132-5/+12
* | CAN-Plugins: Fix Clang Semantic Issue -Wold-style-castAndre Hartmann2017-10-051-1/+1
* | CAN-Plugins: Make some more d-pointers constAndre Hartmann2017-10-051-1/+1
|/
* CAN: Remove unneded core-private dependency for pluginsv5.9.0-beta3v5.9.0-beta2Andre Hartmann2017-04-131-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-315-10/+10
|\
| * Updated copyright headersAndre Hartmann2017-02-025-10/+10
* | QCanBusFactory: Restore binary compatibility to Qt 5.8Andre Hartmann2017-03-301-3/+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-182-6/+5
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-2/+3
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-103-0/+13
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-1/+1
|\
| * CAN-Backends: Port qUtf8Printable to qUtf16PrintableAndre Hartmann2016-09-231-1/+1
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-192-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-172-2/+2
| |\
| | * CAN: Use qUtf8Printable() instead qPrintable() for warningsAndre Hartmann2016-08-041-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: Simplify debug error message generationAndre Hartmann2016-08-311-13/+2
* | | CAN: Unify interface namesAndre Hartmann2016-08-301-2/+2
* | | Merge "Merge remote-tracking branch 'gerrit/5.7' into dev" into refs/staging/devAlex Blasche2016-08-021-17/+32
|\ \ \
| * | | 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
* | | | QCanBusFactory: Add override to derived createDevice()Andre Hartmann2016-08-011-1/+1
|/ / /
* | | QCanBus: Receive an error message from createDevice()Andre Hartmann2016-06-011-1/+3
* | | CAN: Simplify the code of the TinyCAN backendDenis Shienkov2016-05-312-33/+14
|/ /
* | CAN: Give some methods and variables shorter namesDenis Shienkov2016-05-132-17/+18
* | CAN: Do not use PUBLIC(PRIVATE)_HEADERS divisionDenis Shienkov2016-05-131-6/+2
* | Use DISTFILES instead of OTHER_FILESDenis Shienkov2016-05-131-1/+1
|/
* CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-043-2/+2
* CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-021-2/+2
* Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-262-6/+6
* Use 'auto' where it is possibleDenis Shienkov2016-04-221-1/+1
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-213-4/+4
* Merge remote-tracking branch 'gerrit/5.6.0' into 5.6Alex Blasche2016-03-081-1/+1
|\
| * Fix static builds of CAN bus pluginsv5.6.0-rc1Alex Blasche2016-02-181-1/+1
* | standardize statement order in project files a bitOswald Buddenhagen2016-03-021-2/+2
* | consistently put qt_{module,plugin,tool} at the end of project filesOswald Buddenhagen2016-03-021-5/+5
|/
* 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