Skip to content

Releases: rimio/libecbor

v1.0.3

26 Aug 08:03
dde524d
Compare
Choose a tag to compare

Fixed

  • Fixed compilation error on MacOS
  • Fixed string pointer for non trivial string sizes

v1.0.2

04 May 14:24
7af5787
Compare
Choose a tag to compare

Fixed

  • Fixed compilation warnings
  • Fixed call to printf without format string
  • Fixed hardcoded install locations in CMake

v1.0.1

28 Nov 20:53
93c1fcd
Compare
Choose a tag to compare

Added

  • Unit tests for encoder.
  • APIs for retrieving encoded buffer size (ecbor_get_encoded_buffer_size() and ECBOR_GET_ENCODED_BUFFER_SIZE).

Changed

  • ecbor_uint() API now receives uint64_t argument. This should be backwards compatible with old signature.
  • ecbor_str() and ecbor_bstr() APIs now take const pointers.

Fixed

  • Fixed ecbor_memcpy routine.
  • Correctly updating item counter when encoding arrays and maps (thank you, ivan-baldin).
  • Fix header encoding for FP64 values.
  • Initialize is_indefinite flags for applicable item types in their builder functions.
  • Fix chaining of map children.

v1.0.0

12 Feb 09:14
Compare
Choose a tag to compare

Initial release.