Changelog for package genmsg
0.5.16 (2020-04-06)
- fix comment handling in service spec string constants (#92)
0.5.15 (2020-03-02)
- bump CMake minimum version to use new behavior of CMP0048 (#91)
0.5.14 (2020-01-17)
- switch to setuptools, add add buildtool depend on setuptools (#90)
0.5.13 (2020-01-16)
- fix escape sequences (#89)
- Python 3 compatibility (#86)
- improve MsgNotFound exception information
0.5.12 (2019-03-04)
- add missing run_depend on empy (#81)
- use CATKIN_GLOBAL_ETC_DESTINATION for etc (#79)
0.5.11 (2018-05-01)
- use ast.literal_eval instead of eval (#73)
- fix undefined name in case of exception (#75)
0.5.10 (2018-01-25)
- add architecture_independent flag (#71)
0.5.9 (2017-07-27)
- API improvements for use by client code (#70)
- fix test: full_name is not optional (#69)
0.5.8 (2016-09-02)
- check target across package for existance (#65)
- do not hardcode errno values (#64)
0.5.7 (2016-03-04)
- find_package(catkin) and add run dependency on catkin (#61)
- improve readability of error message
- fix doc for BASE_DIR in add_*_files (#59)
- fix some more minor typos (#56, #57)
0.5.6 (2014-10-13)
- fix interpreter globals collision with multiple message templates or modules (#53)
0.5.5 (2014-08-18)
- fix CMake syntax (#52) (regression of 0.5.4)
0.5.4 (2014-08-18)
- allow DIRECTORY argument to be an absolute path (#51)
0.5.3 (2014-07-10)
- escape messages to avoid CMake warning (#49)
0.5.2 (2014-05-07)
- refactor to generate pkg-msg-paths.cmake via configure_file() instead of empy (#43)
- fix python 3 compatibility (#45)
- remove debug message introduced in 0.5.1 (#42)
0.5.1 (2014-03-04)
- add check for changed message dependencies (#41)
0.5.0 (2014-02-25)
- remove usage of debug_message() (#40)
0.4.24 (2014-01-07)
- python 3 compatibility (#36, #37)
- add support for ROS_LANG_DISABLE env variable (ros/ros#39)
- fix installation of __init__.py from devel space (#38)
0.4.23 (2013-09-17)
- fix installation of __init__.py file for packages where name differs from project name (#34)
- rename variable 'config' to not collide with global variable (#33)
- fix service files variable to only contain package relative paths (#32)
0.4.22 (2013-08-21)
- make genmsg relocatable (ros/catkin#490)
- add warning in case generate_messages() is invoked without any messages and services (#31)
- check if files have been generated before trying to install them (#31)
0.4.21 (2013-07-03)
- check for CATKIN_ENABLE_TESTING to enable configure without tests
0.4.20 (2013-06-18)
- generate pkg config extra files containing variables which list all message and service files (#28)
0.4.19 (2013-06-06)
- improve error message for missing message dependencies (#1)
- fix generating duplicate include dirs for multiple add_message_files() invocations which broke generated lisp messages (#27)
0.4.18 (2013-03-08)
- fix handling spaces in folder names (ros/catkin#375)
- add targets with _generate_messages_LANG suffix (#20)
- pass all message generation target to EXPORTED_TARGETS (#26)
- improve error messages (#22)
0.4.17 (2013-01-19)
- fix bug using ARGV in list(FIND) directly (#18)
0.4.16 (2013-01-13)
- hide transitive message dependencies and pull them in automatically (#15)
0.4.15 (2012-12-21)
- first public release for Groovy