summaryrefslogtreecommitdiffstats
path: root/src/serialbus
Commit message (Expand)AuthorAgeFilesLines
* CAN: Allow querying all available devices at onceAndre Hartmann2024-01-072-0/+23
* QCanBusFrame: Extend documentationAndre Hartmann2024-01-071-11/+26
* QCanDbcFileParser: fix the parsing of scientific notation of FP valuesIvan Solovev2024-01-051-1/+1
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2023-12-211-1/+0
* Remove the use of Q_SERIALBUS_PRIVATE_EXPORTAlexey Edelev2023-12-214-7/+7
* QCanDbcFileParser: add parseData(QStringView)Ivan Solovev2023-11-153-10/+100
* QCanDbcFileParser: clarify that parse() expects the files to be UTF-8Ivan Solovev2023-11-011-0/+4
* QModbusPdu: remove Q_DECLARE_TYPEINFOsMarc Mutz2023-10-181-8/+0
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+3
* Doc: Extend list of highlighted Connectivity examplesKai Köhne2023-09-261-0/+5
* ModBus: do not generate compatibility headers for Qt 7Ivan Solovev2023-07-252-2/+2
* Use if constexpr () in public headersKai Köhne2023-07-171-7/+9
* Doc: Remove \ingroup all-examples command from the docsJaishree Vyas2023-07-121-1/+0
* Fix typo in qt_deprecates pragmaAlexey Edelev2023-07-052-2/+2
* Accept any printable character in CAN DBC char_stringMikolaj Boc2023-06-201-4/+3
* PeakCAN: Improve doc for incompatible PCBUSB library versionsAndre Hartmann2023-06-091-0/+4
* QCanDbcFileParser: fix the size of Unique IdIvan Solovev2023-06-091-17/+28
* Doc: Use the \examplecategory macro to tag examplesTopi Reinio2023-04-111-1/+1
* Rename Error enums for QCanFrameProcessor & QCanDbcFileParserAlex Blasche2023-02-166-27/+27
* Modbus Custom Command: update example descriptionIvan Solovev2023-02-141-1/+1
* Modbus Server: update example descriptionIvan Solovev2023-02-141-1/+1
* Modbus Client: update example descriptionIvan Solovev2023-02-141-1/+1
* QtCanBus: move QDebug stream operators into correct namespaceMarc Mutz2023-02-132-19/+21
* Fix qbswap(UniqueId)Marc Mutz2023-02-132-9/+6
* CAN Manager Example: extend documentationIvan Solovev2023-02-103-5/+47
* QModbusTcpServer: do not store client sockets in a separate listIvan Solovev2023-02-092-6/+3
* QModbusTcpServer: fix memory leakIvan Solovev2023-02-091-1/+1
* Fix QtCanBus::UniqueId documentationIvan Solovev2023-02-061-1/+5
* Explicitly =delete {in}equality operators for CAN parser value calssesIvan Solovev2023-02-023-0/+12
* Use enum class for QtCanBus::UniqueIdIvan Solovev2023-02-026-23/+44
* Use pragma qt_deprecated instead of pragma qt_classIvan Solovev2023-01-312-2/+4
* Do not chain QString::arg(const QString&) callsIvan Solovev2023-01-271-3/+3
* Do not export non-polymorphic classes wholesaleIvan Solovev2023-01-265-96/+102
* Do not provide {in}equality opeartors for CAN parser value classesIvan Solovev2023-01-266-133/+0
* Explicitly =delete qHash() overloads for CAN parser value classesIvan Solovev2023-01-263-0/+6
* Introduce struct QCanSignalDescription::MultiplexValueRangeIvan Solovev2023-01-193-6/+64
* Make move-constructors and destructors of value classes inlineIvan Solovev2023-01-196-12/+18
* QCanDbcFileParser: rename valueDescriptions() -> messageValueDescriptions()Ivan Solovev2023-01-192-5/+5
* Simplify QCanFrameProcesorIvan Solovev2023-01-163-96/+7
* Remove pointless inline keywordIvan Solovev2023-01-162-2/+2
* Rename QtCanBus::DataFormat::Ascii -> QtCanBus::DataFormat::AsciiStringIvan Solovev2023-01-164-11/+11
* Use QSysInfo::Endian instead of introducing a new enumIvan Solovev2023-01-1610-59/+30
* Doc: Fix typosAndreas Eliasson2022-12-211-2/+2
* CMake instructionsJaishree Vyas2022-12-202-1/+2
* Fix typosCreapermann2022-12-191-2/+2
* QCanDbcFileParser: extend warningsIvan Solovev2022-12-051-19/+50
* Extend CAN frame processor classes documentation and mark them experimentalIvan Solovev2022-12-056-0/+24
* QCanDbcFileParser: add value description parsingIvan Solovev2022-12-023-1/+160
* Long live QCanDbcFileParser!Ivan Solovev2022-12-015-0/+1001
* QCanFrameProcessor: update BE data handlingIvan Solovev2022-11-285-22/+338