Commit History

作者 SHA1 備註 提交日期
  Jens Reimann 76aea27156 fix interpreter locations 6 年之前
  Julius Pfrommer f390587bae adjust namespace generation 7 年之前
  Julius Pfrommer 20b4db46b5 Merge branch '0.2' 7 年之前
  FlorianPalm 5cb2dd2905 formatting of license text in py files 7 年之前
  FlorianPalm 810db94bca added MPL v2 license to c/h/py files 7 年之前
  FlorianPalm 48a2b96305 added license change to python files 7 年之前
  FlorianPalm 4f3bd82065 Revert "added license note in python files" 7 年之前
  FlorianPalm 39cb289927 added license note in python files 7 年之前
  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) 7 年之前
  Stasik0 e9a348f677 2 fixes for namespace compiler - alter ns ids of alias and fix bootstrapping of variable nodes 7 年之前
  Stasik0 a8890c9cbe fixing allocation of string, I dont care about memleaks ATM 7 年之前
  Julius Pfrommer 56e7ae441f fix inclusion order of winsock2/windows.h in amalgamation 8 年之前
  Markus Graube 09dcc4644d Use standard python libraries for logging and argparsing in namespace compiler (#669) 8 年之前
  ichrispa cb276266cd Fixed missing imports for encoding DateTimes in NS Compiler. 8 年之前
  ichrispa bd76419d5c Revised namespace compiler to properly construct method argument descriptions. Workaround in addMethodNode - broken anyway since size_t was introduced - is now obsoleted. 8 年之前
  Julius Pfrommer 34dafb78ce Use the less noisy C99 true/false throughout. But keep the UA_TRUE/UA_FALSE macros for compatibility 8 年之前
  Julius Pfrommer fa20920d3f fix a memleak in the generated ns0 8 年之前
  ichrispa b106687b4b Fixed name compilers array encoding by removing the manual type assigned to the variant. Method generation overwrites argument creation of addMethodNode. 8 年之前
  ichrispa cc568e2f18 Merge branch 'master' of https://github.com/acplt/open62541 8 年之前
  ichrispa da10a1c4ff Removing stale temprorary encoding variant from namespace compiler (#482 is still present). 8 年之前
  ichrispa d0c7e7c905 Namespace compiler's value encoding functions where reenabled (accidentally deactivated during hl-API construction) 8 年之前
  Julius Pfrommer dca6309272 don't create a variant in the nodeset code generation when none is needed 8 年之前
  Julius Pfrommer 55e9013dc8 remove dead code in namespace generation 8 年之前
  Julius Pfrommer 87fdfc2f3e rename UserSpaceCallback to ValueCallback 8 年之前
  Stasik0 40d1bdd2a5 adding callback structure to couple with callbacks on non-datasource nodes, relates to #399 8 年之前
  Julius Pfrommer f47c6dc983 fix python3 support for the namespace generation 8 年之前
  FlorianPalm 527a74fd28 Update ua_builtin_types.py 8 年之前
  ichrispa 57f7b1b6d4 Rearranged variable/variableType variant assignement to be conducted by the node, not the value; allows fallthrough cases where the values encoding cannot be determined both in bootstrapping and userland modes. Shut up the logger. Bug #304 resolved in due process. 8 年之前
  ichrispa 17ec7526dd Namespace compiler was rewritten to use userland insertion methods whenever possible. Some adaptations to several add<Type>Node calls where made to facilitate the compiler. 8 年之前
  ichrispa cffc91ab57 Added safeguard against malformed datatype specifier produced by UAModeler. 9 年之前