comparison CMakeLists.txt @ 1702:9980875edc7c db-changes

started work on SliceOrdering
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 12 Oct 2015 17:49:23 +0200
parents 6414043df7d8
children 2ad22b2970a2
comparison
equal deleted inserted replaced
1701:4aaaecae5803 1702:9980875edc7c
144 Core/Lua/LuaFunctionCall.cpp 144 Core/Lua/LuaFunctionCall.cpp
145 ) 145 )
146 146
147 147
148 set(ORTHANC_SERVER_SOURCES 148 set(ORTHANC_SERVER_SOURCES
149 OrthancServer/DatabaseWrapper.cpp
150 OrthancServer/DatabaseWrapperBase.cpp
151 OrthancServer/DicomDirWriter.cpp
152 OrthancServer/DicomFindQuery.cpp
153 OrthancServer/DicomModification.cpp
149 OrthancServer/DicomProtocol/DicomFindAnswers.cpp 154 OrthancServer/DicomProtocol/DicomFindAnswers.cpp
150 OrthancServer/DicomProtocol/DicomServer.cpp 155 OrthancServer/DicomProtocol/DicomServer.cpp
151 OrthancServer/DicomProtocol/DicomUserConnection.cpp 156 OrthancServer/DicomProtocol/DicomUserConnection.cpp
152 OrthancServer/DicomProtocol/RemoteModalityParameters.cpp 157 OrthancServer/DicomProtocol/RemoteModalityParameters.cpp
153 OrthancServer/DicomProtocol/ReusableDicomUserConnection.cpp 158 OrthancServer/DicomProtocol/ReusableDicomUserConnection.cpp
154 OrthancServer/DicomModification.cpp 159 OrthancServer/ExportedResource.cpp
155 OrthancServer/FromDcmtkBridge.cpp 160 OrthancServer/FromDcmtkBridge.cpp
156 OrthancServer/ParsedDicomFile.cpp
157 OrthancServer/DicomDirWriter.cpp
158 OrthancServer/Internals/CommandDispatcher.cpp 161 OrthancServer/Internals/CommandDispatcher.cpp
162 OrthancServer/Internals/DicomImageDecoder.cpp
159 OrthancServer/Internals/FindScp.cpp 163 OrthancServer/Internals/FindScp.cpp
160 OrthancServer/Internals/MoveScp.cpp 164 OrthancServer/Internals/MoveScp.cpp
161 OrthancServer/Internals/StoreScp.cpp 165 OrthancServer/Internals/StoreScp.cpp
162 OrthancServer/Internals/DicomImageDecoder.cpp 166 OrthancServer/LuaScripting.cpp
167 OrthancServer/OrthancFindRequestHandler.cpp
168 OrthancServer/OrthancHttpHandler.cpp
163 OrthancServer/OrthancInitialization.cpp 169 OrthancServer/OrthancInitialization.cpp
170 OrthancServer/OrthancMoveRequestHandler.cpp
164 OrthancServer/OrthancPeerParameters.cpp 171 OrthancServer/OrthancPeerParameters.cpp
165 OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp 172 OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp
166 OrthancServer/OrthancRestApi/OrthancRestApi.cpp 173 OrthancServer/OrthancRestApi/OrthancRestApi.cpp
167 OrthancServer/OrthancRestApi/OrthancRestArchive.cpp 174 OrthancServer/OrthancRestApi/OrthancRestArchive.cpp
168 OrthancServer/OrthancRestApi/OrthancRestChanges.cpp 175 OrthancServer/OrthancRestApi/OrthancRestChanges.cpp
169 OrthancServer/OrthancRestApi/OrthancRestModalities.cpp 176 OrthancServer/OrthancRestApi/OrthancRestModalities.cpp
170 OrthancServer/OrthancRestApi/OrthancRestResources.cpp 177 OrthancServer/OrthancRestApi/OrthancRestResources.cpp
171 OrthancServer/OrthancRestApi/OrthancRestSystem.cpp 178 OrthancServer/OrthancRestApi/OrthancRestSystem.cpp
172 OrthancServer/ServerIndex.cpp 179 OrthancServer/ParsedDicomFile.cpp
173 OrthancServer/ToDcmtkBridge.cpp 180 OrthancServer/QueryRetrieveHandler.cpp
174 OrthancServer/DatabaseWrapper.cpp 181 OrthancServer/ResourceFinder.cpp
175 OrthancServer/DatabaseWrapperBase.cpp
176 OrthancServer/ServerContext.cpp 182 OrthancServer/ServerContext.cpp
177 OrthancServer/ServerEnumerations.cpp 183 OrthancServer/ServerEnumerations.cpp
184 OrthancServer/ServerIndex.cpp
178 OrthancServer/ServerToolbox.cpp 185 OrthancServer/ServerToolbox.cpp
179 OrthancServer/OrthancFindRequestHandler.cpp 186 OrthancServer/SliceOrdering.cpp
180 OrthancServer/OrthancMoveRequestHandler.cpp 187 OrthancServer/ToDcmtkBridge.cpp
181 OrthancServer/ExportedResource.cpp
182 OrthancServer/ResourceFinder.cpp
183 OrthancServer/DicomFindQuery.cpp
184 OrthancServer/QueryRetrieveHandler.cpp
185 OrthancServer/LuaScripting.cpp
186 OrthancServer/OrthancHttpHandler.cpp
187 188
188 # From "lua-scripting" branch 189 # From "lua-scripting" branch
189 OrthancServer/DicomInstanceToStore.cpp 190 OrthancServer/DicomInstanceToStore.cpp
190 OrthancServer/Scheduler/DeleteInstanceCommand.cpp 191 OrthancServer/Scheduler/DeleteInstanceCommand.cpp
191 OrthancServer/Scheduler/ModifyInstanceCommand.cpp 192 OrthancServer/Scheduler/ModifyInstanceCommand.cpp