~wooksong/nnstreamer-ros/+git/tizenport-ros-genpy:ubuntuport-ros-genpy-melodic

Last commit made on 2020-11-04
Get this branch:
git clone -b ubuntuport-ros-genpy-melodic https://git.launchpad.net/~wooksong/nnstreamer-ros/+git/tizenport-ros-genpy

Branch merges

Branch information

Name:
ubuntuport-ros-genpy-melodic
Repository:
lp:~wooksong/nnstreamer-ros/+git/tizenport-ros-genpy

Recent commits

ffe3888... by Wook Song

[Dist] Import debian packaging files from packages.ros.org

This patch imports debian packaging files from [1].

[1] http://packages.ros.org/ros/ubuntu/pool/main/r/ros-melodic-genpy/

2aa1d36... by MyungJoo Ham

DIST: rpm fix for changed ros install path

Signed-off-by: MyungJoo Ham <email address hidden>

46b1713... by Sangjung Woo

spec: add omitted Requires in spec

This module internally uses the yaml module but Requires information is
omitted in spec file. This patch fixes that bug.

Signed-off-by: Sangjung woo <email address hidden>

0dad137... by Jiho Chu <email address hidden>

packaging: add spec and manifest

Signed-off-by: Jiho Chu <email address hidden>

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

0.6.14

6f0562d... by Dirk Thomas <email address hidden>

update changelog

600beec... by Markus Grimm

Create Struct objects to save memory (#129)

Fixes a memory leak originally caused by https://bugs.python.org/issue14596

The python struct module caches struct instances. All calls of the module
functions struct.pack, struct.unpack and struct.calcsize make use of this cache.

Substituting the function calls by the respective methods of the
struct.Struct class fixes the issue.

Closes: #128

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

0.6.13

2f0f909... by Dirk Thomas <email address hidden>

update changelog

4af014a... by Mike Purvis

Don't raise exceptions on bad unicode decode. (#127)

* Don't raise exceptions on bad unicode decode.

* Update golden tests.

* Add custom unicode error handler for ROS messages.

* Add test covering the bad unicode case.

* Better message in the log error.

* Clean up extra import in test.

* Unicode warning names the message.

* Move comment back.

* Requested review changes.

* use full message type instead of class name

* only show the error message once per message type

Co-authored-by: Dirk Thomas <email address hidden>