[ignition-transport] 01/01: Merge tag 'upstream/0.9.0'

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Tue Nov 17 00:56:14 UTC 2015


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

jrivero-guest pushed a commit to branch master
in repository ignition-transport.

commit 58df1c7693cedaffbb7565fc854c6ec91acdb1fa
Merge: 3fa851e 5d618da
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Tue Nov 17 01:55:54 2015 +0100

    Merge tag 'upstream/0.9.0'
    
    Upstream version 0.9.0

 .hg_archival.txt                                   |   6 +-
 CMakeLists.txt                                     |  62 ++++--
 INSTALL_WIN32.md                                   |   2 +-
 cmake/CodeCoverage.cmake                           |  59 +++---
 cmake/DefaultCFlags.cmake                          |  17 +-
 cmake/SearchForStuff.cmake                         |   3 +
 cmake/TestUtils.cmake                              |  11 +-
 cmake/Utils.cmake                                  |  34 +++-
 cmake/ignition-config.cmake.in                     |  84 ++++++--
 cmake/pkgconfig/ignition-transport.in              |  10 +
 cmake/pkgconfig/ignition.in                        |  10 -
 cmake/upload_doc.sh.in                             |  29 +++
 configure.bat                                      |  17 +-
 example/CMakeLists.txt                             |  69 ++-----
 example/configure.bat                              |  20 +-
 example/msg/int.proto                              |   9 -
 example/{msg => msgs}/CMakeLists.txt               |   1 -
 example/{msg => msgs}/stringmsg.proto              |   3 +-
 example/publisher.cc                               |   4 +-
 example/requester.cc                               |   6 +-
 example/requester_async.cc                         |   8 +-
 example/responser.cc                               |   6 +-
 example/subscriber.cc                              |   4 +-
 include/ignition/transport/CMakeLists.txt          |   8 +-
 include/ignition/transport/Discovery.hh            |  16 +-
 include/ignition/transport/DiscoveryPrivate.hh     |   8 +-
 include/ignition/transport/HandlerStorage.hh       |  37 ++--
 include/ignition/transport/Helpers.hh              |  83 +++++---
 include/ignition/transport/NetUtils.hh             |   1 +
 include/ignition/transport/Node.hh                 | 140 +++++++------
 include/ignition/transport/NodePrivate.hh          |   4 +-
 include/ignition/transport/Packet.hh               |  12 +-
 include/ignition/transport/RepHandler.hh           |  46 +++--
 include/ignition/transport/ReqHandler.hh           |  33 +--
 include/ignition/transport/SubscriptionHandler.hh  |  62 ++----
 include/ignition/transport/TopicStorage.hh         |  27 +--
 include/ignition/transport/TransportTypes.hh       |  40 ++--
 include/ignition/transport/Uuid.hh                 |   4 +-
 include/ignition/transport/ign.hh                  |   2 -
 msgs/CMakeLists.txt                                |  64 ++++++
 msgs/generator/IgnGenerator.cc                     | 150 ++++++++++++++
 msgs/generator/IgnGenerator.hh                     |  66 ++++++
 msgs/generator/ign_generator.cc                    |  29 +++
 {test/msg => msgs}/int.proto                       |   2 +-
 {test/msg => msgs}/vector3d.proto                  |   5 +
 src/CMakeLists.txt                                 |  27 ++-
 src/Discovery.cc                                   |  36 ++--
 src/Discovery_TEST.cc                              |  60 ++++++
 src/HandlerStorage_TEST.cc                         |  18 +-
 src/Node.cc                                        |  65 ++++--
 src/NodeShared.cc                                  |  42 ++--
 src/Node_TEST.cc                                   |  48 ++++-
 src/Packet.cc                                      |   8 +-
 src/TopicStorage_TEST.cc                           |  10 +-
 src/TopicUtils_TEST.cc                             | 221 +++++++--------------
 src/cmd/cmdtransport.rb.in                         |   2 +-
 src/ign.cc                                         |   1 +
 test/integration/scopedTopic.cc                    |   2 +-
 test/integration/scopedTopicSubscriber_aux.cc      |   2 +-
 test/integration/twoProcessesPubSub.cc             |   2 +-
 .../twoProcessesPubSubSubscriber_aux.cc            |   2 +-
 test/integration/twoProcessesPublisher_aux.cc      |   2 +-
 test/integration/twoProcessesSrvCall.cc            |   2 +-
 .../twoProcessesSrvCallReplierIncreasing_aux.cc    |   2 +-
 test/integration/twoProcessesSrvCallReplier_aux.cc |   2 +-
 test/integration/twoProcessesSrvCallStress.cc      |   2 +-
 test/integration/twoProcessesSrvCallSync1.cc       |   4 +-
 test/msg/CMakeLists.txt                            |  17 --
 test/test_config.h.in                              |  12 +-
 tools/CMakeLists.txt                               |   1 +
 tools/ign_TEST.cc                                  |   4 +-
 71 files changed, 1231 insertions(+), 676 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ignition-transport.git



More information about the debian-science-commits mailing list