Commit History

Author SHA1 Message Date
  Holger Jeromin c9ee7b4c31 opening the files for amalgation with parameter encoding=utf8 as we can (and have right now in server/ua_services.h) have buggy chars in a source file. 9 years ago
  ichrispa e07c01d9da changed * restrict to * UA_RESTRICT to help MSVS build the project. 9 years ago
  ichrispa 7ea86996e6 Merge branch 'dev' of https://github.com/acplt/open62541 into dev 9 years ago
  ichrispa dc40af607e Basic infrastructure for createing subscriptions updated by a timed work item (WIP). 9 years ago
  Holger Jeromin 8a4bb92d2b python 3 fixes for dictionary items. Check was done clean with sys.version_info 9 years ago
  Julius Pfrommer a2985766c2 fix the array encoding 9 years ago
  Julius Pfrommer ef01c5d17e partially fix #267. now we need to detect endianness during the datatype generation 9 years ago
  Stasik0 a69e9596f9 disabling parallel builds (some race-conditions to investigate) 9 years ago
  ichrispa 60f3d401ad Check if a plattform specific lxml package exists in addition to the general lib (fails otherwise for x86_64 OpenSuse 13.2, possibly others, even if lxml is installed). 9 years ago
  Holger Jeromin aa8e9f1200 Merge pull request #266 from acplt/pythoncheck 9 years ago
  Holger Jeromin 0d99e7ee49 use get_python_lib again, but adding parenthesis for print. this syntax works with python 2.7 and 3.4 9 years ago
  Holger Jeromin 5e16ac1b56 using ${PYTHON_EXECUTABLE} and a better check for lxml. 9 years ago
  Stasik0 055010c14d fixing issues marked by coverity 9 years ago
  Sten Grüner d07c3f88cf Merge pull request #264 from bilach/master 9 years ago
  Bilal Najjar 4c8e74a372 Fix for issue #263 9 years ago
  Stasik0 dbc7e2d7d4 checking for pyhton, fixes partially #263 9 years ago
  ichrispa a83c8ad0e9 Header for UA_Server_AddMonodirectionalReference being exported. 9 years ago
  ichrispa d9f74caa37 Added userspace function UA_Server_AddMonodirectionalReference; Analogous to UA_Server_addReference, but does not add a second reference and isForward can be defined during the call. 9 years ago
  ichrispa 0f5370f172 Swapped addOneWayReferenceWithSession() for userspace accessible UA_Server_AddMonodirectionalReference(), making the code generator usable for userspace namespace model generation. 9 years ago
  ichrispa b4c74de0c8 Cosmeting changes on generated code. 9 years ago
  Stasik0 b2f2dd9adc fixing missing authentification tokens in client 9 years ago
  Stasik0 5e665ec563 fixed a cleanup crash for unitialized client, @hfaham, this fixes your issue! 9 years ago
  Stasik0 d5e00a3c82 making server compile again 9 years ago
  ichrispa 5f302dc53d Fixed generated references with IsForward = False attribute being generated as duplicates of wrong type due to API change. @Sten, @jpfr: I will try to export a userland macro for this purpose. 9 years ago
  ichrispa 98a6883f10 Added addOneWayReferenceWithSession as a usable function outside of ua_addresspace.c (needed for automatic node generation). 9 years ago
  Stasik0 1f6f56418c fixing a renaming issue 9 years ago
  Stasik0 e62e5a409f partial revert of the PR #260, the memory allocators can be safely defined before including our header files 9 years ago
  Sten Grüner c6b9cc0953 Merge pull request #261 from acplt/externalNSMemfix 9 years ago
  LEvertz edddaefa6e fixed memleaks in external namespace handling for browse 9 years ago
  Sten Grüner fdef7c6a21 Merge pull request #260 from hfaham/master 9 years ago