Skip to content

Releases: eProsima/Micro-CDR

v2.0.2

Choose a tag to compare

@4ntn 4ntn released this 30 Sep 07:46
9967249

This version is not compatible with version < v2.0.0

This release adds CI workflows to GitHub.

v2.0.1

Choose a tag to compare

@pablogs9 pablogs9 released this 14 Dec 07:23
3d1b177

This version is not compatible with version < v2.0.0

This release includes the following bugfixes:

  • Remove COMPILE_LANGUAGE:CXX from set_common_compile_options (#71)
  • Increase cmake minimum required (#72)

v2.0.0

Choose a tag to compare

@pablogs9 pablogs9 released this 30 Nov 11:45
1c712a0

This version is not compatible with version < v2.0.0

This release includes the following bugfixes:

  • Fixed buffer handling in fragmentation for compatibility with FastDDS (#69).

This release includes the following minor changes:

  • Only add -wsign-conversion if supported (#68)
  • Avoid enabling CXX language (#67)
  • Fix memcmp in tests (#66)
  • Only add -wdouble-promotion if supported (#65)
  • Update ABI Stability section (#64)

v1.2.2

Choose a tag to compare

@pablogs9 pablogs9 released this 28 Apr 09:14
21d3cfe

Add

  • Add Quality Level

v1.2.1

Choose a tag to compare

@pablogs9 pablogs9 released this 25 Feb 14:51
2f1a688

Add

  • Add colcon.pkg

Fix

  • Fix alignment zero-length sequence bug (#54)
  • Fix asymmetric fragmentation buffers (#55)
  • Bugfix in ucdr_reset_buffer function (#53)

v1.2.0

Choose a tag to compare

@julionce julionce released this 12 May 10:02
6c9a88f

Add

  • Origin/Offset XCDR stream logic.
  • Packaging compatibility with colcon.
  • Isolate installation option.

v1.1.0

Choose a tag to compare

@BorjaOuterelo BorjaOuterelo released this 07 Jun 12:43
  • Fragmentation support.
  • Single header.
  • Memory usage improvements.
  • API use size_t.

v1.0.1

Choose a tag to compare

@richiware richiware released this 06 Nov 13:35
8b3546e

Minor changes.

Related PR #19.

v1.0.0

Choose a tag to compare

@richiware richiware released this 19 Oct 18:39

New features

  • Added string native support.
  • Added prefix to functions.
  • Improvement docs (README.md)
  • More tests.
  • Better project organization.
  • More secure API at deserializations.
  • Fixed bugs