[ros-class-loader] branch master updated (26b2060 -> 70768fb)

Jochen Sprickerhof jspricke at moszumanska.debian.org
Sat Dec 23 16:37:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

jspricke pushed a change to branch master
in repository ros-class-loader.

      from  26b2060   Remove old catkin version
       new  e988954   Limit watch file to ROS1 version
      adds  2bc614f   New upstream version 0.3.8
       new  ab84cd4   Update upstream source from tag 'upstream/0.3.8'
       new  1aca182   Update policy and debhelper versions
       new  70768fb   Update changelog for 0.3.8-1 release

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.rst                                      |  14 +
 CMakeLists.txt                                     |  15 +-
 debian/changelog                                   |  10 +
 debian/compat                                      |   2 +-
 debian/control                                     |   4 +-
 debian/watch                                       |   2 +-
 include/class_loader/class_loader.h                | 439 +++++++++--------
 include/class_loader/class_loader_core.h           | 220 +++++----
 include/class_loader/class_loader_exceptions.h     |  44 +-
 include/class_loader/class_loader_register_macro.h |  48 +-
 .../class_loader/console_bridge_compatibility.h    |  55 +++
 include/class_loader/meta_object.h                 | 271 +++++------
 include/class_loader/multi_library_class_loader.h  | 469 +++++++++---------
 package.xml                                        |  17 +-
 src/class_loader.cpp                               |  58 ++-
 src/class_loader_core.cpp                          | 525 ++++++++++++---------
 src/meta_object.cpp                                |  59 ++-
 src/multi_library_class_loader.cpp                 |  61 ++-
 test/CMakeLists.txt                                |   4 +-
 test/base.h                                        |  39 +-
 test/plugins1.cpp                                  |  55 ++-
 test/plugins2.cpp                                  |  52 +-
 test/unique_ptr_test.cpp                           | 163 ++++---
 test/utest.cpp                                     | 254 +++++-----
 24 files changed, 1630 insertions(+), 1250 deletions(-)
 create mode 100644 include/class_loader/console_bridge_compatibility.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-class-loader.git



More information about the debian-science-commits mailing list