Skip to content

v3.1.0

Compare
Choose a tag to compare
@EduPonz EduPonz released this 15 Nov 14:31
5b69944

Fast DDS Gen v3.1.0

This minor version includes the following features:

  1. Update IDL parser submodule (#242, #253, #259)
  2. Support of optional members in python (#245)
  3. Support for IDL @external annotation (#249)
  4. Set of collection templates (#244)
  5. Ability to generate code both for Fast CDR v1 and v2 (#256, #257, #260)

This minor version includes the following improvements:

  1. Limit inheritance to single inheritance (#252)
  2. CI improvements (#250)
  3. Add README file (#243)
  4. Add mirror workflow (#258)

This minor version includes the following fixes:

  1. Fix warnings and enable -Wall (#246)
  2. Fix usage of const as literals (#248)
  3. Remove unnecessary code from TypeObjectHeader.stg (#251)

PRs in merged order:
#242, #246, #248, #245, #249, #244, #251, #250, #252, #253, #256, #243, #258, #259, #257, #260