Historique des commits

Auteur SHA1 Message Date
  Julius Pfrommer cbe1851000 add UA_GUID_NULL il y a 8 ans
  Julius Pfrommer 54daafd37a rename plugins to begin with ua_ il y a 8 ans
  Julius Pfrommer bc1291e98f fix #645 il y a 8 ans
  Stasik0 38d4e7fbad Merge branch 'master' of github.com:acplt/open62541 into 0.2 il y a 8 ans
  ichrispa 984342b057 ua_types functionality of allocating strings was changed to be compliant with C++ string allocation (removes the compiler warning for -Wall); Fixed possible SEGFAULTS in subscriptions and method calls when the client issues non-standard compliant messages. il y a 8 ans
  Julius Pfrommer ce4031ef8d use only a single UA_NodeId_isNull for all nodeid types il y a 8 ans
  Stasik0 2d87556063 view services do not fail il y a 8 ans
  Julius Pfrommer 843e6092a3 more conservative checking of empty variants; some cleanup il y a 8 ans
  Julius Pfrommer 2d97529d23 use stdint.h since inttypes.h is not present on some embedded targets il y a 8 ans
  Julius Pfrommer f45d6faf85 Overlayable (#582) il y a 8 ans
  Julius Pfrommer f441d71543 add generic integer and floating-point encoders that are always available. use as fallback. il y a 8 ans
  Julius Pfrommer 51def00929 array dimensions are *signed* integers il y a 8 ans
  Julius Pfrommer bf191143be rename ua_statuscodes.h to ua_constants.h il y a 8 ans
  Julius Pfrommer 443feaf93f add statuscodes to the documentation il y a 8 ans
  Julius Pfrommer 01cbd8c8d7 move cmake folder to tools/cmake; fix rpi cross-compilation for gcc5 il y a 8 ans
  Julius Pfrommer b9bf154a07 small improvement to the type documentation il y a 8 ans
  Julius Pfrommer 80eb5fb0e5 remove max_array. no longer needed since we use size_t everywhere and decoding checks if the message permits the array length il y a 8 ans
  Julius Pfrommer 26cd7ec423 add c2rst tool to generate documentation from header files il y a 8 ans
  Julius Pfrommer 34dafb78ce Use the less noisy C99 true/false throughout. But keep the UA_TRUE/UA_FALSE macros for compatibility il y a 8 ans
  Julius Pfrommer 1981c364cf make UA_StatusCode an uint32 instead of an enum. use macros to define the constants il y a 8 ans
  Julius Pfrommer 2ae7fef1e4 add Wshadow and Wconversion compiler flags; fix all warnings; networklayer takes the logger from the server at startup il y a 8 ans
  Julius Pfrommer 80eded3495 types: use variable length arrays for members (saves 5kb of every binary) il y a 8 ans
  Julius Pfrommer 6a52c4e2be types: picoseconds are in uint16 il y a 8 ans
  Julius Pfrommer 965cc2ad16 types: move datetime macros into ua_types.h, simplify getting the current time on windows il y a 8 ans
  Julius Pfrommer fcc415202e types: add a monotonic cpu timer to measure delays il y a 8 ans
  Julius Pfrommer b04d6f867c Merge branch 'master' into cleanup_build il y a 8 ans
  Julius Pfrommer 7ddc1119cf remove a compiler warning that is unnecessary on most systems where malloc can't fail il y a 8 ans
  Julius Pfrommer 27b6c4b30d simplify the API for random values. use a (thread-local) global value in the background il y a 8 ans
  Julius Pfrommer b210b19ae2 cleanup build settings; remove old doxygen documentation il y a 8 ans
  Julius Pfrommer 191afe1ba1 simplify the API for random values. use a (thread-local) global value in the background il y a 8 ans