summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Change license for test filesLucie Gérard2024-04-0431-31/+31
* CAN: Allow querying all available devices at onceAndre Hartmann2024-01-071-0/+23
* QCanDbcFileParser: fix the parsing of scientific notation of FP valuesIvan Solovev2024-01-052-2/+16
* QCanDbcFileParser: add parseData(QStringView)Ivan Solovev2023-11-151-12/+61
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-232-3/+3
* Accept any printable character in CAN DBC char_stringMikolaj Boc2023-06-202-2/+2
* QCanDbcFileParser: fix the size of Unique IdIvan Solovev2023-06-096-25/+25
* Rename Error enums for QCanFrameProcessor & QCanDbcFileParserAlex Blasche2023-02-162-40/+40
* Explicitly =delete {in}equality operators for CAN parser value calssesIvan Solovev2023-02-027-66/+73
* Use enum class for QtCanBus::UniqueIdIvan Solovev2023-02-023-48/+51
* Do not provide {in}equality opeartors for CAN parser value classesIvan Solovev2023-01-2611-0/+147
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Introduce struct QCanSignalDescription::MultiplexValueRangeIvan Solovev2023-01-193-17/+13
* QCanDbcFileParser: rename valueDescriptions() -> messageValueDescriptions()Ivan Solovev2023-01-191-4/+4
* Simplify QCanFrameProcesorIvan Solovev2023-01-161-196/+0
* Rename QtCanBus::DataFormat::Ascii -> QtCanBus::DataFormat::AsciiStringIvan Solovev2023-01-162-5/+5
* Use QSysInfo::Endian instead of introducing a new enumIvan Solovev2023-01-164-123/+123
* QCanDbcFileParser: extend warningsIvan Solovev2022-12-051-4/+16
* QCanDbcFileParser: add value description parsingIvan Solovev2022-12-022-0/+139
* Long live QCanDbcFileParser!Ivan Solovev2022-12-0122-0/+1352
* QCanFrameProcessor: update BE data handlingIvan Solovev2022-11-281-410/+857
* QCanFrameProcessor: rename errorDescription() -> errorString()Ivan Solovev2022-11-221-4/+4
* Long live QCanFrameProcessorIvan Solovev2022-11-163-0/+1787
* Introduce value classes for generic CAN bus parserIvan Solovev2022-11-147-0/+684
* Port from container::count() and length() to size()Marc Mutz2022-10-055-36/+36
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2320-20/+20
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2815-15/+15
* Add license headers to cmake filesLucie Gérard2022-07-0720-0/+60
* Use SPDX license identifiersLucie Gérard2022-06-1023-951/+46
* Replace uses of deprecated _qs with _sSona Kurazyan2022-04-111-10/+12
* Use up-to date LGPL license headerKai Köhne2021-11-3016-176/+224
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-101-1/+1
* Rename the generic CAN pluginAndre Hartmann2021-07-2711-41/+41
* QCanBusDeviceInfo: Add method to obtain the plugin nameAndre Hartmann2021-07-233-1/+4
* CMake: Explicitly link against the built QtNetwork libraryAlexandru Croitor2021-07-2314-0/+14
* Add function to obtain a QCanBusDeviceInfo for the current QCanBusDeviceKarsten Heimrich2021-05-311-0/+30
* Port cmake autotest to Qt6Juha Vuolle2021-05-111-0/+45
* Remove QCanBusFactory and rename QCanBusFactoryV2 to QCanBusFactoryKarsten Heimrich2021-05-0811-248/+4
* Fix QModbusDataUnit inconsistent signedness for params and return valuesKarsten Heimrich2021-04-084-33/+33
* Fix QModbusClientPrivate::collateBits throwing away resultsKarsten Heimrich2021-04-071-4/+64
* Add test case to show different behavior in read functionalityKarsten Heimrich2021-04-071-0/+55
* Update read discrete inputs to match example given in the specKarsten Heimrich2021-03-301-5/+5
* Use constant values in compare functionKarsten Heimrich2021-03-301-7/+10
* Split read and write coils auto-testKarsten Heimrich2021-03-301-3/+8
* Introduce QCanBusFrame::FrameIdAndre Hartmann2021-03-271-15/+15
* Remove last traces of the SIGNAL macroKarsten Heimrich2021-03-264-12/+11
* tst_Backend: Fix compiler warningsAndre Hartmann2021-03-181-4/+4
* Fix QScopedPointer deprecation warningsKarsten Heimrich2021-03-111-11/+10
* Fix Modbus adueditor example depending on private headersKarsten Heimrich2021-03-1011-0/+2771