[med-svn] [orthanc-dicomweb] branch master updated (7e37555 -> b7b1954)
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Thu Jul 20 12:08:36 UTC 2017
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 7e37555 Upload to unstable
new 0e0f2ec New upstream version 0.4+dfsg
new f87278f Updated version 0.4+dfsg from 'upstream/0.4+dfsg'
new 0868a4d preparing for 0.4+dfsg-1
new 87674cb building 0.4+dfsg-1
new b87f5c9 fix
new b7b1954 upgrade debian standards version
The 6 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 | 7 +-
AUTHORS | 11 +-
CMakeLists.txt | 6 +-
NEWS | 20 +-
Orthanc/Core/ChunkedBuffer.cpp | 1 +
Orthanc/Core/ChunkedBuffer.h | 1 +
Orthanc/Core/Enumerations.cpp | 113 +++-
Orthanc/Core/Enumerations.h | 11 +-
Orthanc/Core/Logging.h | 69 ++-
Orthanc/Core/OrthancException.h | 3 +-
Orthanc/Core/PrecompiledHeaders.h | 4 +-
Orthanc/Core/SystemToolbox.cpp | 552 +++++++++++++++++
.../Core/{OrthancException.h => SystemToolbox.h} | 101 ++--
Orthanc/Core/Toolbox.cpp | 650 ++++++---------------
Orthanc/Core/Toolbox.h | 106 ++--
Orthanc/Core/WebServiceParameters.cpp | 14 +-
Orthanc/Core/WebServiceParameters.h | 7 +
.../Samples/Common/OrthancPluginCppWrapper.cpp | 595 +++++++++++++++----
.../Samples/Common/OrthancPluginCppWrapper.h | 280 ++++++---
.../Samples/Common/OrthancPluginException.h | 101 ++++
Orthanc/Resources/CMake/BoostConfiguration.cmake | 60 +-
Orthanc/Resources/CMake/Compiler.cmake | 29 +-
Orthanc/Resources/CMake/DownloadPackage.cmake | 22 +-
.../Resources/CMake/GoogleTestConfiguration.cmake | 29 +-
Orthanc/Resources/CMake/JsonCppConfiguration.cmake | 2 +-
Orthanc/Resources/CMake/PugixmlConfiguration.cmake | 8 +-
Orthanc/Resources/CMake/ZlibConfiguration.cmake | 6 +-
Orthanc/Resources/ThirdParty/VisualStudio/stdint.h | 506 ++++++++--------
Orthanc/Resources/WindowsResources.py | 1 +
Plugin/Configuration.cpp | 223 ++++---
Plugin/Configuration.h | 1 +
Plugin/Dicom.cpp | 11 +-
Plugin/Dicom.h | 2 +
Plugin/DicomResults.cpp | 17 +-
Plugin/DicomResults.h | 1 +
Plugin/DicomWebClient.cpp | 119 ++--
Plugin/DicomWebClient.h | 1 +
Plugin/DicomWebServers.cpp | 13 +-
Plugin/DicomWebServers.h | 1 +
Plugin/Plugin.cpp | 18 +-
Plugin/Plugin.h | 1 +
Plugin/QidoRs.cpp | 37 +-
Plugin/QidoRs.h | 1 +
Plugin/StowRs.cpp | 7 +
Plugin/StowRs.h | 1 +
Plugin/WadoRs.cpp | 21 +-
Plugin/WadoRs.h | 1 +
Plugin/WadoRsRetrieveFrames.cpp | 133 +++--
Plugin/WadoUri.cpp | 15 +-
Plugin/WadoUri.h | 1 +
README | 5 +-
Resources/BuildInstructions.txt | 11 +-
Resources/CMake/GdcmConfiguration.cmake | 4 +-
Resources/Samples/JavaScript/qido-rs.js | 1 +
Resources/Samples/JavaScript/stow-rs.js | 1 +
Resources/Samples/Python/SendStow.py | 8 +-
Resources/Samples/Python/WadoRetrieveStudy.py | 1 +
Resources/SyncOrthancFolder.py | 3 +
Status.txt | 16 +
UnitTestsSources/UnitTestsMain.cpp | 10 +
Usage.txt | 284 ---------
debian/changelog | 6 +
debian/control | 2 +-
debian/patches/cmake | 23 +-
debian/rules | 5 +-
65 files changed, 2739 insertions(+), 1581 deletions(-)
create mode 100644 Orthanc/Core/SystemToolbox.cpp
copy Orthanc/Core/{OrthancException.h => SystemToolbox.h} (51%)
create mode 100644 Orthanc/Plugins/Samples/Common/OrthancPluginException.h
delete 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