Commit History

Author SHA1 Message Date
  Julius Pfrommer 9883f078ef Simplify the warnining for unknown endianness; related to #752 7 years ago
  Julius Pfrommer 2fa33020b8 fix dynamic linking (#714) 8 years ago
  Julius Pfrommer 54daafd37a rename plugins to begin with ua_ 8 years ago
  Stasik0 03a8e92e43 fixing typos in c4fe8677428b57e50d32b4aefc49ee7ba3e2d5e1 8 years ago
  Stasik0 c4fe867742 cosmetic improvement: show git version in ua node space 8 years ago
  Otto Tronarp 59ff9f3a31 Detect float endianness on centos6 with gcc 4.4 8 years ago
  Julius Pfrommer c3014dd380 improve warning message when endianness is not detected 8 years ago
  Julius Pfrommer 2f1c8f8649 add an option to use external timing API for embedded targets; 8 years ago
  Julius Pfrommer 755a9a2f8f adapt the example in the readme; fix a macro redefinition edge-case 8 years ago
  Julius Pfrommer c539903821 wrap config in extern "C" for C++ interop 8 years ago
  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