Skip to content

v1.6.0

Compare
Choose a tag to compare
@jsan-rt jsan-rt released this 12 Jun 09:31
· 40 commits to master since this release
51a6c79

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