~wooksong/nnstreamer-ros/+git/tizenport-ros-gencpp:indigo-devel

Last commit made on 2018-01-29
Get this branch:
git clone -b indigo-devel https://git.launchpad.net/~wooksong/nnstreamer-ros/+git/tizenport-ros-gencpp

Branch merges

Branch information

Recent commits

b41ee30... by Dirk Thomas <email address hidden>

0.6.0

975bd4e... by Dirk Thomas <email address hidden>

update changelog

347ed33... by Johannes Meyer

Add plugin support for generated C++ message headers (#32)

* Added plugin support

* Changed plugin macro names according to PR review

See https://github.com/ros/gencpp/pull/32#pullrequestreview-71686719.

* Add cmake dependency to trigger regeneration of the message header after the initial build

Without this dependency, if a plugin header has been added after the initial build of a message
package, it would not be picked up even if a cmake invocation is enforced with the `--force-cmake`
argument or manually because cmake considers the generated header as up-to-date.

The patch also adds some cmake output to indicate that a user-defined message or plugin header has
been found in the package source.

* switch order of ifdef / ifndef

d14ebc2... by Kartik Mohta

Put all the message integer constants into a common enum (fixes #25) (#34)

Based on the comment by efernandez at
https://github.com/ros/gencpp/issues/25#issuecomment-221646942

90a8509... by Dirk Thomas

Merge pull request #29 from mikepurvis/patch-1

Drop rosdoc configuration

b019025... by Mike Purvis

Drop rosdoc configuration

b73943d... by Dirk Thomas

0.5.5

0f2d0bf... by Dirk Thomas

update changelog

021ae3e... by Dirk Thomas

Merge pull request #26 from jpetereit/fix/extra_semicolon

Fix extra semicolon warning

180aea6... by Janko Petereit <email address hidden>

Fix extra ';' warning