커밋 기록

작성자 SHA1 메시지 날짜
  FlorianPalm 5cb2dd2905 formatting of license text in py files 7 년 전
  FlorianPalm 810db94bca added MPL v2 license to c/h/py files 7 년 전
  ichrispa c2bb903346 UAExpert assumes the default access level ANY (3), which is not printed into the NS XML's. open62541 assumes NONE (0). Changed NS Compiler to correct for the discrepancy. 7 년 전
  ichrispa 36f430eacc Fixed: Can instantiate NS0 DataTypes /w DataType definitions (closes #805). Adapted API to allow type passing in variableTypes. Adapted namespace compiler to new value encoding scheme (closes #806). 7 년 전
  Markus Graube afc67e6313 Fix typos (#723) 8 년 전
  Markus Graube 2e2890a695 Allow empty-element tag for base attributes (#679) 8 년 전
  Julius Pfrommer 1f6c816802 fix significant whitespace issues in namespace generation; make python3-ready 8 년 전
  Markus Graube 09dcc4644d Use standard python libraries for logging and argparsing in namespace compiler (#669) 8 년 전
  ichrispa f689ad992d Added XML Preprocessing stage to namespace compiler. (requested by #584) 8 년 전
  Chris Iatrou 643cc327c6 Namespace compiler wraps low-level calls to nodestore in RCU_LOCK/UNLOCK. Several missing locks added before calls to addExistingNode(). 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 4d553b9c1f nodestore: align recent changes in code not covered by travis and unit tests 8 년 전
  Stasik0 b15aa422f9 working on #510, fixing some memleaks, @ichrispa - help needed with arrays 8 년 전
  ichrispa d0c7e7c905 Namespace compiler's value encoding functions where reenabled (accidentally deactivated during hl-API construction) 8 년 전
  Julius Pfrommer 9dd20578a6 use NULL instead of UA_NULL; don't rename standard C functions; provide minimal replacements for libc on embedded targets 8 년 전
  Julius Pfrommer 55e9013dc8 remove dead code in namespace generation 8 년 전
  ichrispa 36a4ef3155 Fixed broken code generation for method nodes; fixed bootstrapping. 8 년 전
  Julius Pfrommer 31af7af135 align nodeset generation with server API changes 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 년 전
  ichrispa 0b06fdb1f0 Fixed duplicate typeDefinition reference due to incorrect passing of parameters to printSubtype 8 년 전
  Chris Iatrou 01f7eb9811 Fixed multiple reference problem caused by UA_Server_addReference in addNode function implicitly adding reverse references. 8 년 전
  ichrispa 198597c520 Backported handle attachement to method callbacks from application. 8 년 전
  ichrispa 09f8df55d8 Dynamic topological sorting of nodes enabled; fixed duplicate referencing of dataType and subType definitions. 9 년 전
  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. 9 년 전
  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. 9 년 전
  Julius Pfrommer 8dcaa09f86 Merge branch 'master' into dev 9 년 전
  Julius Pfrommer 3f317baa42 Merge branch 'master' into dev 9 년 전