File: CHANGELOG.rst

package info (click to toggle)
ros-gencpp 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 132 kB
  • sloc: python: 147; xml: 26; makefile: 2
file content (89 lines) | stat: -rw-r--r-- 3,464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package gencpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.7.0 (2022-09-26)
------------------
* Fix usage of deprecated std::allocator::rebind (`#51 <https://github.com/ros/gencpp/issues/51>`_)
* Remove unnecessary map include (`#48 <https://github.com/ros/gencpp/issues/48>`_)
* Contributors: Markus Vieth, poggenhans

0.6.5 (2020-03-03)
------------------
* add operator== & operator!= to message generation (`#41 <https://github.com/ros/gencpp/issues/41>`_)

0.6.4 (2020-03-02)
------------------
* [windows] reducing the odds to have name collisions (`#47 <https://github.com/ros/gencpp/issues/47>`_)

0.6.3 (2020-01-24)
------------------
* various code cleanup (`#46 <https://github.com/ros/gencpp/issues/46>`_)
* package.xml format 3 (`#45 <https://github.com/ros/gencpp/issues/45>`_)
* use setuptools instead of distutils (`#43 <https://github.com/ros/gencpp/issues/43>`_)
* bump CMake version to avoid CMP0048 warning (`#44 <https://github.com/ros/gencpp/issues/44>`_)
* two patches to make the generated headers reproducible (`#42 <https://github.com/ros/gencpp/issues/42>`_)

0.6.2 (2019-03-18)
------------------
* add plugins the ability to also generate free functions (`#40 <https://github.com/ros/gencpp/issues/40>`_)

0.6.1 (2019-03-04)
------------------
* enable Windows build (`#38 <https://github.com/ros/gencpp/issues/38>`_)

0.6.0 (2018-01-29)
------------------
* add plugin support for generated C++ message headers (`#32 <https://github.com/ros/gencpp/pull/32>`_)
* put all the message integer constants into a common enum (`#25 <https://github.com/ros/gencpp/issues/25>`_)

0.5.5 (2016-06-27)
------------------
* fix extra semicolon warning (`#26 <https://github.com/ros/gencpp/issues/26>`_)

0.5.4 (2016-03-14)
------------------
* fix unused parameter warning (`#24 <https://github.com/ros/gencpp/issues/24>`_)

0.5.3 (2014-12-22)
------------------
* remove copyright header from generated code (`#20 <https://github.com/ros/gencpp/issues/20>`_)

0.5.2 (2014-05-07)
------------------
* add architecture_independent flag in package.xml (`#19 <https://github.com/ros/gencpp/issues/19>`_)

0.5.1 (2014-02-24)
------------------
* use catkin_install_python() to install Python scripts (`#18 <https://github.com/ros/gencpp/issues/18>`_)
* add 'u' suffix to unsigned enum values to avoid compiler warning (`#16 <https://github.com/ros/gencpp/issues/16>`_)

0.5.0 (2014-01-29)
------------------
* remove __connection_header from message template (`#3 <https://github.com/ros/gencpp/issues/3>`_)

0.4.16 (2014-01-27)
-------------------
* fix warning about empty message definition (`ros/ros_comm#344 <https://github.com/ros/ros_comm/issues/344>`_)

0.4.15 (2014-01-07)
-------------------
* python 3 compatibility
* fix generated code of message definition with windows line endings (`#6 <https://github.com/ros/gencpp/issues/6>`_)

0.4.14 (2013-08-21)
-------------------
* make gencpp relocatable (`ros/catkin#490 <https://github.com/ros/catkin/issues/490>`_)

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 <https://github.com/ros/gencpp/issues/4>`_)

0.4.12 (2013-03-08)
-------------------
* fix handling spaces in folder names (`ros/catkin#375 <https://github.com/ros/catkin/issues/375>`_)

0.4.11 (2012-12-21)
-------------------
* first public release for Groovy