[ignition-transport] branch master updated (3fa851e -> 58df1c7)
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 change to branch master
in repository ignition-transport.
from 3fa851e Update changelog.
adds 5d618da Imported Upstream version 0.9.0
new 58df1c7 Merge tag 'upstream/0.9.0'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.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(-)
create mode 100644 cmake/pkgconfig/ignition-transport.in
delete mode 100644 cmake/pkgconfig/ignition.in
create mode 100644 cmake/upload_doc.sh.in
delete mode 100644 example/msg/int.proto
rename example/{msg => msgs}/CMakeLists.txt (97%)
rename example/{msg => msgs}/stringmsg.proto (62%)
create mode 100644 msgs/CMakeLists.txt
create mode 100644 msgs/generator/IgnGenerator.cc
create mode 100644 msgs/generator/IgnGenerator.hh
create mode 100644 msgs/generator/ign_generator.cc
rename {test/msg => msgs}/int.proto (76%)
rename {test/msg => msgs}/vector3d.proto (62%)
delete mode 100644 test/msg/CMakeLists.txt
--
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