comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 2657:5eea2f11e8df jobs

JobsSerialization.GenericJobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 06 Jun 2018 16:52:42 +0200
parents a6d3e45eeff5
children d2f70c8f8bfd
comparison
equal deleted inserted replaced
2656:a6d3e45eeff5 2657:5eea2f11e8df
136 ${ORTHANC_ROOT}/Core/Images/IImageWriter.cpp 136 ${ORTHANC_ROOT}/Core/Images/IImageWriter.cpp
137 ${ORTHANC_ROOT}/Core/Images/Image.cpp 137 ${ORTHANC_ROOT}/Core/Images/Image.cpp
138 ${ORTHANC_ROOT}/Core/Images/ImageAccessor.cpp 138 ${ORTHANC_ROOT}/Core/Images/ImageAccessor.cpp
139 ${ORTHANC_ROOT}/Core/Images/ImageBuffer.cpp 139 ${ORTHANC_ROOT}/Core/Images/ImageBuffer.cpp
140 ${ORTHANC_ROOT}/Core/Images/ImageProcessing.cpp 140 ${ORTHANC_ROOT}/Core/Images/ImageProcessing.cpp
141 ${ORTHANC_ROOT}/Core/JobsEngine/GenericJobUnserializer.cpp
142 ${ORTHANC_ROOT}/Core/JobsEngine/JobInfo.cpp
143 ${ORTHANC_ROOT}/Core/JobsEngine/JobStatus.cpp
144 ${ORTHANC_ROOT}/Core/JobsEngine/JobStepResult.cpp
145 ${ORTHANC_ROOT}/Core/JobsEngine/Operations/JobOperationValues.cpp
146 ${ORTHANC_ROOT}/Core/JobsEngine/Operations/LogJobOperation.cpp
147 ${ORTHANC_ROOT}/Core/JobsEngine/Operations/SequenceOfOperationsJob.cpp
148 ${ORTHANC_ROOT}/Core/JobsEngine/SetOfInstancesJob.cpp
141 ${ORTHANC_ROOT}/Core/Logging.cpp 149 ${ORTHANC_ROOT}/Core/Logging.cpp
142 ${ORTHANC_ROOT}/Core/SerializationToolbox.cpp 150 ${ORTHANC_ROOT}/Core/SerializationToolbox.cpp
143 ${ORTHANC_ROOT}/Core/Toolbox.cpp 151 ${ORTHANC_ROOT}/Core/Toolbox.cpp
144 ${ORTHANC_ROOT}/Core/WebServiceParameters.cpp 152 ${ORTHANC_ROOT}/Core/WebServiceParameters.cpp
145 ) 153 )
497 endif() 505 endif()
498 506
499 list(APPEND ORTHANC_CORE_SOURCES_INTERNAL 507 list(APPEND ORTHANC_CORE_SOURCES_INTERNAL
500 ${ORTHANC_ROOT}/Core/Cache/SharedArchive.cpp 508 ${ORTHANC_ROOT}/Core/Cache/SharedArchive.cpp
501 ${ORTHANC_ROOT}/Core/FileStorage/FilesystemStorage.cpp 509 ${ORTHANC_ROOT}/Core/FileStorage/FilesystemStorage.cpp
502 ${ORTHANC_ROOT}/Core/JobsEngine/GenericJobUnserializer.cpp
503 ${ORTHANC_ROOT}/Core/JobsEngine/JobInfo.cpp
504 ${ORTHANC_ROOT}/Core/JobsEngine/JobStatus.cpp
505 ${ORTHANC_ROOT}/Core/JobsEngine/JobStepResult.cpp
506 ${ORTHANC_ROOT}/Core/JobsEngine/JobsEngine.cpp 510 ${ORTHANC_ROOT}/Core/JobsEngine/JobsEngine.cpp
507 ${ORTHANC_ROOT}/Core/JobsEngine/JobsRegistry.cpp 511 ${ORTHANC_ROOT}/Core/JobsEngine/JobsRegistry.cpp
508 ${ORTHANC_ROOT}/Core/JobsEngine/Operations/JobOperationValues.cpp
509 ${ORTHANC_ROOT}/Core/JobsEngine/Operations/LogJobOperation.cpp
510 ${ORTHANC_ROOT}/Core/JobsEngine/Operations/SequenceOfOperationsJob.cpp
511 ${ORTHANC_ROOT}/Core/JobsEngine/SetOfInstancesJob.cpp
512 ${ORTHANC_ROOT}/Core/MultiThreading/RunnableWorkersPool.cpp 512 ${ORTHANC_ROOT}/Core/MultiThreading/RunnableWorkersPool.cpp
513 ${ORTHANC_ROOT}/Core/MultiThreading/SharedMessageQueue.cpp 513 ${ORTHANC_ROOT}/Core/MultiThreading/SharedMessageQueue.cpp
514 ${ORTHANC_ROOT}/Core/SharedLibrary.cpp 514 ${ORTHANC_ROOT}/Core/SharedLibrary.cpp
515 ${ORTHANC_ROOT}/Core/SystemToolbox.cpp 515 ${ORTHANC_ROOT}/Core/SystemToolbox.cpp
516 ${ORTHANC_ROOT}/Core/TemporaryFile.cpp 516 ${ORTHANC_ROOT}/Core/TemporaryFile.cpp