[med-svn] [odil] 02/08: Merge tag 'upstream/0.8.0'
Julien Lamy
lamy-guest at moszumanska.debian.org
Thu Apr 20 09:52:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
lamy-guest pushed a commit to branch master
in repository odil.
commit 45aae16f3ce44664385f46ab4fa4e79da38830be
Merge: 68041c4 78d9019
Author: root <root at 0081a9e9b04b>
Date: Wed Apr 19 10:31:25 2017 +0000
Merge tag 'upstream/0.8.0'
Upstream version 0.8.0
.travis.yml | 18 +-
CMakeLists.txt | 22 +-
FindICU.cmake | 15 +-
FindLog4Cpp.cmake | 2 +-
README.md | 11 +-
applications/odil | 3 +-
applications/store.py | 68 ++++
appveyor.full.yml | 52 ---
appveyor.yml | 113 ++++--
ctest-to-junit.xsl | 64 ++++
examples/CMakeLists.txt | 6 +-
examples/find.cpp | 10 +-
examples/genericscp.cpp | 22 +-
src/CMakeLists.txt | 10 +-
src/odil/Association.cpp | 8 +-
src/odil/Association.h | 9 +-
src/odil/AssociationAcceptor.h | 4 +-
src/odil/AssociationParameters.cpp | 8 +-
src/odil/AssociationParameters.h | 7 +-
src/odil/BasicDirectoryCreator.h | 3 +-
src/odil/DataSet.cpp | 215 +++++------
src/odil/DataSet.h | 78 ++--
src/odil/EchoSCP.cpp | 14 +
src/odil/EchoSCP.h | 7 +-
src/odil/EchoSCU.h | 3 +-
src/odil/Element.cpp | 137 ++++---
src/odil/Element.h | 88 ++---
src/odil/ElementsDictionary.h | 76 ++--
src/odil/Exception.h | 4 +-
src/odil/FindSCP.cpp | 18 +-
src/odil/FindSCP.h | 9 +-
src/odil/FindSCU.cpp | 77 +++-
src/odil/FindSCU.h | 18 +-
src/odil/GetSCP.cpp | 18 +-
src/odil/GetSCP.h | 8 +-
src/odil/GetSCU.cpp | 96 +++--
src/odil/GetSCU.h | 25 +-
src/odil/MoveSCP.cpp | 20 +-
src/odil/MoveSCP.h | 7 +-
src/odil/MoveSCU.cpp | 72 +++-
src/odil/MoveSCU.h | 28 +-
src/odil/{StoreSCP.cpp => NCreateSCP.cpp} | 53 +--
src/odil/{EchoSCP.h => NCreateSCP.h} | 27 +-
src/odil/NSetSCP.cpp | 102 ++++++
src/odil/{EchoSCP.h => NSetSCP.h} | 28 +-
src/odil/NSetSCU.cpp | 74 ++++
src/odil/{StoreSCU.h => NSetSCU.h} | 20 +-
src/odil/Reader.cpp | 46 +--
src/odil/Reader.h | 3 +-
src/odil/SCP.cpp | 4 +-
src/odil/SCP.h | 8 +-
src/odil/SCPDispatcher.cpp | 27 +-
src/odil/SCPDispatcher.h | 7 +-
src/odil/SCU.h | 3 +-
src/odil/StoreSCP.cpp | 18 +-
src/odil/StoreSCP.h | 9 +-
src/odil/StoreSCU.cpp | 37 +-
src/odil/StoreSCU.h | 12 +-
src/odil/Tag.h | 16 +-
src/odil/UIDsDictionary.h | 4 +-
src/odil/VR.h | 16 +-
src/odil/VRFinder.h | 3 +-
src/odil/Value.cpp | 164 ++++++---
src/odil/Value.h | 69 ++--
src/odil/Value.txx | 12 +-
src/odil/Writer.h | 3 +-
src/odil/base64.h | 6 +-
src/odil/dcmtk/ElementAccessor.h | 5 +-
src/odil/dcmtk/Exception.h | 3 +-
src/odil/dcmtk/conversion.cpp | 48 +--
src/odil/dcmtk/conversion.h | 20 +-
src/odil/dul/EventData.h | 3 +-
src/odil/dul/StateMachine.h | 3 +-
src/odil/dul/Transport.h | 4 +-
src/odil/json_converter.cpp | 12 +-
src/odil/json_converter.h | 5 +-
src/odil/message/CEchoRequest.h | 3 +-
src/odil/message/CEchoResponse.h | 3 +-
src/odil/message/CFindRequest.cpp | 54 ++-
src/odil/message/CFindRequest.h | 24 +-
src/odil/message/CFindResponse.cpp | 47 ++-
src/odil/message/CFindResponse.h | 21 +-
src/odil/message/CGetRequest.cpp | 54 ++-
src/odil/message/CGetRequest.h | 24 +-
src/odil/message/CGetResponse.cpp | 51 ++-
src/odil/message/CGetResponse.h | 21 +-
src/odil/message/CMoveRequest.cpp | 56 ++-
src/odil/message/CMoveRequest.h | 26 +-
src/odil/message/CMoveResponse.cpp | 51 ++-
src/odil/message/CMoveResponse.h | 21 +-
src/odil/message/CStoreRequest.cpp | 64 +++-
src/odil/message/CStoreRequest.h | 31 +-
src/odil/message/CStoreResponse.h | 3 +-
src/odil/message/Cancellation.h | 3 +-
src/odil/message/Message.cpp | 41 +++
src/odil/message/Message.h | 18 +-
src/odil/message/NCreateRequest.cpp | 51 +++
src/odil/message/NCreateRequest.h | 63 ++++
src/odil/message/NCreateResponse.cpp | 53 +++
src/odil/message/NCreateResponse.h | 61 ++++
src/odil/message/NSetRequest.cpp | 93 +++++
src/odil/message/NSetRequest.h | 59 +++
src/odil/message/NSetResponse.cpp | 61 ++++
src/odil/message/NSetResponse.h | 58 +++
src/odil/message/Request.h | 3 +-
src/odil/message/Response.h | 3 +-
src/odil/odil.h | 7 +-
src/odil/pdu/AAbort.h | 3 +-
src/odil/pdu/AAssociate.h | 3 +-
src/odil/pdu/AAssociateAC.h | 3 +-
src/odil/pdu/AAssociateRJ.h | 3 +-
src/odil/pdu/AAssociateRQ.h | 3 +-
src/odil/pdu/AReleaseRP.h | 3 +-
src/odil/pdu/AReleaseRQ.h | 3 +-
src/odil/pdu/ApplicationContext.h | 3 +-
src/odil/pdu/AsynchronousOperationsWindow.h | 3 +-
src/odil/pdu/ImplementationClassUID.h | 3 +-
src/odil/pdu/ImplementationVersionName.h | 3 +-
src/odil/pdu/Item.h | 7 +-
src/odil/pdu/MaximumLength.h | 3 +-
src/odil/pdu/Object.h | 5 +-
src/odil/pdu/PDataTF.h | 5 +-
src/odil/pdu/PresentationContext.h | 3 +-
src/odil/pdu/PresentationContextAC.h | 3 +-
src/odil/pdu/PresentationContextRQ.h | 3 +-
src/odil/pdu/RoleSelection.h | 3 +-
src/odil/pdu/SOPClassCommonExtendedNegotiation.h | 3 +-
src/odil/pdu/SOPClassExtendedNegotiation.h | 3 +-
src/odil/pdu/UserIdentityAC.h | 3 +-
src/odil/pdu/UserIdentityRQ.h | 3 +-
src/odil/pdu/UserInformation.h | 3 +-
src/odil/registry.cpp | 59 ++-
src/odil/registry.h | 19 +-
src/odil/uid.h | 2 +-
src/odil/unicode.h | 6 +-
src/odil/write_ds.h | 4 +-
src/odil/xml_converter.cpp | 24 +-
src/odil/xml_converter.h | 5 +-
tests/CMakeLists.txt | 7 +-
tests/code/BasicDirectoryCreator.cpp | 15 +-
tests/code/DataSet.cpp | 445 +++++++++++------------
tests/code/Element.cpp | 353 ++++++++++++------
tests/code/FindSCP.cpp | 18 +-
tests/code/FindSCU.cpp | 27 ++
tests/code/GetSCP.cpp | 20 +-
tests/code/GetSCU.cpp | 40 ++
tests/code/MoveSCP.cpp | 18 +-
tests/code/MoveSCU.cpp | 48 +++
tests/code/NCreateSCP.cpp | 91 +++++
tests/code/Reader.cpp | 2 +-
tests/code/SCPDispatcher.cpp | 2 +-
tests/code/StoreSCU.cpp | 8 +
tests/code/Value.cpp | 379 ++++++++-----------
tests/run | 24 +-
tests/tools/CMakeLists.txt | 8 +-
tests/wrappers/test_association_parameters.py | 4 +-
tests/wrappers/test_data_set.py | 243 ++++++-------
tests/wrappers/test_element.py | 194 +++++++---
tests/wrappers/test_tag.py | 11 +
tests/wrappers/test_value.py | 150 ++++++--
tests/wrappers/test_vr.py | 20 +
wrappers/Assocation.cpp | 110 +++---
wrappers/AssocationParameters.cpp | 3 +-
wrappers/CEchoResponse.cpp | 30 ++
wrappers/CMakeLists.txt | 20 +
wrappers/CStoreResponse.cpp | 54 +++
wrappers/DataSet.cpp | 2 +
wrappers/EchoSCP.cpp | 32 +-
wrappers/Element.cpp | 12 +-
wrappers/FindSCP.cpp | 7 +-
wrappers/GetSCP.cpp | 7 +-
wrappers/Message.cpp | 65 +++-
wrappers/MoveSCP.cpp | 7 +-
wrappers/{EchoSCP.cpp => NCreateSCP.cpp} | 17 +-
wrappers/NSetRequest.cpp | 50 +++
wrappers/{EchoSCP.cpp => NSetSCP.cpp} | 27 +-
wrappers/{StoreSCU.cpp => NSetSCU.cpp} | 16 +-
wrappers/Response.cpp | 34 ++
wrappers/{EchoSCP.cpp => SCP.cpp} | 15 +-
wrappers/SCPDispatcher.cpp | 47 +++
wrappers/StoreSCP.cpp | 31 +-
wrappers/StoreSCU.cpp | 14 +-
wrappers/Tag.cpp | 6 +
wrappers/VR.cpp | 70 ++++
wrappers/Value.cpp | 6 +-
wrappers/odil.cpp | 19 +-
wrappers/value_constructor.cpp | 41 ++-
187 files changed, 4644 insertions(+), 1899 deletions(-)
--
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