[med-svn] [orthanc] 03/06: Merge tag 'upstream/1.1.0+dfsg'

Sebastien Jodogne jodogne-guest at moszumanska.debian.org
Mon Jun 27 14:53:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

jodogne-guest pushed a commit to branch master
in repository orthanc.

commit d39620d02f98ebb28bc9570a897e0d003d4ba839
Merge: f7c5835 d00e231
Author: jodogne-guest <s.jodogne at gmail.com>
Date:   Mon Jun 27 15:59:27 2016 +0200

    Merge tag 'upstream/1.1.0+dfsg'
    
    Upstream version 1.1.0+dfsg

 .hg_archival.txt                                   |    6 +-
 CMakeLists.txt                                     |  220 +++-
 Core/Cache/ICachePageProvider.h                    |    2 +-
 Core/Cache/LeastRecentlyUsedIndex.h                |    2 +-
 Core/Cache/MemoryCache.cpp                         |    2 +-
 Core/Cache/MemoryCache.h                           |    2 +-
 Core/Cache/SharedArchive.cpp                       |    2 +-
 Core/Cache/SharedArchive.h                         |    2 +-
 Core/ChunkedBuffer.cpp                             |   15 +-
 Core/ChunkedBuffer.h                               |    4 +-
 Core/Compression/DeflateBaseCompressor.cpp         |    2 +-
 Core/Compression/DeflateBaseCompressor.h           |    2 +-
 Core/Compression/GzipCompressor.cpp                |    2 +-
 Core/Compression/GzipCompressor.h                  |    2 +-
 Core/Compression/HierarchicalZipWriter.cpp         |    2 +-
 Core/Compression/HierarchicalZipWriter.h           |    2 +-
 Core/Compression/IBufferCompressor.h               |    2 +-
 Core/Compression/ZipWriter.cpp                     |    2 +-
 Core/Compression/ZipWriter.h                       |    2 +-
 Core/Compression/ZlibCompressor.cpp                |    2 +-
 Core/Compression/ZlibCompressor.h                  |    2 +-
 Core/DicomFormat/DicomArray.cpp                    |    2 +-
 Core/DicomFormat/DicomArray.h                      |    2 +-
 Core/DicomFormat/DicomElement.h                    |    2 +-
 Core/DicomFormat/DicomImageInformation.cpp         |   26 +-
 Core/DicomFormat/DicomImageInformation.h           |    7 +-
 Core/DicomFormat/DicomInstanceHasher.cpp           |    2 +-
 Core/DicomFormat/DicomInstanceHasher.h             |    2 +-
 Core/DicomFormat/DicomIntegerPixelAccessor.cpp     |    7 +-
 Core/DicomFormat/DicomIntegerPixelAccessor.h       |    2 +-
 Core/DicomFormat/DicomMap.cpp                      |  339 +++++-
 Core/DicomFormat/DicomMap.h                        |   18 +-
 Core/DicomFormat/DicomTag.cpp                      |    2 +-
 Core/DicomFormat/DicomTag.h                        |   12 +-
 Core/DicomFormat/DicomValue.cpp                    |    2 +-
 Core/DicomFormat/DicomValue.h                      |    2 +-
 Core/Endianness.h                                  |  157 +++
 Core/EnumerationDictionary.h                       |    2 +-
 Core/Enumerations.cpp                              |  248 +++-
 Core/Enumerations.h                                |   84 +-
 Core/FileStorage/FileInfo.h                        |    2 +-
 Core/FileStorage/FilesystemStorage.cpp             |    4 +-
 Core/FileStorage/FilesystemStorage.h               |    2 +-
 Core/FileStorage/IStorageArea.h                    |    2 +-
 Core/FileStorage/StorageAccessor.cpp               |    2 +-
 Core/FileStorage/StorageAccessor.h                 |    2 +-
 Core/HttpClient.cpp                                |  493 ++++++--
 Core/HttpClient.h                                  |  120 +-
 Core/HttpServer/BufferHttpSender.cpp               |    2 +-
 Core/HttpServer/BufferHttpSender.h                 |    2 +-
 Core/HttpServer/EmbeddedResourceHttpHandler.cpp    |    2 +-
 Core/HttpServer/EmbeddedResourceHttpHandler.h      |    2 +-
 Core/HttpServer/FilesystemHttpHandler.cpp          |    8 +-
 Core/HttpServer/FilesystemHttpHandler.h            |    2 +-
 Core/HttpServer/FilesystemHttpSender.cpp           |    2 +-
 Core/HttpServer/FilesystemHttpSender.h             |    2 +-
 Core/HttpServer/HttpContentNegociation.cpp         |    2 +-
 Core/HttpServer/HttpContentNegociation.h           |    2 +-
 Core/HttpServer/HttpFileSender.cpp                 |    2 +-
 Core/HttpServer/HttpFileSender.h                   |    2 +-
 Core/HttpServer/HttpOutput.cpp                     |    6 +-
 Core/HttpServer/HttpOutput.h                       |    2 +-
 Core/HttpServer/HttpStreamTranscoder.cpp           |    2 +-
 Core/HttpServer/HttpStreamTranscoder.h             |    2 +-
 Core/HttpServer/HttpToolbox.cpp                    |    4 +-
 Core/HttpServer/HttpToolbox.h                      |    2 +-
 Core/HttpServer/IHttpHandler.h                     |    2 +-
 Core/HttpServer/IHttpOutputStream.h                |    2 +-
 Core/HttpServer/IHttpStreamAnswer.h                |    2 +-
 ...OutputStream.h => IIncomingHttpRequestFilter.h} |   19 +-
 Core/HttpServer/MongooseServer.cpp                 |   12 +-
 Core/HttpServer/MongooseServer.h                   |   20 +-
 Core/HttpServer/StringHttpOutput.cpp               |   27 +-
 Core/HttpServer/StringHttpOutput.h                 |   12 +-
 Core/ICommand.h                                    |    2 +-
 Core/IDynamicObject.h                              |    2 +-
 Core/Images/Font.cpp                               |    2 +-
 Core/Images/Font.h                                 |    2 +-
 Core/Images/FontRegistry.cpp                       |    2 +-
 Core/Images/FontRegistry.h                         |    2 +-
 Core/Images/{ImageBuffer.h => IImageWriter.h}      |   92 +-
 Core/Images/Image.h                                |    2 +-
 Core/Images/ImageAccessor.cpp                      |   65 +-
 Core/Images/ImageAccessor.h                        |   10 +-
 Core/Images/ImageBuffer.cpp                        |    2 +-
 Core/Images/ImageBuffer.h                          |    2 +-
 Core/Images/ImageProcessing.cpp                    |   90 +-
 Core/Images/ImageProcessing.h                      |    2 +-
 Core/Images/JpegErrorManager.cpp                   |    2 +-
 Core/Images/JpegErrorManager.h                     |    2 +-
 Core/Images/JpegReader.cpp                         |    7 +-
 Core/Images/JpegReader.h                           |   14 +-
 Core/Images/JpegWriter.cpp                         |   31 +-
 Core/Images/JpegWriter.h                           |   52 +-
 Core/Images/PngReader.cpp                          |   10 +-
 Core/Images/PngReader.h                            |   14 +-
 Core/Images/PngWriter.cpp                          |   29 +-
 Core/Images/PngWriter.h                            |   50 +-
 Core/Logging.cpp                                   |  193 +--
 Core/Logging.h                                     |   15 +-
 Core/Lua/LuaContext.cpp                            |    2 +-
 Core/Lua/LuaContext.h                              |    7 +-
 Core/Lua/LuaFunctionCall.cpp                       |   16 +-
 Core/Lua/LuaFunctionCall.h                         |    4 +-
 .../BagOfTasks.h}                                  |   48 +-
 Core/MultiThreading/BagOfTasksProcessor.cpp        |  259 ++++
 Core/MultiThreading/BagOfTasksProcessor.h          |  146 +++
 Core/MultiThreading/ILockable.h                    |    2 +-
 Core/MultiThreading/IRunnableBySteps.h             |    2 +-
 Core/MultiThreading/Locker.h                       |    2 +-
 Core/MultiThreading/Mutex.cpp                      |    6 +-
 Core/MultiThreading/Mutex.h                        |    2 +-
 Core/MultiThreading/ReaderWriterLock.cpp           |    2 +-
 Core/MultiThreading/ReaderWriterLock.h             |    2 +-
 Core/MultiThreading/RunnableWorkersPool.cpp        |    2 +-
 Core/MultiThreading/RunnableWorkersPool.h          |    2 +-
 Core/MultiThreading/Semaphore.cpp                  |    2 +-
 Core/MultiThreading/Semaphore.h                    |    2 +-
 Core/MultiThreading/SharedMessageQueue.cpp         |    2 +-
 Core/MultiThreading/SharedMessageQueue.h           |    2 +-
 Core/OrthancException.h                            |    2 +-
 Core/Pkcs11.cpp                                    |  312 +++++
 Core/{HttpServer/IHttpOutputStream.h => Pkcs11.h}  |   25 +-
 Core/PrecompiledHeaders.cpp                        |    2 +-
 Core/PrecompiledHeaders.h                          |    2 +-
 Core/RestApi/RestApi.cpp                           |    2 +-
 Core/RestApi/RestApi.h                             |    2 +-
 Core/RestApi/RestApiCall.cpp                       |    2 +-
 Core/RestApi/RestApiCall.h                         |    2 +-
 Core/RestApi/RestApiDeleteCall.h                   |    2 +-
 Core/RestApi/RestApiGetCall.cpp                    |    2 +-
 Core/RestApi/RestApiGetCall.h                      |    2 +-
 Core/RestApi/RestApiHierarchy.cpp                  |    2 +-
 Core/RestApi/RestApiHierarchy.h                    |    2 +-
 Core/RestApi/RestApiOutput.cpp                     |    2 +-
 Core/RestApi/RestApiOutput.h                       |    2 +-
 Core/RestApi/RestApiPath.cpp                       |    2 +-
 Core/RestApi/RestApiPath.h                         |    2 +-
 Core/RestApi/RestApiPostCall.h                     |    2 +-
 Core/RestApi/RestApiPutCall.h                      |    2 +-
 Core/SQLite/Connection.cpp                         |    5 +-
 Core/SQLite/Connection.h                           |    2 +-
 Core/SQLite/FunctionContext.cpp                    |    2 +-
 Core/SQLite/FunctionContext.h                      |    2 +-
 Core/SQLite/IScalarFunction.h                      |    2 +-
 Core/SQLite/ITransaction.h                         |    2 +-
 Core/SQLite/NonCopyable.h                          |    2 +-
 Core/SQLite/OrthancSQLiteException.h               |    2 +-
 Core/SQLite/Statement.cpp                          |    2 +-
 Core/SQLite/Statement.h                            |    2 +-
 Core/SQLite/StatementId.cpp                        |    2 +-
 Core/SQLite/StatementId.h                          |    2 +-
 Core/SQLite/StatementReference.cpp                 |    5 +-
 Core/SQLite/StatementReference.h                   |    2 +-
 Core/SQLite/Transaction.cpp                        |    2 +-
 Core/SQLite/Transaction.h                          |    2 +-
 Core/Toolbox.cpp                                   |  232 +++-
 Core/Toolbox.h                                     |   20 +-
 Core/Uuid.cpp                                      |    2 +-
 Core/Uuid.h                                        |    2 +-
 Core/WebServiceParameters.cpp                      |  265 +++++
 .../WebServiceParameters.h                         |   46 +-
 LinuxCompilation.txt                               |    7 +-
 NEWS                                               |   72 +-
 OrthancServer/DatabaseWrapper.cpp                  |    2 +-
 OrthancServer/DatabaseWrapper.h                    |    2 +-
 OrthancServer/DatabaseWrapperBase.cpp              |    4 +-
 OrthancServer/DatabaseWrapperBase.h                |    2 +-
 ...DicomDirWriter.h => DefaultDicomImageDecoder.h} |   31 +-
 OrthancServer/DicomDirWriter.cpp                   |    2 +-
 OrthancServer/DicomDirWriter.h                     |    2 +-
 OrthancServer/DicomInstanceToStore.cpp             |   10 +-
 OrthancServer/DicomInstanceToStore.h               |    2 +-
 OrthancServer/DicomModification.cpp                |    6 +-
 OrthancServer/DicomModification.h                  |    2 +-
 OrthancServer/DicomProtocol/DicomFindAnswers.cpp   |    6 +-
 OrthancServer/DicomProtocol/DicomFindAnswers.h     |    4 +-
 OrthancServer/DicomProtocol/DicomServer.cpp        |    4 +-
 OrthancServer/DicomProtocol/DicomServer.h          |    2 +-
 .../DicomProtocol/DicomUserConnection.cpp          |  135 ++-
 OrthancServer/DicomProtocol/DicomUserConnection.h  |   16 +-
 .../DicomProtocol/IApplicationEntityFilter.h       |    2 +-
 OrthancServer/DicomProtocol/IFindRequestHandler.h  |    2 +-
 .../DicomProtocol/IFindRequestHandlerFactory.h     |    2 +-
 OrthancServer/DicomProtocol/IMoveRequestHandler.h  |    5 +-
 .../DicomProtocol/IMoveRequestHandlerFactory.h     |    2 +-
 OrthancServer/DicomProtocol/IStoreRequestHandler.h |    2 +-
 .../DicomProtocol/IStoreRequestHandlerFactory.h    |    2 +-
 .../DicomProtocol/IWorklistRequestHandler.h        |    2 +-
 .../DicomProtocol/IWorklistRequestHandlerFactory.h |    2 +-
 .../DicomProtocol/RemoteModalityParameters.cpp     |    4 +-
 .../DicomProtocol/RemoteModalityParameters.h       |    2 +-
 .../DicomProtocol/ReusableDicomUserConnection.cpp  |    2 +-
 .../DicomProtocol/ReusableDicomUserConnection.h    |    2 +-
 OrthancServer/ExportedResource.cpp                 |    2 +-
 OrthancServer/ExportedResource.h                   |    2 +-
 OrthancServer/FromDcmtkBridge.cpp                  |  413 +++++--
 OrthancServer/FromDcmtkBridge.h                    |   40 +-
 OrthancServer/IDatabaseListener.h                  |    2 +-
 OrthancServer/IDatabaseWrapper.h                   |    2 +-
 OrthancServer/IDicomImageDecoder.h                 |    7 +-
 OrthancServer/IServerListener.h                    |    2 +-
 OrthancServer/Internals/CommandDispatcher.cpp      |    2 +-
 OrthancServer/Internals/CommandDispatcher.h        |    2 +-
 OrthancServer/Internals/DicomFrameIndex.cpp        |  440 +++++++
 .../DicomFrameIndex.h}                             |   58 +-
 OrthancServer/Internals/DicomImageDecoder.cpp      |  341 ++++--
 OrthancServer/Internals/DicomImageDecoder.h        |   55 +-
 OrthancServer/Internals/FindScp.cpp                |    6 +-
 OrthancServer/Internals/FindScp.h                  |    2 +-
 OrthancServer/Internals/MoveScp.cpp                |    8 +-
 OrthancServer/Internals/MoveScp.h                  |    2 +-
 OrthancServer/Internals/StoreScp.cpp               |   11 +-
 OrthancServer/Internals/StoreScp.h                 |    2 +-
 OrthancServer/LuaScripting.cpp                     |    8 +-
 OrthancServer/LuaScripting.h                       |    2 +-
 OrthancServer/OrthancFindRequestHandler.cpp        |  313 ++++-
 OrthancServer/OrthancFindRequestHandler.h          |    2 +-
 OrthancServer/OrthancHttpHandler.cpp               |    2 +-
 OrthancServer/OrthancHttpHandler.h                 |    2 +-
 OrthancServer/OrthancInitialization.cpp            |  174 ++-
 OrthancServer/OrthancInitialization.h              |   23 +-
 OrthancServer/OrthancMoveRequestHandler.cpp        |   47 +-
 OrthancServer/OrthancMoveRequestHandler.h          |    5 +-
 OrthancServer/OrthancPeerParameters.cpp            |   96 --
 .../OrthancRestApi/OrthancRestAnonymizeModify.cpp  |   42 +-
 OrthancServer/OrthancRestApi/OrthancRestApi.cpp    |    2 +-
 OrthancServer/OrthancRestApi/OrthancRestApi.h      |    2 +-
 .../OrthancRestApi/OrthancRestArchive.cpp          |    2 +-
 .../OrthancRestApi/OrthancRestChanges.cpp          |    2 +-
 .../OrthancRestApi/OrthancRestModalities.cpp       |  121 +-
 .../OrthancRestApi/OrthancRestResources.cpp        |  183 +--
 OrthancServer/OrthancRestApi/OrthancRestSystem.cpp |    2 +-
 OrthancServer/ParsedDicomFile.cpp                  |  449 +++----
 OrthancServer/ParsedDicomFile.h                    |   46 +-
 OrthancServer/PrecompiledHeadersServer.cpp         |    2 +-
 OrthancServer/PrecompiledHeadersServer.h           |    2 +-
 OrthancServer/QueryRetrieveHandler.cpp             |    4 +-
 OrthancServer/QueryRetrieveHandler.h               |    2 +-
 OrthancServer/Scheduler/CallSystemCommand.cpp      |    2 +-
 OrthancServer/Scheduler/CallSystemCommand.h        |    2 +-
 OrthancServer/Scheduler/DeleteInstanceCommand.cpp  |    2 +-
 OrthancServer/Scheduler/DeleteInstanceCommand.h    |    2 +-
 OrthancServer/Scheduler/IServerCommand.h           |    2 +-
 OrthancServer/Scheduler/ModifyInstanceCommand.cpp  |    2 +-
 OrthancServer/Scheduler/ModifyInstanceCommand.h    |    2 +-
 OrthancServer/Scheduler/ServerCommandInstance.cpp  |    2 +-
 OrthancServer/Scheduler/ServerCommandInstance.h    |    2 +-
 OrthancServer/Scheduler/ServerJob.cpp              |    2 +-
 OrthancServer/Scheduler/ServerJob.h                |    2 +-
 OrthancServer/Scheduler/ServerScheduler.cpp        |    2 +-
 OrthancServer/Scheduler/ServerScheduler.h          |    2 +-
 OrthancServer/Scheduler/StorePeerCommand.cpp       |   15 +-
 OrthancServer/Scheduler/StorePeerCommand.h         |    6 +-
 OrthancServer/Scheduler/StoreScuCommand.cpp        |   11 +-
 OrthancServer/Scheduler/StoreScuCommand.h          |    7 +-
 OrthancServer/Search/HierarchicalMatcher.cpp       |   12 +-
 OrthancServer/Search/HierarchicalMatcher.h         |    2 +-
 OrthancServer/Search/IFindConstraint.cpp           |    4 +-
 OrthancServer/Search/IFindConstraint.h             |    2 +-
 OrthancServer/Search/ListConstraint.cpp            |    2 +-
 OrthancServer/Search/ListConstraint.h              |    2 +-
 OrthancServer/Search/LookupIdentifierQuery.cpp     |    2 +-
 OrthancServer/Search/LookupIdentifierQuery.h       |    2 +-
 OrthancServer/Search/LookupResource.cpp            |    2 +-
 OrthancServer/Search/LookupResource.h              |    2 +-
 OrthancServer/Search/RangeConstraint.cpp           |    2 +-
 OrthancServer/Search/RangeConstraint.h             |    2 +-
 OrthancServer/Search/SetOfResources.cpp            |    2 +-
 OrthancServer/Search/SetOfResources.h              |    2 +-
 OrthancServer/Search/ValueConstraint.cpp           |    2 +-
 OrthancServer/Search/ValueConstraint.h             |    2 +-
 OrthancServer/Search/WildcardConstraint.cpp        |    2 +-
 OrthancServer/Search/WildcardConstraint.h          |    2 +-
 OrthancServer/ServerContext.cpp                    |    2 +-
 OrthancServer/ServerContext.h                      |    2 +-
 OrthancServer/ServerEnumerations.cpp               |    2 +-
 OrthancServer/ServerEnumerations.h                 |   12 +-
 OrthancServer/ServerIndex.cpp                      |   34 +-
 OrthancServer/ServerIndex.h                        |    6 +-
 OrthancServer/ServerIndexChange.h                  |    2 +-
 OrthancServer/ServerToolbox.cpp                    |    2 +-
 OrthancServer/ServerToolbox.h                      |    2 +-
 OrthancServer/SliceOrdering.cpp                    |    2 +-
 OrthancServer/SliceOrdering.h                      |    4 +-
 OrthancServer/ToDcmtkBridge.cpp                    |  117 +-
 OrthancServer/ToDcmtkBridge.h                      |    9 +-
 OrthancServer/main.cpp                             |  144 ++-
 Plugins/Engine/IPluginServiceProvider.h            |    2 +-
 Plugins/Engine/OrthancPluginDatabase.cpp           |    4 +-
 Plugins/Engine/OrthancPluginDatabase.h             |    2 +-
 Plugins/Engine/OrthancPlugins.cpp                  | 1240 +++++++++++++++-----
 Plugins/Engine/OrthancPlugins.h                    |   60 +-
 Plugins/Engine/PluginsEnumerations.cpp             |  158 ++-
 Plugins/Engine/PluginsEnumerations.h               |   14 +-
 Plugins/Engine/PluginsErrorDictionary.cpp          |    2 +-
 Plugins/Engine/PluginsErrorDictionary.h            |    2 +-
 Plugins/Engine/PluginsManager.cpp                  |   10 +-
 Plugins/Engine/PluginsManager.h                    |    2 +-
 Plugins/Engine/SharedLibrary.cpp                   |   10 +-
 Plugins/Engine/SharedLibrary.h                     |    2 +-
 Plugins/Include/orthanc/OrthancCDatabasePlugin.h   |    2 +-
 Plugins/Include/orthanc/OrthancCPlugin.h           |  675 ++++++++++-
 Plugins/Include/orthanc/OrthancCppDatabasePlugin.h |    2 +-
 .../Samples/AutomatedJpeg2kCompression/Plugin.cpp  |    2 +-
 Plugins/Samples/Basic/Plugin.c                     |   36 +-
 Plugins/Samples/Common/OrthancPluginCppWrapper.cpp |  829 +++++++++++++
 Plugins/Samples/Common/OrthancPluginCppWrapper.h   |  384 ++++++
 Plugins/Samples/CustomImageDecoder/Plugin.cpp      |    2 +-
 Plugins/Samples/DatabasePlugin/Database.cpp        |    2 +-
 Plugins/Samples/DatabasePlugin/Database.h          |    2 +-
 Plugins/Samples/DatabasePlugin/Plugin.cpp          |    2 +-
 Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp   |    2 +-
 Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h     |    2 +-
 Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp   |    9 +-
 Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h     |    2 +-
 .../Samples/GdcmDecoder/OrthancImageWrapper.cpp    |    2 +-
 Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h  |    2 +-
 Plugins/Samples/GdcmDecoder/Plugin.cpp             |    2 +-
 Plugins/Samples/ModalityWorklists/Plugin.cpp       |   19 +-
 Plugins/Samples/ServeFolders/Plugin.cpp            |    7 +-
 Plugins/Samples/StorageArea/Plugin.cpp             |    2 +-
 Plugins/Samples/WebSkeleton/Configuration.h        |    2 +-
 .../WebSkeleton/Framework/EmbedResources.py        |    2 +-
 .../Samples/WebSkeleton/Framework/Framework.cmake  |    2 +-
 Plugins/Samples/WebSkeleton/Framework/Plugin.cpp   |    2 +-
 Resources/CMake/BoostConfiguration.cmake           |   65 +-
 Resources/CMake/BoostConfiguration.sh              |   23 +-
 Resources/CMake/Compiler.cmake                     |   35 +-
 Resources/CMake/DcmtkConfiguration.cmake           |   79 +-
 Resources/CMake/DownloadPackage.cmake              |   14 +-
 Resources/CMake/GoogleLogConfiguration.cmake       |  197 ----
 Resources/CMake/GoogleLogConfiguration.h           |  175 ---
 Resources/CMake/GoogleLogConfigurationDarwin.h     |  175 ---
 Resources/CMake/GoogleLogConfigurationLSB.h        |  175 ---
 Resources/CMake/JsonCppConfiguration.cmake         |   25 +
 Resources/CMake/LibCurlConfiguration.cmake         |    1 +
 Resources/CMake/LibP11Configuration.cmake          |   69 ++
 Resources/CMake/OpenSslConfiguration.cmake         |   28 +-
 Resources/Configuration.json                       |   46 +-
 Resources/DicomConformanceStatement.py             |    2 +-
 Resources/EmbedResources.py                        |    2 +-
 Resources/ErrorCodes.json                          |    9 +-
 Resources/Fonts/GenerateFont.py                    |    2 +-
 Resources/GenerateErrorCodes.py                    |    2 +-
 Resources/OrthancLogo.png                          |  Bin 48745 -> 9026 bytes
 Resources/OrthancLogoDocumentation.png             |  Bin 11678 -> 3761 bytes
 ...mtk-mingw64.patch => dcmtk-3.6.0-mingw64.patch} |    0
 Resources/Patches/dcmtk-3.6.0-speed.patch          |   44 +
 Resources/Patches/dcmtk-3.6.1-speed.patch          |   26 +
 Resources/Patches/dcmtk-linux-speed.patch          |   24 -
 Resources/Patches/dcmtk-mingw64.txt                |    1 -
 Resources/Patches/dcmtk.txt                        |    1 +
 Resources/Patches/glog-port-cc.diff                |   15 -
 Resources/Patches/glog-port-h-v2.diff              |   52 -
 Resources/Patches/glog-port-h.diff                 |   30 -
 Resources/Patches/glog-utilities-lsb.diff          |   52 -
 Resources/Patches/glog-utilities.diff              |   11 -
 Resources/Patches/glog-visual-studio-port.h        |  178 ---
 Resources/Patches/libp11-0.4.0.patch               |   36 +
 Resources/Patches/log4cplus-patch.diff             |   10 -
 Resources/Patches/mongoose-3.1-patch.diff          |    2 +-
 Resources/RetrieveCACertificates.py                |    2 +-
 .../Samples/ImportDicomFiles/ImportDicomFiles.py   |    4 +-
 Resources/Samples/Lua/AutoroutingModification.lua  |   28 +-
 Resources/Samples/Lua/CallWebService.js            |    2 +-
 Resources/Samples/Lua/CallWebService.lua           |    2 +-
 Resources/Samples/Python/AnonymizeAllPatients.py   |    4 +-
 ...onymizeAllPatients.py => ArchiveAllPatients.py} |   40 +-
 .../Samples/Python/ArchiveStudiesInTimeRange.py    |    4 +-
 Resources/Samples/Python/AutoClassify.py           |    4 +-
 Resources/Samples/Python/ChangesLoop.py            |    4 +-
 .../Python/ContinuousPatientAnonymization.py       |    4 +-
 Resources/Samples/Python/DownloadAnonymized.py     |    4 +-
 .../Samples/Python/HighPerformanceAutoRouting.py   |    4 +-
 Resources/Samples/Python/ManualModification.py     |   67 ++
 Resources/Samples/Python/Replicate.py              |    4 +-
 Resources/Samples/Python/RestToolbox.py            |    2 +-
 Resources/Samples/Tools/CMakeLists.txt             |   11 +-
 Resources/Samples/Tools/RecoverCompressedFile.cpp  |    6 +-
 .../Samples/WebApplications/DrawingDicomizer.js    |    2 +-
 .../WebApplications/DrawingDicomizer/orthanc.js    |    2 +-
 Resources/Samples/WebApplications/NodeToolbox.js   |    2 +-
 Resources/WindowsResources.py                      |    2 +-
 UnitTestsSources/DicomMapTests.cpp                 |   10 +-
 UnitTestsSources/FileStorageTests.cpp              |    2 +-
 UnitTestsSources/FromDcmtkTests.cpp                |  399 ++++++-
 UnitTestsSources/ImageProcessingTests.cpp          |   38 +-
 UnitTestsSources/ImageTests.cpp                    |   31 +-
 UnitTestsSources/JpegLosslessTests.cpp             |    2 +-
 UnitTestsSources/LuaTests.cpp                      |    8 +-
 UnitTestsSources/MemoryCacheTests.cpp              |    2 +-
 UnitTestsSources/MultiThreadingTests.cpp           |    6 +-
 UnitTestsSources/PluginsTests.cpp                  |    4 +-
 UnitTestsSources/PrecompiledHeadersUnitTests.cpp   |    2 +-
 UnitTestsSources/PrecompiledHeadersUnitTests.h     |    2 +-
 UnitTestsSources/RestApiTests.cpp                  |    2 +-
 UnitTestsSources/SQLiteChromiumTests.cpp           |    2 +-
 UnitTestsSources/SQLiteTests.cpp                   |    2 +-
 UnitTestsSources/ServerIndexTests.cpp              |   12 +-
 UnitTestsSources/StreamTests.cpp                   |    9 +-
 UnitTestsSources/UnitTestsMain.cpp                 |  229 +++-
 UnitTestsSources/VersionsTests.cpp                 |    6 +-
 UnitTestsSources/ZipTests.cpp                      |    2 +-
 404 files changed, 10426 insertions(+), 3540 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