Package: autobahn-cpp / 17.5.1+git7cc5d37-6

Metadata

Package Version Patches format
autobahn-cpp 17.5.1+git7cc5d37-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
include_forgotten_headers.patch | (download)

CMakeLists.txt | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 include forgotten headers
0001 Make sure all used placeholders are in scope.patch | (download)

autobahn/wamp_websocketpp_websocket_transport.ipp | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 make sure all used placeholders are in scope


0003 Bump CMake policy version.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 bump cmake policy version


0004 boost rm system.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove system package dependency from build.
 Since Boost 1.89 system package is removed.
0005 replace from string.patch | (download)

examples/callee_new.cpp | 2 1 + 1 - 0 !
examples/parameters.cpp | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 replace from_string with make_address.
 Since Boost 1.87 the deprecated from_string is removed.
0006 boost replace with io_context.patch | (download)

autobahn/wamp_rawsocket_transport.hpp | 4 2 + 2 - 0 !
autobahn/wamp_rawsocket_transport.ipp | 2 1 + 1 - 0 !
autobahn/wamp_session.hpp | 4 2 + 2 - 0 !
autobahn/wamp_session.ipp | 35 18 + 17 - 0 !
autobahn/wamp_tcp_transport.hpp | 4 2 + 2 - 0 !
autobahn/wamp_tcp_transport.ipp | 2 1 + 1 - 0 !
autobahn/wamp_websocket_transport.hpp | 9 7 + 2 - 0 !
examples/callee.cpp | 2 1 + 1 - 0 !
examples/callee_new.cpp | 2 1 + 1 - 0 !
examples/caller.cpp | 2 1 + 1 - 0 !
examples/provide_prefix.cpp | 2 1 + 1 - 0 !
examples/publisher.cpp | 2 1 + 1 - 0 !
examples/subscriber.cpp | 2 1 + 1 - 0 !
examples/uds.cpp | 2 1 + 1 - 0 !
examples/wampcra.cpp | 4 2 + 2 - 0 !
examples/websocket_callee.cpp | 2 1 + 1 - 0 !
16 files changed, 43 insertions(+), 37 deletions(-)

 replace io_service with io_context.
 Since Boost 1.87 io_service and its dispatch method is removed.