Skip to content
TinyCBOR release 0.5.2

This is a bugfix release. Important bugs fixed in this release:
- Fixed the detection of the byte order with the INTEGRITY compiler
- Fixed building with CBOR_NO_FLOATING_POINT and CBOR_NO_HALF_FLOAT_TYPE
- Changed the type for all flags variables from int to uin32_t
  (for platforms where int isn't 32-bit)
- Fixed some C89/C90 issues in the code: notably, TinyCBOR headers now
  do compile with such a compiler (provided <stdint.h> is present)
- Fixed the freestanding (no FILE*) build
- Made sure the shared library build of TinyCBOR links to the math library
- #136 Fixed the installation of tinycbor-version.h header

The maintainer would like to thank Koen Zandberg for contributions in this
release.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>