[med-svn] [orthanc] 02/05: Update upstream source from tag 'upstream/1.3.1+dfsg'
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Thu Nov 30 11:28:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
jodogne-guest pushed a commit to branch master
in repository orthanc.
commit d6a3d63abf403f624d4d778f1179629cf0d9e446
Merge: 6dad562 4d644ca
Author: jodogne-guest <s.jodogne at gmail.com>
Date: Thu Nov 30 12:04:32 2017 +0100
Update upstream source from tag 'upstream/1.3.1+dfsg'
Update to upstream version '1.3.1+dfsg'
with Debian dir 669327ce7cbac585636b8ca06d447aaca0cf1ccb
.hg_archival.txt | 8 +-
.travis.yml | 2 +-
CMakeLists.txt | 399 ++++------------
Core/Cache/SharedArchive.h | 8 +
Core/Compression/HierarchicalZipWriter.h | 4 +
Core/Compression/ZipWriter.h | 4 -
Core/DicomFormat/DicomImageInformation.cpp | 32 +-
Core/DicomFormat/DicomMap.cpp | 191 ++++++++
Core/DicomFormat/DicomMap.h | 24 +
Core/DicomFormat/DicomTag.h | 11 +
Core/DicomFormat/DicomValue.cpp | 102 +++++
Core/DicomFormat/DicomValue.h | 16 +
.../DicomNetworking}/DicomFindAnswers.cpp | 9 +-
.../DicomNetworking}/DicomFindAnswers.h | 2 +-
.../DicomNetworking}/DicomServer.cpp | 44 +-
.../DicomNetworking}/DicomServer.h | 25 +
.../DicomNetworking}/DicomUserConnection.cpp | 17 +-
.../DicomNetworking}/DicomUserConnection.h | 6 +-
.../DicomNetworking}/IApplicationEntityFilter.h | 2 +-
.../DicomNetworking}/IFindRequestHandler.h | 2 +
.../DicomNetworking}/IFindRequestHandlerFactory.h | 0
.../DicomNetworking}/IMoveRequestHandler.h | 0
.../DicomNetworking}/IMoveRequestHandlerFactory.h | 0
.../DicomNetworking}/IStoreRequestHandler.h | 0
.../DicomNetworking}/IStoreRequestHandlerFactory.h | 0
.../DicomNetworking}/IWorklistRequestHandler.h | 0
.../IWorklistRequestHandlerFactory.h | 0
.../Internals/CommandDispatcher.cpp | 11 +-
.../DicomNetworking}/Internals/CommandDispatcher.h | 4 +-
.../DicomNetworking}/Internals/FindScp.cpp | 21 +-
.../DicomNetworking}/Internals/FindScp.h | 4 +-
.../DicomNetworking}/Internals/MoveScp.cpp | 13 +-
.../DicomNetworking}/Internals/MoveScp.h | 2 +-
.../DicomNetworking}/Internals/StoreScp.cpp | 20 +-
.../DicomNetworking}/Internals/StoreScp.h | 2 +-
.../DicomNetworking}/RemoteModalityParameters.cpp | 6 +-
.../DicomNetworking}/RemoteModalityParameters.h | 2 +-
.../ReusableDicomUserConnection.cpp | 6 +-
.../DicomNetworking}/ReusableDicomUserConnection.h | 0
.../DicomParsing}/DicomDirWriter.cpp | 72 ++-
.../DicomParsing}/DicomDirWriter.h | 4 +
.../DicomParsing}/DicomModification.cpp | 6 +-
.../DicomParsing}/DicomModification.h | 0
.../DicomParsing}/FromDcmtkBridge.cpp | 124 ++++-
.../DicomParsing}/FromDcmtkBridge.h | 48 +-
.../DicomParsing}/Internals/DicomFrameIndex.cpp | 11 +-
.../DicomParsing}/Internals/DicomFrameIndex.h | 2 +
.../DicomParsing}/Internals/DicomImageDecoder.cpp | 266 +++++++++--
.../DicomParsing}/Internals/DicomImageDecoder.h | 18 +-
.../DicomParsing}/ParsedDicomFile.cpp | 189 +++++---
.../DicomParsing}/ParsedDicomFile.h | 47 +-
.../DicomParsing}/ToDcmtkBridge.cpp | 4 +-
.../DicomParsing}/ToDcmtkBridge.h | 6 +-
Core/Endianness.h | 4 +-
Core/Enumerations.cpp | 233 +++++++++-
Core/Enumerations.h | 108 ++++-
Core/FileStorage/FilesystemStorage.h | 8 +
Core/FileStorage/StorageAccessor.cpp | 11 +-
Core/FileStorage/StorageAccessor.h | 27 +-
Core/HttpServer/MongooseServer.cpp | 62 ++-
Core/HttpServer/MongooseServer.h | 14 +
Core/Images/Font.cpp | 17 +-
Core/Images/Font.h | 2 +
Core/Images/FontRegistry.cpp | 4 +
Core/Images/FontRegistry.h | 12 +-
Core/Images/ImageAccessor.cpp | 4 +
Core/Images/ImageProcessing.cpp | 68 ++-
Core/Images/ImageProcessing.h | 10 +-
Core/Images/JpegErrorManager.h | 8 +
Core/Images/JpegReader.h | 16 +-
Core/Images/JpegWriter.cpp | 2 +
Core/Images/JpegWriter.h | 8 +
Core/Images/PngReader.h | 8 +
Core/Images/PngWriter.cpp | 2 +
Core/Images/PngWriter.h | 8 +
Core/Logging.cpp | 7 +-
Core/Lua/LuaContext.cpp | 2 +
Core/Lua/LuaContext.h | 11 +-
Core/MultiThreading/Mutex.cpp | 4 +-
Core/PrecompiledHeaders.h | 19 +-
Core/SQLite/OrthancSQLiteException.h | 5 +
Core/SQLite/Statement.h | 2 +-
Core/SystemToolbox.cpp | 51 ++-
Core/SystemToolbox.h | 2 -
Core/Toolbox.cpp | 28 +-
Core/Toolbox.h | 16 +-
LinuxCompilation.txt | 6 +-
NEWS | 35 ++
OrthancServer/DefaultDicomImageDecoder.h | 4 +-
OrthancServer/DicomInstanceToStore.cpp | 14 +-
OrthancServer/DicomInstanceToStore.h | 2 +-
OrthancServer/OrthancFindRequestHandler.cpp | 4 +-
OrthancServer/OrthancFindRequestHandler.h | 2 +-
OrthancServer/OrthancInitialization.cpp | 82 +---
OrthancServer/OrthancInitialization.h | 21 +-
OrthancServer/OrthancMoveRequestHandler.cpp | 2 +-
OrthancServer/OrthancMoveRequestHandler.h | 2 +-
.../OrthancRestApi/OrthancRestAnonymizeModify.cpp | 6 +-
OrthancServer/OrthancRestApi/OrthancRestApi.cpp | 1 -
OrthancServer/OrthancRestApi/OrthancRestApi.h | 3 +-
.../OrthancRestApi/OrthancRestArchive.cpp | 19 +-
.../OrthancRestApi/OrthancRestModalities.cpp | 2 +-
.../OrthancRestApi/OrthancRestResources.cpp | 117 +++--
OrthancServer/OrthancRestApi/OrthancRestSystem.cpp | 4 +-
OrthancServer/PrecompiledHeadersServer.h | 38 +-
OrthancServer/QueryRetrieveHandler.cpp | 2 +-
OrthancServer/Scheduler/ModifyInstanceCommand.h | 2 +-
OrthancServer/Search/HierarchicalMatcher.cpp | 10 +-
OrthancServer/Search/HierarchicalMatcher.h | 3 +-
OrthancServer/Search/IFindConstraint.cpp | 2 +-
OrthancServer/Search/LookupIdentifierQuery.cpp | 2 +-
OrthancServer/Search/LookupResource.cpp | 2 +-
OrthancServer/ServerContext.cpp | 82 +++-
OrthancServer/ServerContext.h | 26 +-
OrthancServer/ServerEnumerations.cpp | 191 --------
OrthancServer/ServerEnumerations.h | 87 ----
OrthancServer/ServerIndex.cpp | 4 +-
OrthancServer/ServerToolbox.cpp | 84 +---
OrthancServer/ServerToolbox.h | 2 -
OrthancServer/main.cpp | 48 +-
Plugins/Engine/OrthancPlugins.cpp | 6 +-
Plugins/Engine/OrthancPlugins.h | 8 +-
Plugins/Engine/PluginsEnumerations.cpp | 24 +
Plugins/Engine/PluginsManager.cpp | 2 +-
Plugins/Engine/SharedLibrary.cpp | 8 +-
Plugins/Include/orthanc/OrthancCPlugin.h | 44 +-
Plugins/Samples/Common/DicomTag.h | 2 +
Plugins/Samples/Common/OrthancPluginCppWrapper.h | 4 +-
Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp | 12 +
Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h | 12 +
Plugins/Samples/ServeFolders/Plugin.cpp | 1 +
Resources/CMake/BoostConfiguration.cmake | 292 ++++++------
Resources/CMake/BoostConfiguration.sh | 26 +-
Resources/CMake/CivetwebConfiguration.cmake | 57 +++
Resources/CMake/Compiler.cmake | 62 ++-
Resources/CMake/DcmtkConfiguration.cmake | 9 +-
Resources/CMake/GoogleTestConfiguration.cmake | 47 +-
Resources/CMake/JsonCppConfiguration.cmake | 5 +-
Resources/CMake/LibCurlConfiguration.cmake | 3 +-
Resources/CMake/LibIconvConfiguration.cmake | 148 +++---
Resources/CMake/LibP11Configuration.cmake | 1 +
.../CMake/OrthancFrameworkConfiguration.cmake | 509 +++++++++++++++++++++
Resources/CMake/OrthancFrameworkParameters.cmake | 96 ++++
Resources/CMake/PugixmlConfiguration.cmake | 43 +-
Resources/CMake/SQLiteConfiguration.cmake | 8 +-
.../CMake/VisualStudioPrecompiledHeaders.cmake | 4 +-
Resources/CMake/ZlibConfiguration.cmake | 9 +
Resources/Configuration.json | 6 +
Resources/OldBuildInstructions.txt | 8 +-
.../OrthancFramework/MicroService/CMakeLists.txt | 16 +
.../OrthancFramework/MicroService/README.txt | 2 +
.../OrthancFramework/MicroService/Sample.cpp | 61 +++
Resources/Samples/Tools/CMakeLists.txt | 22 +-
TODO | 11 +
UnitTestsSources/DicomMapTests.cpp | 150 +++++-
UnitTestsSources/FromDcmtkTests.cpp | 59 ++-
UnitTestsSources/ImageTests.cpp | 2 +-
UnitTestsSources/JpegLosslessTests.cpp | 4 +-
UnitTestsSources/LuaTests.cpp | 11 +-
UnitTestsSources/MultiThreadingTests.cpp | 2 +-
UnitTestsSources/PluginsTests.cpp | 4 +-
UnitTestsSources/RestApiTests.cpp | 8 +-
UnitTestsSources/UnitTestsMain.cpp | 8 +-
UnitTestsSources/VersionsTests.cpp | 10 +-
164 files changed, 3726 insertions(+), 1590 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/orthanc.git
More information about the debian-med-commit
mailing list