summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QModbusTcpServer: do not store client sockets in a separate listIvan Solovev2023-02-092-6/+3
* QModbusTcpServer: fix memory leakIvan Solovev2023-02-091-1/+1
* PeakCAN: Add doc note about supported MacCAN librariesAndre Hartmann2023-02-031-1/+2
* Doc: Fix typosAndreas Eliasson2022-12-211-2/+2
* CMake instructionsJaishree Vyas2022-12-202-1/+2
* Fix typosCreapermann2022-12-191-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-125-5/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-124-6/+6
* Doc: Fix typosAndreas Eliasson2022-11-041-2/+2
* Fix typoJarek Kobus2022-09-121-1/+1
* Doc: Do not advertise Qt module includeKai Köhne2022-07-081-7/+0
* Make pduFromStream work on big endian (again)Dmitry Shachnev2022-06-272-2/+20
* QModbusPdu hierarchy: De-inline dtors of polymorphic classesMarc Mutz2022-06-252-11/+34
* QModbusDevice: introduce an InvalidResponseError error codeIvan Solovev2022-06-213-9/+11
* Modbus: extend documentationIvan Solovev2022-06-172-2/+13
* Use SPDX license identifiersLucie Gérard2022-06-10103-3758/+219
* Turn canbusutil into appSamuli Piippo2022-05-122-6/+9
* QtSerialBus: replace qSwap with std::member-swap where possibleMarc Mutz2022-05-111-1/+1
* Replace uses of deprecated _qs with _sSona Kurazyan2022-04-111-6/+8
* Fix QModbusClient::processResponse() is never calledKarsten Heimrich2022-03-311-1/+1
* QCanBusFrame: make header QT_TYPESAFE_FLAGS-cleanMarc Mutz2022-03-161-1/+1
* Fix linking against the correct library interfacePasi Petäjäjärvi2022-03-141-1/+1
* Make sure all private headers include at least one otherThiago Macieira2022-03-083-3/+6
* PeakCAN: Fix CAN 2.0 timestamp calculationAndre Hartmann2021-12-031-1/+1
* Use up-to date LGPL license headerKai Köhne2021-11-3087-957/+1218
* CMake: Do not use PUBLIC_LIBRARIES in pluginsKai Köhne2021-11-162-2/+2
* Plugins: Port to QPluginParsedMetaData and CBORThiago Macieira2021-10-251-4/+4
* Doc: fix incorrect \page commandPaul Wicking2021-10-211-1/+1
* Fix warning generated by current versions of GCCAndré de la Rocha2021-10-061-1/+1
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-051-0/+1
* Migrate to autogenerated cpp exportsAlexey Edelev2021-09-272-14/+2
* Fix minor typoKarsten Heimrich2021-09-221-1/+1
* Clang tidy fix no automatic moveKarsten Heimrich2021-09-221-2/+2
* Clang tidy fix unconventional operator implementationKarsten Heimrich2021-09-211-3/+3
* Fix clang format specifier warningKarsten Heimrich2021-09-211-6/+11
* Fix usage of QMutexLockerVolker Hilsheimer2021-09-201-1/+1
* QCanBus: Add missing const when using qobject_castIevgenii Meshcheriakov2021-09-131-2/+2
* Doc: Remove unsupported customFiltersKai Köhne2021-08-251-4/+0
* Doc: Add class qualifier to the \fn signatureVenugopal Shivashankar2021-08-171-8/+6
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-107-7/+7
* CAN: Implement QCanBusDevice::deviceInfo() in the pluginsAndre Hartmann2021-08-0515-30/+141
* Doc: Update porting guide with CAN changesAndre Hartmann2021-07-271-4/+27
* QCanBusDeviceInfo: Add method to obtain the plugin nameAndre Hartmann2021-07-2312-23/+56
* CMake: Explicitly link against the built QtNetwork libraryAlexandru Croitor2021-07-237-1/+8
* QCanBusDevice: Consolidate createDeviceInfo()Andre Hartmann2021-07-239-41/+24
* CAN: Make functions that should be virtual suchAndre Hartmann2021-07-2212-86/+43
* QCanBusFrame: Add constexpr where applicableAndre Hartmann2021-07-211-18/+18
* QCanBusDevice: Make deviceInfo() publicAndre Hartmann2021-07-211-2/+1
* Peak/VectorCAN: Fix reading incoming frames on WindowsAndre Hartmann2021-07-202-16/+4
* TinyCAN: Remove redundant size checkAndre Hartmann2021-07-191-19/+14