This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 31, 2011
-
-
Doucet, Mathieu authored
-
Janik Zikovsky authored
Fixes #2074: run_start property when loading SNS files will allow the right instrument definition to be loaded.
-
Doucet, Mathieu authored
-
Doucet, Mathieu authored
-
Janik Zikovsky authored
-
Doucet, Mathieu authored
-
Michael Whitty authored
-
Doucet, Mathieu authored
-
Michael Whitty authored
-
Doucet, Mathieu authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Add a GNUSetup file to the CMake setup scripts. This contains options that only apply to the gcc/g++ compilers. At the moment it just activates the usual wrarning sets that we were missing. Apologies for creating a far messier compile output but these really should be on. Re #1881
-
Gigg, Martyn Anthony authored
pooling isn't cooperating as well on the build servers as on my machine where everything ran fine./MantidPlot/ Re #2276
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Created a pool for parametrized detector objects to avoid excessive calls to the new operator in multi-threaded loops. If a cached object already exists and is unique then it's memory is reused rather than reallocating another object. This alleviates some of the locking within threaded loops that was impeding the scaling with the number of cores. There is still something to done with instruments but an issue remains with plottable components. Re #2276
-
Roman Tolchenov authored
-
Owen Arnold authored
-
Owen Arnold authored
-
Campbell, Stuart authored
-
Campbell, Stuart authored
-
- Jan 30, 2011
-
-
Campbell, Stuart authored
-
- Jan 29, 2011
-
-
Doucet, Mathieu authored
-
Doucet, Mathieu authored
-
Doucet, Mathieu authored
Added an executeSubAlg() method to PythonAlgorithm. It creates and runs a sub-alg with the provided parameters. Re #2270
-
Campbell, Stuart authored
-
Campbell, Stuart authored
-
- Jan 28, 2011
-
-
Campbell, Stuart authored
-
Campbell, Stuart authored
-
Russell Taylor authored
-
Campbell, Stuart authored
-
Peterson, Peter authored
-
Russell Taylor authored
-
Janik Zikovsky authored
Refs #2167: You can't put ClassName:: in front of your function declarations in a header file; I'm surprised this builds under windows.
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
Peterson, Peter authored
-
Janik Zikovsky authored
Fixes #2324: Call to sortAll before CompressEvents speeds things up from 80 to 30 seconds in one example (95 million event list). Same thing in ConvertToMatrixWorkspace. Nicer reporting.
-
Janik Zikovsky authored
Fixes #2277: A million tests for every possible permutation of multiply and divide workspace. Whew!
-