summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua/uacpp/quacppvalueconverter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the UACPP pluginJannis Voelker2023-11-201-1078/+0
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-121-2/+3
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Fix typos in documentation and commentsKai Köhne2022-02-031-1/+1
* Fix uacpp backend build after qtbase dependency updateJannis Voelker2020-09-241-1/+1
* Use QList instead of QVector in qtopcuaSona Kurazyan2020-08-311-6/+6
* Improve error messagev5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.05.13.0Rainer Keller2019-05-071-1/+1
* Move common code into types namespaceRainer Keller2019-04-251-44/+1
* Relicense the uacpp backendMaurice Kalinowski2019-02-131-6/+14
* Move classes out of namespaceRainer Keller2019-01-211-103/+104
* uacpp: Implement reading and writing of extension objectsRainer Keller2019-01-081-0/+29
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-081-9/+9
|\
| * Port to UASDKCPP-1.6.xGerhard Gappmeier2019-01-081-8/+8
* | uacpp: Add createExtensionObject overloadRainer Keller2019-01-081-2/+7
* | uacpp: Implement argument type supportRainer Keller2019-01-081-0/+46
* | uacpp: Make function argument constRainer Keller2018-11-141-1/+1
* | Fix typoRainer Keller2018-11-131-1/+1
* | uacpp: Expose localized text converter to be used without variantRainer Keller2018-10-311-6/+12
* | uacpp: Expose expanded node converter to be used without variantRainer Keller2018-10-311-4/+12
* | uacpp: Expose qualified name converter to be used without variantRainer Keller2018-10-311-4/+11
* | uacpp: Implement multi-dimensional arraysRainer Keller2018-10-231-0/+42
* | uacpp: Expose localized text converter to be used without variantsRainer Keller2018-10-231-9/+14
* | uacpp: Add converter function QStringList to UaStringArrayRainer Keller2018-10-231-0/+17
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-181-2/+5
|\|
| * uacpp: Fix time converterv5.12.0-beta3v5.12.0-beta2Rainer Keller2018-10-111-2/+5
* | uacpp: Replace all calloc() with OpcUa_Alloc()Rainer Keller2018-10-121-6/+3
* | uacpp: Use correct value for array typeRainer Keller2018-10-111-2/+2
* | uacpp: Return invalid timestamp when timestamp is zeroRainer Keller2018-10-091-0/+4
* | uacpp: Expose date conversion to be used without a QVariantRainer Keller2018-10-091-4/+12
|/
* Rename QOpcUa::NodeIds::NS0 to QOpcUa::NodeIds::Namespace0Jannis Voelker2018-09-171-14/+14
* Add generated header and source files with known node idsJannis Voelker2018-08-091-14/+16
* Enable reading and writing of extension objectsJannis Voelker2018-07-251-14/+21
* Enable reading and writing of ExpandedNodeId valuesJannis Voelker2018-07-111-0/+51
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-031-6/+6
|\
| * Fix possible crash in the uacpp value converterJannis Voelker2018-06-251-6/+6
* | Replace structs from 5.11 with classes with d-pointersJannis Voelker2018-05-221-12/+12
|/
* uacpp: Include SDK subfolder in include pathsRainer Keller2018-05-141-8/+8
* Return blob for unknown extension object typesv5.11.0-beta4Jannis Voelker2018-04-111-2/+3
* Fix DateTime conversion for uacpp and freeopcuaJannis Voelker2018-03-061-3/+12
* Fix memory issues in the uacpp backend pointed out by asanJannis Voelker2018-03-061-14/+15
* Add Unified Automation C++ SDK backendv5.11.0-beta1Maurice Kalinowski2018-02-261-0/+889