summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/peakcan/peakcanbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid conflicting class names if the plugins are linked staticallyAndy Shaw2019-11-051-9/+9
* CAN: Avoid symbol clashes on static buildsAndre Hartmann2019-09-231-1/+1
* PeakCAN: Fix Clang warning about sign conversionAndre Hartmann2018-05-181-1/+1
* PeakCAN: Add CAN FD functionalityAndre Hartmann2018-03-151-46/+245
* Add more info to QCanBusDeviceInfoAndre Hartmann2018-01-121-4/+20
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-2/+14
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-301-1/+13
| |\
| | * 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
| * | PeakCAN: Remove unneeded emitAndre Hartmann2017-10-131-1/+1
| |/
* | CAN: Improve checking for unsupported CAN FD framesAndre Hartmann2017-11-151-1/+1
* | CAN: Introduce categorized loggingAndre Hartmann2017-11-131-2/+5
* | PeakCAN: Make global structure static and constAndre Hartmann2017-10-051-1/+1
* | CAN-Plugins: Make some more d-pointers constAndre Hartmann2017-10-051-3/+3
* | PeakCAN: Fix Clang Semantic WarningsAndre Hartmann2017-10-051-8/+8
* | PeakCAN: Indent nested includes and definesAndre Hartmann2017-10-051-2/+2
|/
* 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-20/+20
* | CAN: Use C++11 class initialization where possibleDenis Shienkov2017-01-181-9/+0
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-1/+2
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-101-0/+19
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-231-4/+6
|\|
| * PeakCAN: Create TimeStamp with fromMicroSecondsAndre Hartmann2016-09-231-2/+2
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-191-3/+5
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-171-3/+5
| | |\
| | | * 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
| | | * 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
* | | | PeakCAN: Add support for more CAN channelsAndre Hartmann2016-09-151-41/+46
|/ / /
* | | CAN: Unify interface namesAndre Hartmann2016-08-301-16/+16
* | | Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-08-011-16/+18
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-13/+19
| |\|
| | * PeakCAN: Remove unneeded emitAndre Hartmann2016-07-201-1/+1
| | * CAN: More information when configuration failsAndre Hartmann2016-07-191-1/+2
| | * PeakCAN: Do not close interface when open failsAndre Hartmann2016-07-181-3/+1
| | * Fix logic with the wrong priority of operationsDenis Shienkov2016-07-121-8/+15
* | | CAN: Simplify the code of the PeakCAN backendDenis Shienkov2016-05-311-82/+44
|/ /
* / CAN: Give some methods and variables shorter namesDenis Shienkov2016-05-131-41/+44
|/
* CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-021-2/+2
* Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-261-3/+3
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-211-5/+5
* PeakCAN: Support Peak PCI cardsAndre Hartmann2016-04-131-0/+16
* 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
* PeakCan: Rename the enable/disable to the acquire/releaseDenis Shienkov2015-09-161-4/+4