[med-svn] [orthanc-dicomweb] branch upstream updated (fc6ba12 -> 0e0f2ec)
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Thu Jul 20 12:08:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
jodogne-guest pushed a change to branch upstream
in repository orthanc-dicomweb.
from fc6ba12 Imported Upstream version 0.3+dfsg
new 0e0f2ec New upstream version 0.4+dfsg
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 | 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 ---------
61 files changed, 2724 insertions(+), 1560 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