Skip to content

Commit

Permalink
[devel/ros-class-loader] Update to 0.3.0
Browse files Browse the repository at this point in the history
Changes since 0.1.29:
0.3.0 (2014-06-25)
------------------
* Use system-provided console-bridge
* Contributors: Esteve Fernandez

0.2.5 (2014-03-04)
------------------
* Changed format of debug messages so that rosconsole_bridge can correctly
parse the prefix
* Improved debug output

0.2.4 (2014-02-12)
------------------
* fix race condition with multi threaded library loading (`#16
<https://github.com/ros/class_loader/issues/16>`_)

0.2.3 (2013-08-21)
------------------
* fix missing class name in logWarn output

0.2.2 (2013-07-14)
------------------
* check for CATKIN_ENABLE_TESTING (`#10
<https://github.com/ros/class_loader/issues/10>`_)
* fix find Poco to return full lib path (`#8
<https://github.com/ros/class_loader/issues/8>`_)
* add missing runtime destination for library under Windows
* add Boosst component system

0.2.1 (2013-06-06)
------------------
* improve check for Poco foundation and headers (`#7
<https://github.com/ros/class_loader/issues/7>`_)

0.2.0 (2013-03-13)
------------------
* use find_package for Poco/dl instead to make it work on other platforms
* update Poco cmake file to include libdl on non-windows systems
* No longer CATKIN_DEPEND on console_bridge

Remove useless patches that have been fixed upstream
  • Loading branch information
Anthony Mallet committed Aug 18, 2014
1 parent 68bcc3b commit d2141a0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 31 deletions.
3 changes: 1 addition & 2 deletions devel/ros-class-loader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#

ROS_PKG= class_loader
ROS_VERSION= 0.1.29
PKREVISION= 1
ROS_VERSION= 0.3.0

CATEGORIES= devel
ROS_COMMENT= package for dynamically loading C++ classes at runtime
Expand Down
5 changes: 2 additions & 3 deletions devel/ros-class-loader/depend.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,17 @@ SYSTEM_PREFIX.ros-class-loader?=${SYSTEM_PREFIX.ros-base}
DEPEND_USE+= ros-class-loader
ROS_DEPEND_USE+= ros-class-loader

DEPEND_ABI.ros+= ros>=groovy

DEPEND_ABI.ros-class-loader?= ros-class-loader>=0.1
DEPEND_DIR.ros-class-loader?= ../../devel/ros-class-loader

DEPEND_ABI.ros-class-loader.groovy?= ros-class-loader>=0.1<0.2
DEPEND_ABI.ros-class-loader.hydro?= ros-class-loader>=0.2<0.3
DEPEND_ABI.ros-class-loader.indigo?= ros-class-loader>=0.3<0.4

SYSTEM_SEARCH.ros-class-loader=\
'include/class_loader/class_loader.h' \
'lib/libclass_loader.so' \
'share/class_loader/${ROS_STACKAGE}:/<version>/s/[^0-9.]//gp' \
'share/class_loader/package.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/class_loader.pc:/Version/s/[^0-9.]//gp'

endif # ROS_CLASS_LOADER_DEPEND_MK -----------------------------------------
Expand Down
8 changes: 3 additions & 5 deletions devel/ros-class-loader/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
SHA1 (ros/class_loader-0.1.29.tar.gz) = db6322e689628801f925f16d313a13763f927bb4
RMD160 (ros/class_loader-0.1.29.tar.gz) = e82cd8471a404b4259d5f733e90b15bf1e5cdbdf
Size (ros/class_loader-0.1.29.tar.gz) = 26451 bytes
SHA1 (patch-aa) = 9969f384b4651e99b12cd8ac798d220a25e80eb0
SHA1 (ros/class_loader/0.3.0.tar.gz) = 252afc6ab5941617a988d022bbff35cb8015ca52
RMD160 (ros/class_loader/0.3.0.tar.gz) = 7815a04746bf3ffa4320faa014c14f3ee4b3606f
Size (ros/class_loader/0.3.0.tar.gz) = 26650 bytes
SHA1 (patch-ab) = 501a0786583f6359620d5b2f028a5cb9fe5936f3
SHA1 (patch-ac) = cb0248ea7983f91a2c4766c43a1ea1cd54623337
9 changes: 0 additions & 9 deletions devel/ros-class-loader/patches/patch-aa

This file was deleted.

12 changes: 0 additions & 12 deletions devel/ros-class-loader/patches/patch-ac

This file was deleted.

0 comments on commit d2141a0

Please sign in to comment.