Julius Pfrommer
|
20b4db46b5
Merge branch '0.2'
|
7 éve |
FlorianPalm
|
5cb2dd2905
formatting of license text in py files
|
7 éve |
FlorianPalm
|
810db94bca
added MPL v2 license to c/h/py files
|
7 éve |
FlorianPalm
|
48a2b96305
added license change to python files
|
7 éve |
FlorianPalm
|
4f3bd82065
Revert "added license note in python files"
|
7 éve |
FlorianPalm
|
39cb289927
added license note in python files
|
7 éve |
FlorianPalm
|
35cd42e49e
Update ua_namespace.py
|
8 éve |
Stefan Profanter
|
731ff5954c
Add check for correct namespace index. See #824
|
8 éve |
FlorianPalm
|
d89e33c1be
reverted last commit to ensure travis is building again. Still, there "retval" is not used when only "UA_BUILD_EXAMPLES_NODESET_COMPILER"
|
8 éve |
FlorianPalm
|
2209ea3361
Update ua_namespace.py
|
8 éve |
ichrispa
|
bf1e219e91
Added definitions that are lost or incomplete when encoding data in userspace.
|
8 éve |
ichrispa
|
014206b010
Minor changes to binary encoding to re-allow encodeBinary to be called from userspace with minor modifications to ua_types_encoding_binary.h (adding UA_EXPORT)
|
8 éve |
ichrispa
|
2eee36853c
Removed extraneous NULL in preproc directive
|
8 éve |
ichrispa
|
32880453a1
Switched definnition order
|
8 éve |
ichrispa
|
002cecd5dc
Wrapping '#define NULL' in #ifndef to avoid compiler warnings on plattforms that already have a definition for it.
|
8 éve |
ichrispa
|
f6e79fb994
Fixed bogus node class check in addOneWayReference (pertains to #836). Fixed unsufficient weight of type- and subType defititions when deriving node orders.
|
8 éve |
ichrispa
|
dfad8fa02f
Readded UA_ENCODINGOFFSET_BINARY
|
8 éve |
Markus Graube
|
afc67e6313
Fix typos (#723)
|
8 éve |
Julius Pfrommer
|
1f6c816802
fix significant whitespace issues in namespace generation; make python3-ready
|
8 éve |
Markus Graube
|
09dcc4644d
Use standard python libraries for logging and argparsing in namespace compiler (#669)
|
8 éve |
ichrispa
|
f689ad992d
Added XML Preprocessing stage to namespace compiler. (requested by #584)
|
8 éve |
ichrispa
|
d0c7e7c905
Namespace compiler's value encoding functions where reenabled (accidentally deactivated during hl-API construction)
|
9 éve |
Julius Pfrommer
|
9dd20578a6
use NULL instead of UA_NULL; don't rename standard C functions; provide minimal replacements for libc on embedded targets
|
9 éve |
Stasik0
|
64a8e5aadb
final fixed to NS0 comiler - examples and generated NS0 work with amalgamated files now
|
9 éve |
Chris Iatrou
|
8498f7bc1e
Repositioned typedef of UA_NULL in generated header to make the amalgamated files compilable with namespace generation.
|
9 éve |
ichrispa
|
8d05abb6ed
Wrapping autgenerated header includes in UA_NO_AMALGAMATION when generating.
|
9 éve |
Stasik0
|
4b162f0be5
getting nodeset example to work in msvs, based on 824f7b8eb0240290329b7a929fd33041fc3645e4 by @joerg555 and 7328cd72c1fb05e3b8fa9ed3646f0f7d56697aee by @jpfr
|
9 éve |
Julius Pfrommer
|
f47c6dc983
fix python3 support for the namespace generation
|
9 éve |
ichrispa
|
b0e4f46304
Node instantiation is now biderictionally hierarchical (inheritance and child instantiation); recursion protection is in place.
|
9 éve |
ichrispa
|
09f8df55d8
Dynamic topological sorting of nodes enabled; fixed duplicate referencing of dataType and subType definitions.
|
9 éve |