Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 2.38 KB

CHANGELOG.rst

File metadata and controls

67 lines (52 loc) · 2.38 KB

Changelog for package gencpp

0.6.2 (2019-03-18)

  • add plugins the ability to also generate free functions (#40)

0.6.1 (2019-03-04)

  • enable Windows build (#38)

0.6.0 (2018-01-29)

  • add plugin support for generated C++ message headers (#32)
  • put all the message integer constants into a common enum (#25)

0.5.5 (2016-06-27)

  • fix extra semicolon warning (#26)

0.5.4 (2016-03-14)

  • fix unused parameter warning (#24)

0.5.3 (2014-12-22)

  • remove copyright header from generated code (#20)

0.5.2 (2014-05-07)

  • add architecture_independent flag in package.xml (#19)

0.5.1 (2014-02-24)

  • use catkin_install_python() to install Python scripts (#18)
  • add 'u' suffix to unsigned enum values to avoid compiler warning (#16)

0.5.0 (2014-01-29)

  • remove __connection_header from message template (#3)

0.4.16 (2014-01-27)

0.4.15 (2014-01-07)

  • python 3 compatibility
  • fix generated code of message definition with windows line endings (#6)

0.4.14 (2013-08-21)

0.4.13 (2013-06-18)

  • update message targets to depend on template
  • update msg template to generate empty functions without warnings about unused variables (#4)

0.4.12 (2013-03-08)

0.4.11 (2012-12-21)

  • first public release for Groovy