Releases: eProsima/IDL-Parser
Releases · eProsima/IDL-Parser
v1.7.0
This release includes the following improvements:
- New Context function to get the relative directory from the current processed IDL file (#76)
- Support for
@optional
and@extensibility
annotations (#80) - New TypeCode auxiliary API (#78, #83)
- CI improvements removing IDL files from repository and related fixes (#77, #80)
This release also includes the following bugfixes:
v1.6.0
This release adds the following improvements:
- Remove unused JUnit (#55)
- Add new function to format cpp typenames (#74)
- Support idl files with '-' character (#73)
- Add test for empty structs (#71)
- Add test for multi dimensional arrays (#69)
- Add int8 and uint8t to CTypes template (#68)
- Update to support uxr (#66)
- Added post-creation filter for out of bounds positions (#63)
- Empty inheritance test (#67)
This release also includes the following fixes:
- Wrong order of types registration in generated TypeObject (#70)
- Reversed the order of declaration traversal (#65)
PRs in merge order:
#63, #66, #65, #68, #69, #70, #71, #67, #74, #73, #55, #75
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.2
v1.1.1
v1.1.0
This release adds the following feature:
- Add
isIsPlain()
andisIsBounded()
methods to the type interfaces.
It also has the following bugfix:
- Usage of
_Object
when scoped.
v1.0.2
This release adds the following feature:
- method
getROS2Scopedname
added to ease integration with ROS2 systems