[ignition-transport] 02/03: Merge tag 'upstream/1.2.0'
Jose Luis Rivero
jrivero-guest at moszumanska.debian.org
Wed Jul 20 00:20:40 UTC 2016
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 ea2b8b538765177873c96d7dc73bfc0f916fc92a
Merge: 9cfab6d dac7e70
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date: Wed Jul 20 00:15:05 2016 +0000
Merge tag 'upstream/1.2.0'
Upstream version 1.2.0
.hg_archival.txt | 9 +-
CMakeLists.txt | 14 +-
Changelog.md | 6 +
INSTALL_WIN32.md => INSTALL_WINDOWS.md | 64 +-
cmake/TestUtils.cmake | 10 +
cmake/config.hh.in | 3 -
conf/CMakeLists.txt | 14 +-
conf/transport.yaml.in | 2 +-
example/CMakeLists.txt | 8 +-
example/configure.bat | 2 +-
example/publisher.cc | 22 +-
example/requester_async.cc | 11 +-
example/responser.cc | 8 +-
example/subscriber.cc | 9 +-
include/ignition/transport/AdvertiseOptions.hh | 85 +
.../ignition/transport/AdvertiseOptionsPrivate.hh | 43 +
include/ignition/transport/CMakeLists.txt | 2 +
include/ignition/transport/Discovery.hh | 51 +-
include/ignition/transport/DiscoveryPrivate.hh | 41 +-
include/ignition/transport/HandlerStorage.hh | 70 +-
include/ignition/transport/Helpers.hh | 31 +
include/ignition/transport/NetUtils.hh | 11 +
include/ignition/transport/Node.hh | 569 ++-
include/ignition/transport/NodeOptions.hh | 110 +
include/ignition/transport/NodeOptionsPrivate.hh | 49 +
include/ignition/transport/NodePrivate.hh | 13 +-
include/ignition/transport/NodeShared.hh | 23 +-
include/ignition/transport/Packet.hh | 45 +-
include/ignition/transport/Publisher.hh | 108 +-
include/ignition/transport/RepHandler.hh | 60 +-
include/ignition/transport/ReqHandler.hh | 61 +-
include/ignition/transport/SubscriptionHandler.hh | 39 +-
include/ignition/transport/TopicStorage.hh | 25 +-
include/ignition/transport/TopicUtils.hh | 25 +-
include/ignition/transport/TransportTypes.hh | 27 +-
include/ignition/transport/Uuid.hh | 1 +
include/ignition/transport/ign.hh | 15 +-
msgs/CMakeLists.txt | 68 +-
msgs/generator/IgnGenerator.cc | 150 -
msgs/generator/IgnGenerator.hh | 66 -
src/AdvertiseOptions.cc | 59 +
.../AdvertiseOptions_TEST.cc | 56 +-
src/CMakeLists.txt | 27 +-
src/Discovery.cc | 537 +-
src/Discovery_TEST.cc | 46 +-
src/HandlerStorage_TEST.cc | 71 +-
msgs/generator/ign_generator.cc => src/Helpers.cc | 36 +-
.../Helpers_TEST.cc | 49 +-
src/NetUtils.cc | 301 +-
.../ign_generator.cc => src/NetUtils_TEST.cc | 31 +-
src/Node.cc | 345 +-
src/NodeOptions.cc | 93 +
src/NodeOptions_TEST.cc | 82 +
src/NodeShared.cc | 413 +-
src/Node_TEST.cc | 524 +-
src/Packet.cc | 35 +-
src/Packet_TEST.cc | 214 +-
src/Publisher.cc | 64 +-
src/Publisher_TEST.cc | 58 +-
src/TopicStorage_TEST.cc | 116 +-
src/TopicUtils.cc | 11 +-
src/TopicUtils_TEST.cc | 34 +-
src/Uuid.cc | 1 +
src/Uuid_TEST.cc | 11 +-
src/cmd/CMakeLists.txt | 7 +-
src/cmd/cmdtransport.rb.in | 21 +-
src/ign.cc | 88 +-
test/gtest/cmake/internal_utils.cmake | 227 -
test/gtest/gtest-1.7.0.diff | 44 -
test/gtest/include/gtest/gtest-death-test.h | 294 --
test/gtest/include/gtest/gtest-message.h | 250 -
test/gtest/include/gtest/gtest-param-test.h | 1421 ------
test/gtest/include/gtest/gtest-param-test.h.pump | 487 --
test/gtest/include/gtest/gtest-printers.h | 856 ----
test/gtest/include/gtest/gtest-spi.h | 232 -
test/gtest/include/gtest/gtest-test-part.h | 179 -
test/gtest/include/gtest/gtest-typed-test.h | 260 -
test/gtest/include/gtest/gtest.h | 2291 ---------
test/gtest/include/gtest/gtest_pred_impl.h | 358 --
test/gtest/include/gtest/gtest_prod.h | 58 -
.../gtest/internal/gtest-death-test-internal.h | 319 --
test/gtest/include/gtest/internal/gtest-filepath.h | 206 -
test/gtest/include/gtest/internal/gtest-internal.h | 1158 -----
.../include/gtest/internal/gtest-linked_ptr.h | 233 -
.../gtest/internal/gtest-param-util-generated.h | 5143 --------------------
.../internal/gtest-param-util-generated.h.pump | 301 --
.../include/gtest/internal/gtest-param-util.h | 619 ---
test/gtest/include/gtest/internal/gtest-port.h | 1948 --------
test/gtest/include/gtest/internal/gtest-string.h | 167 -
test/gtest/include/gtest/internal/gtest-tuple.h | 1012 ----
.../include/gtest/internal/gtest-tuple.h.pump | 339 --
.../gtest/include/gtest/internal/gtest-type-util.h | 3331 -------------
.../include/gtest/internal/gtest-type-util.h.pump | 297 --
test/gtest/src/gtest-all.cc | 48 -
test/gtest/src/gtest-death-test.cc | 1344 -----
test/gtest/src/gtest-filepath.cc | 382 --
test/gtest/src/gtest-internal-inl.h | 1218 -----
test/gtest/src/gtest-port.cc | 805 ---
test/gtest/src/gtest-printers.cc | 363 --
test/gtest/src/gtest-test-part.cc | 110 -
test/gtest/src/gtest-typed-test.cc | 110 -
test/gtest/src/gtest.cc | 5016 -------------------
test/gtest/src/gtest_main.cc | 38 -
test/integration/CMakeLists.txt | 1 +
...twoProcessesPublisher_aux.cc => fastPub_aux.cc} | 13 +-
test/integration/scopedTopic.cc | 6 +-
test/integration/scopedTopicSubscriber_aux.cc | 5 +-
test/integration/twoProcessesPubSub.cc | 205 +-
.../twoProcessesPubSubSubscriber_aux.cc | 27 +-
test/integration/twoProcessesPublisher_aux.cc | 10 +-
test/integration/twoProcessesSrvCall.cc | 239 +-
.../twoProcessesSrvCallReplierIncreasing_aux.cc | 6 +-
test/integration/twoProcessesSrvCallReplier_aux.cc | 5 +-
test/integration/twoProcessesSrvCallStress.cc | 1 +
test/integration/twoProcessesSrvCallSync1.cc | 15 +-
test/test_config.h.in | 32 +-
tools/code_check.sh | 6 +-
tools/ign_TEST.cc | 114 +-
118 files changed, 3988 insertions(+), 33461 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