summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix status code handling for monitored itemsJannis Voelker2024-04-084-0/+66
* Correct license for test filesLucie Gérard2024-03-2634-34/+34
* 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-292-0/+3
* 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
* Fix race condition in tst_clientSetupInCppJannis Voelker2024-01-301-0/+5
* Fix segfault during connect test shutdownJannis Voelker2024-01-301-0/+9
* Enable CMake autotestsJoerg Bornemann2024-01-242-4/+5
* Implement triggering for monitored itemsJannis Voelker2023-12-071-0/+168
* Add encoding and decoding support for Variant and DataValueJannis Voelker2023-12-0613-154/+635
* Add historical events read supportJannis Voelker2023-12-064-1/+402
* Remove OpenSSL 1.1 supportJannis Voelker2023-11-281-1/+1
* Speed up the C++ testsJannis Voelker2023-11-235-35/+144
* Remove the UACPP pluginJannis Voelker2023-11-2013-237/+152
* 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-266-27/+20
* Extend test coverageJannis Voelker2023-09-222-5/+712
* 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-212-0/+72
* Add generic struct handlerJannis Voelker2023-09-1317-6/+3538
* Add the DiagnosticInfo data typeJannis Voelker2023-09-112-1/+86
* Add support for the DataTypeDefinition attributeJannis Voelker2023-09-112-0/+258
* open62541: Re-encode unhandled types to QOpcUaExtensionObjectJannis Voelker2023-09-074-0/+222
* 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
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-221-2/+6
* X.509 tests: Expect fail if the OpenSSL executable is not presentJannis Voelker2023-08-211-0/+2
* Handle OpenSSL with disabled SHA-1 signatures (open62541)Jannis Voelker2023-08-104-10/+38
* BLACKLIST: connectAndDisconnectSecureUnencryptedKey for RHEL 9.2Tero Heikkinen2023-08-071-0/+1
* Fix and improve X.509 key usage and extended key usageJannis Voelker2023-07-281-1/+11
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1011-83/+9
* BLACKLIST: connectAndDisconnectSecureUnencryptedKey for Red Hat 9Heikki Halmet2022-11-201-0/+3
* Update open62541 to 1.3Martin Klos2022-11-116-52/+41
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-073-5/+5
* Port from container::count() and length() to size()Marc Mutz2022-10-074-71/+71
* Blacklist the failing opcua::AbsoluteNodeTestJani Heikkinen2022-09-231-0/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2512-12/+12
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-288-10/+10
* Add license headers to cmake filesLucie Gérard2022-07-0712-0/+36
* Use SPDX license identifiersLucie Gérard2022-06-1635-1330/+70
* Disable tests for Android for QtOpCua because they rely on QProcessAssam Boudjelthia2022-05-201-9/+11
* Remove .prev_CMakeLists.txtKai Köhne2022-03-221-93/+0
* Remove version numbers from QML importsKai Köhne2022-03-1424-50/+50
* OpcUA: Fix attribution of Open62541Kai Köhne2022-02-211-23/+0