Stefan Profanter
|
c12c782ff6
Merge pull request #1210 from open62541/hotfix/assert_enums
|
7 years ago |
Stefan Profanter
|
68d9370915
Fix #1180 ensure enums are 32bit integers
|
7 years ago |
Stefan Profanter
|
f94a6280f5
Fix compilation with python3 and add python3 to CI
|
7 years ago |
Stefan Profanter
|
3ea21ea597
Align CMake and use new parameters for types generator
|
7 years ago |
Thomas Bender
|
97e741f43a
Fixed data type exclusion list in generate_types.py by adding two missing data structures that are already hard-coded present by open62541 C code. This collides on generation of full data type list that is defined by Opc.Ua.Types.bsd (#1086)
|
7 years ago |
Julius Pfrommer
|
6b3186ab5d
hide some #ifdefs in a macro
|
7 years ago |
Julius Pfrommer
|
d1c49761a4
remove offset for encoding
|
7 years ago |
Julius Pfrommer
|
4f23e1d3bd
Merge branch '0.2'
|
7 years ago |
Julius Pfrommer
|
8133d5e63a
simplify generated code
|
7 years ago |
Julius Pfrommer
|
20b4db46b5
Merge branch '0.2'
|
7 years ago |
FlorianPalm
|
810db94bca
added MPL v2 license to c/h/py files
|
7 years ago |
FlorianPalm
|
4f3bd82065
Revert "added license note in python files"
|
7 years ago |
FlorianPalm
|
39cb289927
added license note in python files
|
7 years ago |
frax2222
|
5efd75e5dd
Import vs2008 patch from @carljoerger and @frax2222
|
7 years ago |
Julius Pfrommer
|
e9766c7663
add handling of custom types to the decoding function, client and server
|
7 years ago |
Root-Core
|
585142f38e
Fixed GCC warning suppression (#893)
|
8 years ago |
Stefan Profanter
|
b42fee2473
DataTypes may have empty members (e.g. DiscoveryConfiguration) (#860)
|
8 years ago |
Julius Pfrommer
|
d35b615c8f
add documentation of nodes; move generated datatype documentation
|
8 years ago |
Stefan Profanter
|
99522b216c
Fix #769: Wrong NodeIDs offset for BinaryEncoding (#770)
|
8 years ago |
Julius Pfrommer
|
8799b44ac4
Type handling functions in separate header (#735)
|
8 years ago |
Julius Pfrommer
|
6258d088db
cosmetic: keep lines under 80chars to avoid breaks in the pdf documentation
|
8 years ago |
Julius Pfrommer
|
0ef9dd02fb
fix type generation for python 3
|
8 years ago |
Julius Pfrommer
|
c317396f4c
Chunking callback (#534)
|
8 years ago |
Julius Pfrommer
|
3268be3b9d
remove dependency on lxml
|
8 years ago |
Julius Pfrommer
|
1cb82777b5
encode enums as int32
|
8 years ago |
Julius Pfrommer
|
f45d6faf85
Overlayable (#582)
|
8 years ago |
Julius Pfrommer
|
570510ae13
include auto-generated datatypes to documentation
|
8 years ago |
Julius Pfrommer
|
34dafb78ce
Use the less noisy C99 true/false throughout. But keep the UA_TRUE/UA_FALSE macros for compatibility
|
8 years ago |
Julius Pfrommer
|
80eded3495
types: use variable length arrays for members (saves 5kb of every binary)
|
8 years ago |
Julius Pfrommer
|
7e2d5e5923
types: start introspection membernames with lower case
|
9 years ago |