summaryrefslogtreecommitdiffstats
path: root/tests/auto/qopcuaclient/tst_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix status code handling for monitored itemsJannis Voelker2024-04-081-0/+35
* Correct license for test filesLucie Gérard2024-03-261-1/+1
* Remove convenience and bool traps from the new APIJannis Voelker2024-03-041-14/+15
* Move BinaryDataEncoding template specializations to source fileJannis Voelker2024-03-041-0/+11
* Use forward declarations in new headersJannis Voelker2024-02-291-0/+1
* Swap type and value arguments for QOpcUaVariantJannis Voelker2024-02-291-2/+2
* Rename QOpcUaGenericStructHandler::initializeFinished to initializedChanged()Jannis Voelker2024-02-291-3/+3
* Fix compiler warnings from signed/unsigned mismatchesVolker Hilsheimer2024-02-201-2/+2
* Use std::optional instead of bool to indicate success of de/encodingVolker Hilsheimer2024-02-201-126/+115
* Implement triggering for monitored itemsJannis Voelker2023-12-071-0/+168
* Add encoding and decoding support for Variant and DataValueJannis Voelker2023-12-061-2/+75
* Add historical events read supportJannis Voelker2023-12-061-0/+262
* Speed up the C++ testsJannis Voelker2023-11-231-25/+55
* Remove the UACPP pluginJannis Voelker2023-11-201-173/+150
* Add API for the RegisterNodes and UnregisterNodes servicesJannis Voelker2023-10-251-0/+40
* Fix continuation points release for history read rawJannis Voelker2023-09-261-0/+37
* Fix issues pointed out by clazyJannis Voelker2023-09-261-10/+8
* Extend test coverageJannis Voelker2023-09-221-5/+710
* open62541: Fix modifyMonitoring() and disableMonitoring()Jannis Voelker2023-09-221-10/+62
* Add read and write support for EventFilter and types it depends onJannis Voelker2023-09-211-0/+68
* Add generic struct handlerJannis Voelker2023-09-131-4/+450
* Add the DiagnosticInfo data typeJannis Voelker2023-09-111-1/+58
* Add support for the DataTypeDefinition attributeJannis Voelker2023-09-111-0/+220
* open62541: Re-encode unhandled types to QOpcUaExtensionObjectJannis Voelker2023-09-071-0/+66
* Encode 0 node id for empty stringJannis Voelker2023-09-071-0/+16
* Add valueAttributeUpdated signalJannis Voelker2023-08-251-0/+34
* Update events test with new features in open62541 1.3Jannis Voelker2023-08-251-20/+53
* Update open62541 to 1.3Martin Klos2022-11-111-12/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-51/+51
* Use SPDX license identifiersLucie Gérard2022-06-161-38/+2
* Fix includes and forward declarations according to code reviewJannis Voelker2022-02-081-0/+1
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* Add an API for historical data accessPeter Rustler2021-10-151-0/+404
* Change all QString("foo") constructions to use QStringLiteralUlf Hermann2021-07-011-3/+3
* open62541: Use the async API for most service callsJannis Voelker2021-02-021-2/+11
* Refactor deprecated QVariant usage in testsMartin Klos2021-01-071-54/+54
* Update dependenciesJannis Voelker2020-08-311-10/+10
* Use QList instead of QVector in qtopcuaSona Kurazyan2020-08-311-46/+46
* Add event monitoring auto testJannis Voelker2020-08-241-0/+89
* Port to open62541 v1.1Jannis Voelker2020-08-241-3/+4
* Use QString::fromUtf8() for node id constructionJannis Voelker2020-08-191-0/+40
* CMake: Add specific path for the test serverJannis Voelker2020-06-051-1/+1
* Revert "Prospective build fix for MinGW"Maurice Kalinowski2020-03-161-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-051-0/+29
|\
| * Fix GUID binary encoder endiannessRainer Keller2019-10-021-0/+29
* | Prospective build fix for MinGWv5.14.0-alpha1Simon Hausmann2019-09-231-1/+1
* | Fix build and tests with the current open62541 v1.0Jannis Voelker2019-08-171-5/+22
|/
* test: More realistic data filter testRainer Keller2019-05-031-4/+19
* tests: Increase signal spy timeoutsRainer Keller2019-04-121-117/+119