summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/peakcan/peakcanbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* PeakCan: Do not close the already closed deviceDenis Shienkov2015-09-111-1/+5
* PeakCan: Do not use QPointer to storing of notifiersDenis Shienkov2015-09-111-0/+2
* PeakCan: Use the direct deletion of write notifierDenis Shienkov2015-09-111-2/+4
* PeakCan: Disable the read notification in separate methodDenis Shienkov2015-09-111-14/+25
* PeakCan: Set the event handle in constructorDenis Shienkov2015-09-111-3/+1
* PeakCan: Enable the read notification once when openingDenis Shienkov2015-09-111-7/+0
* Apply configurations after opening in the PeakCan pluginDenis Shienkov2015-09-071-0/+13
* Allow to write frames in Linux for the PeakCan pluginDenis Shienkov2015-09-071-3/+0
* 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 PeakCan pluginDenis Shienkov2015-09-051-0/+2
* Add support of Linux API for the PeakCan pluginDenis Shienkov2015-09-031-0/+392
* Improve writing of a frames in the PeakCAN pluginDenis Shienkov2015-09-011-0/+13
* Add the bitrate support in the PeakCAN pluginDenis Shienkov2015-08-311-0/+1
* Implement the initial support for the PEAK CAN adapter on WindowsDenis Shienkov2015-08-211-0/+116