Commit History

Author SHA1 Message Date
  Julius Pfrommer f45d6faf85 Overlayable (#582) 8 years ago
  Julius Pfrommer 3a8af99c5a further simplify endianness handling 8 years ago
  Julius Pfrommer fb64058984 fix android endianness macro 8 years ago
  Julius Pfrommer 3dbcaad2ad disable error on warning for endianness detection on clang 8 years ago
  Julius Pfrommer f441d71543 add generic integer and floating-point encoders that are always available. use as fallback. 8 years ago
  Julius Pfrommer 01cbd8c8d7 move cmake folder to tools/cmake; fix rpi cross-compilation for gcc5 8 years ago
  Stasik0 8400be7771 workaround for androud compilation due to no activity, fixes #507 8 years ago
  Julius Pfrommer 921dce5b99 fix checking for little endian on android and BSDs 8 years ago
  Stasik0 bd375fb5b2 adding a special-case of endiannes for android, #507 8 years ago
  Julius Pfrommer 26090d51e6 typo: fix typo in the swapxx macros 8 years ago
  Julius Pfrommer 84bd4c3ddd config: define swap16/swap32/swap64 macros for manually setting the endianness 8 years ago
  Julius Pfrommer 4523086d70 improve checking for endianness 8 years ago
  Julius Pfrommer 273a7d572f fix win32 8 years ago
  Julius Pfrommer 4f4a2c7a58 encoding: remove endian ifdefs, optimized binaries are unchanged 8 years ago
  Julius Pfrommer c86fe11546 remove now unused UA_ALIGNED_MEMORY_ACCESS 8 years ago
  Julius Pfrommer b210b19ae2 cleanup build settings; remove old doxygen documentation 8 years ago
  Julius Pfrommer 9dd20578a6 use NULL instead of UA_NULL; don't rename standard C functions; provide minimal replacements for libc on embedded targets 8 years ago
  Julius Pfrommer dc7192ba84 use function attributes to ensure good use of APIs 8 years ago
  Julius Pfrommer a91404198d use restrict keyword in c++ 8 years ago
  Julius Pfrommer e1448f3685 cosmetic cleanups; use restrict where pointers don't alias 8 years ago
  Julius Pfrommer bf8565bb8c optionally add the type and (struct) member names to the type descriptions 8 years ago
  Julius Pfrommer eea6d23549 generate static inline functions instead of macros 8 years ago
  Stasik0 4b162f0be5 getting nodeset example to work in msvs, based on 824f7b8eb0240290329b7a929fd33041fc3645e4 by @joerg555 and 7328cd72c1fb05e3b8fa9ed3646f0f7d56697aee by @jpfr 8 years ago
  Nick Goossens cbbf989dde OS X compilation 8 years ago
  Stasik0 24565aa4bf adding methodcalls and subscriptions to the ua_config.h.in in order to support them with single-file distros 8 years ago
  Stasik0 db4a39cbab adding QNX support, credit goes to @tpiat, relates to #339 8 years ago
  FlorianPalm 0632a8363b related to #265, added another define as well as "faster" encoding functions for ARM7TDMI with "mixed" endian 9 years ago
  Julius Pfrommer 68252e5dd7 improve ua_util.h 9 years ago
  Julius Pfrommer 57bab892af simplfy encoding even more; improve endianness handling 9 years ago
  FlorianPalm 01c929e5cf fixing bug related to #265 9 years ago