Commit Graph

6 Commits

Author SHA1 Message Date
Joël Esponde a6af8c051e tf, tf2, message-filters, roscpp: remove signals from find_package() calls to support boost 1.69
Deprecated signals library was dropped in 1.69.0 release:
https://www.boost.org/users/history/version_1_69_0.html

Signals (v1) is now removed. Its removal was announced in 1.68 and its
deprecation was announced in 1.54. Boost 1.68 is the last release that
provides this library. Users are encouraged to use Signals2 instead. The
Boost community thanks Douglas Gregor for his work on Signals which
served its users well and which also inspired Signals2.

Ros code already uses signals2 library but it still has links to the
older library in its CMake files. This commit removes those references
as they are now useless and more importantly source of error at
configure time.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2019-07-03 17:17:23 +00:00
Lukas Bulwahn 5a50af9c9c roscpp: state Upstream-Status for patch 2018-05-17 19:36:42 +02:00
Dominique Hunziker 808dcb3a1e some preliminary fixes to make the SDK feature test work with latest changes to boost 2018-05-07 22:37:25 +02:00
Dmitry Rozhkov 000032396c roscpp: add missing header for writev()
resolves #532

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-07-20 09:48:16 +03:00
Lukas Bulwahn 6a53225497 roscpp: removing unneeded patch (resolves #125)
After the native packages are removed, the roscpp patch, which was
originally required for dynamic-reconfigure-native, is not needed
anymore.
2013-09-24 07:10:11 +02:00
Lukas Bulwahn e230277bcb roscpp: removing roscpp's own routine to find pthread (resolves #125)
When updating from 1.9.41 to 1.9.47, the commit
c5dfa6305e
adds a routine in the CMakeLists.txt to find the pthread library.
This routine is not suitable for the use with our tool chain, i.e.,
it reports an error (cf. #125) when using roscpp-native.

This commit adds a patch that reverts that change in roscpp's
CMakeLists.txt.
2013-07-24 10:21:28 +02:00