Newer
Older
# GLOBs should be replaced with explicit listings
Janik Zikovsky
committed
set ( SRC_FILES
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Old TMP convertToMD code prepared for deprecation:
# src/CreateMDFitWorkspace.cpp
#end TMP
src/AccumulateMD.cpp
src/AndMD.cpp
src/BaseConvertToDiffractionMDWorkspace.cpp
src/BinMD.cpp
src/BinaryOperationMD.cpp
src/BooleanBinaryOperationMD.cpp
src/BoxControllerSettingsAlgorithm.cpp
src/CalculateCoverageDGS.cpp
src/CentroidPeaksMD.cpp
src/CentroidPeaksMD2.cpp
src/ChangeQConvention.cpp
src/CloneMDWorkspace.cpp
src/CompactMD.cpp
src/CompareMDWorkspaces.cpp
src/ConvToMDBase.cpp
src/ConvToMDEventsWS.cpp
src/ConvToMDHistoWS.cpp
src/ConvToMDSelector.cpp
src/ConvertCWPDMDToSpectra.cpp
src/ConvertCWSDExpToMomentum.cpp
src/ConvertCWSDMDtoHKL.cpp
src/ConvertMDHistoToMatrixWorkspace.cpp
src/ConvertSpiceDataToRealSpace.cpp
src/ConvertToDetectorFaceMD.cpp
src/ConvertToDiffractionMDWorkspace.cpp
src/ConvertToDiffractionMDWorkspace2.cpp
src/ConvertToDiffractionMDWorkspace3.cpp
src/ConvertToMD.cpp
src/ConvertToMDMinMaxGlobal.cpp
src/ConvertToMDMinMaxLocal.cpp
src/ConvertToMDParent.cpp
src/ConvertToReflectometryQ.cpp
src/CreateMD.cpp
src/CreateMDHistoWorkspace.cpp
src/CreateMDWorkspace.cpp
src/CutMD.cpp
src/DisplayNormalizationSetter.cpp
src/DivideMD.cpp
src/EqualToMD.cpp
src/EvaluateMDFunction.cpp
src/ExponentialMD.cpp
src/FakeMDEventData.cpp
src/FindPeaksMD.cpp
src/FitMD.cpp
src/GetSpiceDataRawCountsFromMD.cpp
src/GreaterThanMD.cpp
src/IDynamicRebinning.cpp
src/ImportMDEventWorkspace.cpp
src/ImportMDHistoWorkspace.cpp
src/ImportMDHistoWorkspaceBase.cpp
src/Integrate3DEvents.cpp
src/IntegrateEllipsoids.cpp
src/IntegrateEllipsoidsTwoStep.cpp
src/IntegrateFlux.cpp
src/IntegrateMDHistoWorkspace.cpp
src/IntegratePeaksCWSD.cpp
src/IntegratePeaksMD.cpp
src/IntegratePeaksMD2.cpp
src/IntegratePeaksMDHKL.cpp
src/InvalidParameter.cpp
src/InvalidParameterParser.cpp
src/LessThanMD.cpp
src/LoadDNSSCD.cpp
src/LoadMD.cpp
src/LoadSQW.cpp
src/LoadSQW2.cpp
src/LogarithmMD.cpp
src/MDEventWSWrapper.cpp
src/MDNormDirectSC.cpp
src/MDNormSCD.cpp
src/MDTransfAxisNames.cpp
src/MDTransfFactory.cpp
src/MDTransfModQ.cpp
src/MDTransfNoQ.cpp
src/MDTransfQ3D.cpp
src/MDWSDescription.cpp
src/MDWSTransform.cpp
src/MaskMD.cpp
src/MergeMD.cpp
src/MergeMDFiles.cpp
src/MinusMD.cpp
src/MultiplyMD.cpp
src/NotMD.cpp
src/OneStepMDEW.cpp
src/OrMD.cpp
src/PlusMD.cpp
src/PowerMD.cpp
src/PreprocessDetectorsToMD.cpp
src/Quantification/CachedExperimentInfo.cpp
src/Quantification/FitResolutionConvolvedModel.cpp
src/Quantification/ForegroundModel.cpp
src/Quantification/ForegroundModelFactory.cpp
src/Quantification/MDResolutionConvolution.cpp
src/Quantification/MDResolutionConvolutionFactory.cpp
src/Quantification/Models/MullerAnsatz.cpp
src/Quantification/Models/QCoordinate.cpp
src/Quantification/Models/Strontium122.cpp
src/Quantification/Resolution/ModeratorChopperResolution.cpp
src/Quantification/Resolution/TobyFitBMatrix.cpp
src/Quantification/Resolution/TobyFitResolutionModel.cpp
src/Quantification/Resolution/TobyFitYVector.cpp
src/Quantification/ResolutionConvolvedCrossSection.cpp
src/Quantification/SimulateResolutionConvolvedModel.cpp
src/QueryMDWorkspace.cpp
src/ReflectometryTransformKiKf.cpp
src/ReflectometryTransformP.cpp
src/ReflectometryTransformQxQz.cpp
src/ReplicateMD.cpp
src/SaveIsawQvector.cpp
src/SaveMD.cpp
src/SaveMD2.cpp
src/SaveZODS.cpp
src/SetMDFrame.cpp
src/SetMDUsingMask.cpp
src/SliceMD.cpp
src/SlicingAlgorithm.cpp
src/SmoothMD.cpp
src/ThresholdMD.cpp
src/TransformMD.cpp
src/TransposeMD.cpp
src/UnaryOperationMD.cpp
src/UnitsConversionHelper.cpp
src/UserFunctionMD.cpp
src/WeightedMeanMD.cpp
src/XorMD.cpp
)
#set ( SRC_UNITY_IGNORE_FILES src/IDynamicRebinning.cpp
#)
Owen Arnold
committed
Janik Zikovsky
committed
set ( INC_FILES
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
inc/MantidMDAlgorithms/AccumulateMD.h
inc/MantidMDAlgorithms/AndMD.h
inc/MantidMDAlgorithms/BaseConvertToDiffractionMDWorkspace.h
inc/MantidMDAlgorithms/BinMD.h
inc/MantidMDAlgorithms/BinaryOperationMD.h
inc/MantidMDAlgorithms/BooleanBinaryOperationMD.h
inc/MantidMDAlgorithms/BoxControllerSettingsAlgorithm.h
inc/MantidMDAlgorithms/CalculateCoverageDGS.h
inc/MantidMDAlgorithms/CentroidPeaksMD.h
inc/MantidMDAlgorithms/CentroidPeaksMD2.h
inc/MantidMDAlgorithms/ChangeQConvention.h
inc/MantidMDAlgorithms/CloneMDWorkspace.h
inc/MantidMDAlgorithms/CompactMD.h
inc/MantidMDAlgorithms/CompareMDWorkspaces.h
inc/MantidMDAlgorithms/ConvToMDBase.h
inc/MantidMDAlgorithms/ConvertCWPDMDToSpectra.h
inc/MantidMDAlgorithms/ConvertCWSDExpToMomentum.h
inc/MantidMDAlgorithms/ConvertCWSDMDtoHKL.h
inc/MantidMDAlgorithms/ConvertMDHistoToMatrixWorkspace.h
inc/MantidMDAlgorithms/ConvertSpiceDataToRealSpace.h
inc/MantidMDAlgorithms/ConvertToDetectorFaceMD.h
inc/MantidMDAlgorithms/ConvertToDiffractionMDWorkspace.h
inc/MantidMDAlgorithms/ConvertToDiffractionMDWorkspace2.h
inc/MantidMDAlgorithms/ConvertToDiffractionMDWorkspace3.h
inc/MantidMDAlgorithms/ConvertToMD.h
inc/MantidMDAlgorithms/ConvertToMDMinMaxGlobal.h
inc/MantidMDAlgorithms/ConvertToMDMinMaxLocal.h
inc/MantidMDAlgorithms/ConvertToMDParent.h
inc/MantidMDAlgorithms/ConvertToReflectometryQ.h
inc/MantidMDAlgorithms/CreateMD.h
inc/MantidMDAlgorithms/CreateMDHistoWorkspace.h
inc/MantidMDAlgorithms/CreateMDWorkspace.h
inc/MantidMDAlgorithms/CutMD.h
inc/MantidMDAlgorithms/DisplayNormalizationSetter.h
inc/MantidMDAlgorithms/DivideMD.h
inc/MantidMDAlgorithms/DllConfig.h
inc/MantidMDAlgorithms/EqualToMD.h
inc/MantidMDAlgorithms/EvaluateMDFunction.h
inc/MantidMDAlgorithms/ExponentialMD.h
inc/MantidMDAlgorithms/FakeMDEventData.h
inc/MantidMDAlgorithms/FindPeaksMD.h
inc/MantidMDAlgorithms/FitMD.h
inc/MantidMDAlgorithms/GSLFunctions.h
inc/MantidMDAlgorithms/GetSpiceDataRawCountsFromMD.h
inc/MantidMDAlgorithms/GreaterThanMD.h
inc/MantidMDAlgorithms/IDynamicRebinning.h
inc/MantidMDAlgorithms/ImportMDEventWorkspace.h
inc/MantidMDAlgorithms/ImportMDHistoWorkspace.h
inc/MantidMDAlgorithms/ImportMDHistoWorkspaceBase.h
inc/MantidMDAlgorithms/Integrate3DEvents.h
inc/MantidMDAlgorithms/IntegrateEllipsoids.h
inc/MantidMDAlgorithms/IntegrateEllipsoidsTwoStep.h
inc/MantidMDAlgorithms/IntegrateFlux.h
inc/MantidMDAlgorithms/IntegrateMDHistoWorkspace.h
inc/MantidMDAlgorithms/IntegratePeaksCWSD.h
inc/MantidMDAlgorithms/IntegratePeaksMD.h
inc/MantidMDAlgorithms/IntegratePeaksMD2.h
inc/MantidMDAlgorithms/IntegratePeaksMDHKL.h
inc/MantidMDAlgorithms/InvalidParameter.h
inc/MantidMDAlgorithms/InvalidParameterParser.h
inc/MantidMDAlgorithms/LessThanMD.h
inc/MantidMDAlgorithms/LoadDNSSCD.h
inc/MantidMDAlgorithms/LoadMD.h
inc/MantidMDAlgorithms/LoadSQW.h
inc/MantidMDAlgorithms/LoadSQW2.h
inc/MantidMDAlgorithms/LogarithmMD.h
inc/MantidMDAlgorithms/MDEventWSWrapper.h
inc/MantidMDAlgorithms/MDNormDirectSC.h
inc/MantidMDAlgorithms/MDNormSCD.h
inc/MantidMDAlgorithms/MDTransfAxisNames.h
inc/MantidMDAlgorithms/MDTransfFactory.h
inc/MantidMDAlgorithms/MDTransfInterface.h
inc/MantidMDAlgorithms/MDTransfModQ.h
inc/MantidMDAlgorithms/MDTransfNoQ.h
inc/MantidMDAlgorithms/MDTransfQ3D.h
inc/MantidMDAlgorithms/MDWSDescription.h
inc/MantidMDAlgorithms/MDWSTransform.h
inc/MantidMDAlgorithms/MaskMD.h
inc/MantidMDAlgorithms/MergeMD.h
inc/MantidMDAlgorithms/MergeMDFiles.h
inc/MantidMDAlgorithms/MinusMD.h
inc/MantidMDAlgorithms/MultiplyMD.h
inc/MantidMDAlgorithms/NotMD.h
inc/MantidMDAlgorithms/OneStepMDEW.h
inc/MantidMDAlgorithms/OrMD.h
inc/MantidMDAlgorithms/PlusMD.h
inc/MantidMDAlgorithms/PowerMD.h
inc/MantidMDAlgorithms/PreprocessDetectorsToMD.h
inc/MantidMDAlgorithms/Quantification/CachedExperimentInfo.h
inc/MantidMDAlgorithms/Quantification/FitResolutionConvolvedModel.h
inc/MantidMDAlgorithms/Quantification/ForegroundModel.h
inc/MantidMDAlgorithms/Quantification/ForegroundModelFactory.h
inc/MantidMDAlgorithms/Quantification/MDResolutionConvolution.h
inc/MantidMDAlgorithms/Quantification/MDResolutionConvolutionFactory.h
inc/MantidMDAlgorithms/Quantification/Models/MullerAnsatz.h
inc/MantidMDAlgorithms/Quantification/Models/QCoordinate.h
inc/MantidMDAlgorithms/Quantification/Models/Strontium122.h
inc/MantidMDAlgorithms/Quantification/Resolution/ModeratorChopperResolution.h
inc/MantidMDAlgorithms/Quantification/Resolution/TobyFitBMatrix.h
inc/MantidMDAlgorithms/Quantification/Resolution/TobyFitResolutionModel.h
inc/MantidMDAlgorithms/Quantification/Resolution/TobyFitYVector.h
inc/MantidMDAlgorithms/Quantification/ResolutionConvolvedCrossSection.h
inc/MantidMDAlgorithms/Quantification/SimulateResolutionConvolvedModel.h
inc/MantidMDAlgorithms/QueryMDWorkspace.h
inc/MantidMDAlgorithms/ReflectometryTransformKiKf.h
inc/MantidMDAlgorithms/ReflectometryTransformP.h
inc/MantidMDAlgorithms/ReflectometryTransformQxQz.h
inc/MantidMDAlgorithms/ReplicateMD.h
inc/MantidMDAlgorithms/SaveIsawQvector.h
inc/MantidMDAlgorithms/SaveMD.h
inc/MantidMDAlgorithms/SaveMD2.h
inc/MantidMDAlgorithms/SaveZODS.h
inc/MantidMDAlgorithms/SetMDFrame.h
inc/MantidMDAlgorithms/SetMDUsingMask.h
inc/MantidMDAlgorithms/SliceMD.h
inc/MantidMDAlgorithms/SlicingAlgorithm.h
inc/MantidMDAlgorithms/SmoothMD.h
inc/MantidMDAlgorithms/ThresholdMD.h
inc/MantidMDAlgorithms/TransformMD.h
inc/MantidMDAlgorithms/TransposeMD.h
inc/MantidMDAlgorithms/UnaryOperationMD.h
inc/MantidMDAlgorithms/UnitsConversionHelper.h
inc/MantidMDAlgorithms/Vector3DParameter.h
inc/MantidMDAlgorithms/Vector3DParameterParser.h
inc/MantidMDAlgorithms/WeightedMeanMD.h
inc/MantidMDAlgorithms/XorMD.h
)
Michael Reuter
committed
# Test files. Other source files required.
Janik Zikovsky
committed
set ( TEST_FILES
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
#
# these tests are as they test verify different parts of the CPR algorithms
#CreateMDFitWorkspaceTest.h
AccumulateMDTest.h
AndMDTest.h
BooleanBinaryOperationMDTest.h
BoxControllerSettingsAlgorithmTest.h
CachedExperimentInfoTest.h
CalculateCoverageDGSTest.h
CentroidPeaksMD2Test.h
CentroidPeaksMDTest.h
ChangeQConventionTest.h
CloneMDWorkspaceTest.h
CompactMDTest.h
CompareMDWorkspacesTest.h
ConvertCWPDMDToSpectraTest.h
ConvertCWSDExpToMomentumTest.h
ConvertCWSDMDtoHKLTest.h
ConvertEventsToMDTest.h
ConvertMDHistoToMatrixWorkspaceTest.h
ConvertSpiceDataToRealSpaceTest.h
ConvertToDetectorFaceMDTest.h
ConvertToDiffractionMDWorkspace2Test.h
ConvertToDiffractionMDWorkspace3Test.h
ConvertToDiffractionMDWorkspaceTest.h
ConvertToMDComponentsTest.h
ConvertToMDMinMaxGlobalTest.h
ConvertToMDMinMaxLocalTest.h
ConvertToMDTest.h
ConvertToQ3DdETest.h
ConvertToReflectometryQTest.h
CreateMDHistoWorkspaceTest.h
CreateMDTest.h
CreateMDWorkspaceTest.h
CutMDTest.h
DisplayNormalizationSetterTest.h
DivideMDTest.h
EqualToMDTest.h
EvaluateMDFunctionTest.h
ExponentialMDTest.h
FakeMDEventDataTest.h
FindPeaksMDTest.h
FitMDTest.h
FitResolutionConvolvedModelTest.h
ForegroundModelTest.h
GetSpiceDataRawCountsFromMDTest.h
GreaterThanMDTest.h
ImportMDEventWorkspaceTest.h
ImportMDHistoWorkspaceTest.h
Integrate3DEventsTest.h
IntegrateEllipsoidsTest.h
IntegrateEllipsoidsTwoStepTest.h
IntegrateFluxTest.h
IntegrateMDHistoWorkspaceTest.h
IntegratePeaksCWSDTest.h
IntegratePeaksMD2Test.h
IntegratePeaksMDHKLTest.h
IntegratePeaksMDTest.h
InvalidParameterParserTest.h
InvalidParameterTest.h
LessThanMDTest.h
LoadDNSSCDTest.h
LoadMDTest.h
LoadSQW2Test.h
LoadSQWTest.h
LogarithmMDTest.h
MDEventWSWrapperTest.h
MDNormDirectSCTest.h
MDNormSCDTest.h
MDResolutionConvolutionFactoryTest.h
MDTransfAxisNamesTest.h
MDTransfFactoryTest.h
MDTransfModQTest.h
MDTransfQ3DTest.h
MDWSDescriptionTest.h
MDWSTransfTest.h
MaskMDTest.h
MergeMDFilesTest.h
MergeMDTest.h
MinusMDTest.h
ModeratorChopperResolutionTest.h
MullerAnsatzTest.h
MultiplyMDTest.h
NotMDTest.h
OneStepMDEWTest.h
OrMDTest.h
PlusMDTest.h
PowerMDTest.h
PreprocessDetectorsToMDTest.h
QueryMDWorkspaceTest.h
ReflectometryTransformKiKfTest.h
ReflectometryTransformPTest.h
ReflectometryTransformQxQzTest.h
ReplicateMDTest.h
ResolutionConvolvedCrossSectionTest.h
SaveIsawQvectorTest.h
SaveMD2Test.h
SaveMDTest.h
SaveZODSTest.h
SetMDFrameTest.h
SetMDUsingMaskTest.h
SimulateResolutionConvolvedModelTest.h
SliceMDTest.h
SlicingAlgorithmTest.h
SmoothMDTest.h
Strontium122Test.h
ThresholdMDTest.h
TobyFitBMatrixTest.h
TobyFitResolutionModelTest.h
TobyFitYVectorTest.h
TransformMDTest.h
TransposeMDTest.h
UnaryOperationMDTest.h
UnitsConversionHelperTest.h
WeightedMeanMDTest.h
XorMDTest.h
)
Michael Reuter
committed
Michael Reuter
committed
set ( GMOCK_TEST_FILES
BinaryOperationMDTest.h
BinMDTest.h
)
Michael Reuter
committed
if (COVERALLS)
foreach( loop_var ${SRC_FILES} ${INC_FILES})
set_property(GLOBAL APPEND PROPERTY COVERAGE_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/${loop_var}")
endforeach(loop_var)
endif()
Owen Arnold
committed
if(UNITY_BUILD)
include(UnityBuild)
enable_unity_build(MDAlgorithms SRC_FILES SRC_UNITY_IGNORE_FILES 10)
Owen Arnold
committed
endif(UNITY_BUILD)
Gigg, Martyn Anthony
committed
# Use a precompiled header where they are supported
enable_precompiled_headers( inc/MantidMDAlgorithms/PrecompiledHeader.h SRC_FILES )
# Add the target for this directory
add_library ( MDAlgorithms ${SRC_FILES} ${INC_FILES})
# Set the name of the generated library
set_target_properties ( MDAlgorithms PROPERTIES OUTPUT_NAME MantidMDAlgorithms
COMPILE_DEFINITIONS IN_MANTID_MDALGORITHMS
)
if (OSX_VERSION VERSION_GREATER 10.8)
set_target_properties ( MDAlgorithms PROPERTIES INSTALL_RPATH "@loader_path/../Contents/MacOS")
# Add to the 'Framework' group in VS
set_property ( TARGET MDAlgorithms PROPERTY FOLDER "MantidFramework" )
target_link_libraries ( MDAlgorithms LINK_PRIVATE ${TCMALLOC_LIBRARIES_LINKTIME} ${MANTIDLIBS} ${GSL_LIBRARIES} ${NEXUS_LIBRARIES} )
Michael Reuter
committed
# Add the unit tests directory
add_subdirectory ( test )
Michael Reuter
committed
###########################################################################
# Installation settings
###########################################################################
install ( TARGETS MDAlgorithms ${SYSTEM_PACKAGE_TARGET} DESTINATION ${PLUGINS_DIR} )