[med-svn] [odil] branch master updated (1c5cfeb -> 9516832)
Julien Lamy
lamy-guest at moszumanska.debian.org
Fri Oct 21 10:13:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamy-guest pushed a change to branch master
in repository odil.
from 1c5cfeb New upstream release
new ef8f6c6 Imported Upstream version 0.7.3
new 39c440f Merge tag 'upstream/0.7.3'
new d2af9f1 Improve man page
new 8b1be08 Add multiarch metadata
new 9516832 Add new changelog entry
The 5 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:
applications/print_.py | 4 +-
debian/changelog | 7 +
debian/control | 4 +
debian/odil.1 | 4 +-
src/odil/AssociationParameters.cpp | 135 +++++++++-
src/odil/AssociationParameters.h | 48 ++++
src/odil/pdu/AsynchronousOperationsWindow.cpp | 87 +++++++
src/odil/pdu/AsynchronousOperationsWindow.h | 55 ++++
src/odil/pdu/SOPClassCommonExtendedNegotiation.cpp | 190 ++++++++++++++
src/odil/pdu/SOPClassCommonExtendedNegotiation.h | 69 ++++++
src/odil/pdu/SOPClassExtendedNegotiation.cpp | 120 +++++++++
src/odil/pdu/SOPClassExtendedNegotiation.h | 63 +++++
src/odil/pdu/UserInformation.cpp | 35 ++-
src/odil/registry.cpp | 276 +++++++++++++++++++--
src/odil/registry.h | 92 ++++++-
tests/code/AssociationParameters.cpp | 24 +-
tests/code/dul/Transport.cpp | 1 -
tests/code/pdu/AsynchronousOperationsWindow.cpp | 59 +++++
.../code/pdu/SOPClassCommonExtendedNegotiation.cpp | 87 +++++++
tests/code/pdu/SOPClassExtendedNegotiation.cpp | 71 ++++++
wrappers/json_converter.cpp | 8 +-
21 files changed, 1402 insertions(+), 37 deletions(-)
create mode 100644 src/odil/pdu/AsynchronousOperationsWindow.cpp
create mode 100644 src/odil/pdu/AsynchronousOperationsWindow.h
create mode 100644 src/odil/pdu/SOPClassCommonExtendedNegotiation.cpp
create mode 100644 src/odil/pdu/SOPClassCommonExtendedNegotiation.h
create mode 100644 src/odil/pdu/SOPClassExtendedNegotiation.cpp
create mode 100644 src/odil/pdu/SOPClassExtendedNegotiation.h
create mode 100644 tests/code/pdu/AsynchronousOperationsWindow.cpp
create mode 100644 tests/code/pdu/SOPClassCommonExtendedNegotiation.cpp
create mode 100644 tests/code/pdu/SOPClassExtendedNegotiation.cpp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/odil.git
More information about the debian-med-commit
mailing list