[med-svn] [orthanc-dicomweb] branch master updated (f869f80 -> 5b8603e)
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Tue Jun 28 14:28:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
jodogne-guest pushed a change to branch master
in repository orthanc-dicomweb.
from f869f80 Upload to unstable
new cfc0bd6 preparing for 0.3+dfsg-1
new fc6ba12 Imported Upstream version 0.3+dfsg
new 30cd0aa Merge tag 'upstream/0.3+dfsg'
new c16b60a building 0.3+dfsg-1
new 5b8603e fix lintian warning
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:
.hg_archival.txt | 6 +-
AUTHORS | 4 +-
CMakeLists.txt | 17 +-
NEWS | 13 +
Orthanc/Core/ChunkedBuffer.cpp | 15 +-
Orthanc/Core/ChunkedBuffer.h | 4 +-
Orthanc/Core/Enumerations.cpp | 248 +++++-
Orthanc/Core/Enumerations.h | 84 ++-
Orthanc/Core/Logging.h | 15 +-
Orthanc/Core/OrthancException.h | 2 +-
Orthanc/Core/PrecompiledHeaders.h | 2 +-
Orthanc/Core/Toolbox.cpp | 232 +++++-
Orthanc/Core/Toolbox.h | 20 +-
Orthanc/Core/WebServiceParameters.cpp | 265 +++++++
Orthanc/Core/WebServiceParameters.h | 124 +++
.../Samples/Common/OrthancPluginCppWrapper.cpp | 829 +++++++++++++++++++++
.../Samples/Common/OrthancPluginCppWrapper.h | 384 ++++++++++
Orthanc/Resources/CMake/BoostConfiguration.cmake | 65 +-
Orthanc/Resources/CMake/Compiler.cmake | 35 +-
Orthanc/Resources/CMake/DownloadPackage.cmake | 14 +-
Orthanc/Resources/CMake/JsonCppConfiguration.cmake | 25 +
Orthanc/Resources/WindowsResources.py | 2 +-
.../orthanc/OrthancCPlugin.h | 735 +++++++++++++++++-
Plugin/ChunkedBuffer.cpp | 86 ---
Plugin/ChunkedBuffer.h | 59 --
Plugin/Configuration.cpp | 354 ++++-----
Plugin/Configuration.h | 65 +-
Plugin/Dicom.cpp | 195 +++--
Plugin/Dicom.h | 38 +-
Plugin/DicomResults.cpp | 356 ++++++++-
Plugin/DicomResults.h | 10 +-
Plugin/DicomWebClient.cpp | 616 +++++++++++++++
Plugin/{QidoRs.h => DicomWebClient.h} | 18 +-
Plugin/DicomWebServers.cpp | 279 +++++++
Plugin/DicomWebServers.h | 73 ++
Plugin/Plugin.cpp | 234 +++---
Plugin/Plugin.h | 10 +-
Plugin/QidoRs.cpp | 383 +++++++---
Plugin/QidoRs.h | 2 +-
Plugin/StowRs.cpp | 56 +-
Plugin/StowRs.h | 2 +-
Plugin/WadoRs.cpp | 180 ++---
Plugin/WadoRs.h | 2 +-
Plugin/WadoRsRetrieveFrames.cpp | 97 +--
Plugin/{Wado.cpp => WadoUri.cpp} | 111 ++-
Plugin/{Wado.h => WadoUri.h} | 8 +-
README | 21 +-
Resources/CMake/GdcmConfiguration.cmake | 2 +-
Resources/Samples/JavaScript/index.html | 4 +-
Resources/Samples/JavaScript/qido-rs.js | 2 +-
Resources/Samples/JavaScript/stow-rs.js | 2 +-
Resources/Samples/{ => Python}/SendStow.py | 44 +-
.../Samples/{ => Python}/WadoRetrieveStudy.py | 2 +-
Resources/SyncOrthancFolder.py | 22 +-
UnitTestsSources/UnitTestsMain.cpp | 4 +-
Usage.txt | 284 +++++++
debian/changelog | 6 +
debian/control | 4 +-
debian/patches/cmake | 34 +-
debian/rules | 2 +
debian/watch | 2 +-
61 files changed, 5741 insertions(+), 1068 deletions(-)
create mode 100644 Orthanc/Core/WebServiceParameters.cpp
create mode 100644 Orthanc/Core/WebServiceParameters.h
create mode 100644 Orthanc/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
create mode 100644 Orthanc/Plugins/Samples/Common/OrthancPluginCppWrapper.h
rename Orthanc/{Sdk-0.9.5 => Sdk-1.1.0}/orthanc/OrthancCPlugin.h (85%)
delete mode 100644 Plugin/ChunkedBuffer.cpp
delete mode 100644 Plugin/ChunkedBuffer.h
create mode 100644 Plugin/DicomWebClient.cpp
copy Plugin/{QidoRs.h => DicomWebClient.h} (65%)
create mode 100644 Plugin/DicomWebServers.cpp
create mode 100644 Plugin/DicomWebServers.h
rename Plugin/{Wado.cpp => WadoUri.cpp} (56%)
rename Plugin/{Wado.h => WadoUri.h} (79%)
rename Resources/Samples/{ => Python}/SendStow.py (57%)
rename Resources/Samples/{ => Python}/WadoRetrieveStudy.py (95%)
create mode 100644 Usage.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/orthanc-dicomweb.git
More information about the debian-med-commit
mailing list