1 Star 0 Fork 0

shaopengyuan/genmsg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CHANGELOG.rst 5.14 KB
一键复制 编辑 原始数据 按行查看 历史
Dirk Thomas 提交于 2019-03-04 15:42 . 0.5.12

Changelog for package genmsg

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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shaopengyuan/genmsg.git
git@gitee.com:shaopengyuan/genmsg.git
shaopengyuan
genmsg
genmsg
px4

搜索帮助