This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Feb 01, 2011
-
-
Gigg, Martyn Anthony authored
Update to the Load algorithm to allow running solely to discover the concrete loader type. Also updated workspace property to respect the optional flag in other cirumstances. Re #2329
-
- Jan 31, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
Fixes #2074: run_start property when loading SNS files will allow the right instrument definition to be loaded.
-
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
-
- Jan 28, 2011
-
-
Janik Zikovsky 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!
-
Michael Whitty authored
-
Janik Zikovsky authored
-
Peterson, Peter authored
-
Anders Markvardsen authored
Needed to use RectangularDetector notation in sans2d IDF re #2318
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Fix for problems with keeping position and rotations parameters in sync with the ParameterMap's cache when they are set in isolation to the ParameterMap. Now, set can only be called by the ParameterMap and all changes to parameters, whether addition/replacement should use the addV3D, addDouble etc members of the ParameterMap. Re #2276
-
- Jan 26, 2011
-
-
Janik Zikovsky authored
Refs #2187: Added some calls to release free memory if you linked against TCmalloc; commented out for now.
-
- Jan 25, 2011
-
-
Russell Taylor authored
Revert a change from some time back regarding how grouped detector positions are calculated in Absorption corrections routines. Small change in numerical result (for the better), big change in speed. Also a small refactoring in detector code that was less small in its impact on tests. Re #2276.
-
- Jan 21, 2011
-
-
Russell Taylor authored
Fix GroupDetectors2Test for some cmake windows builds. The FrameworkManager needs to be stood up to load in other algorithms. Re #2221.
-
Russell Taylor authored
-
Michael Whitty authored
putting static construction methods into some tests (bunch in Algorithms, almost all in DataHandling) re #2221
-
- Jan 20, 2011
-
-
Michael Whitty authored
-
Michael Whitty authored
refs #2231 - GroupDetectors "average" option. Hopefully with unit test. Sorry, can't run tests locally so they're quite likely to fail I think.
-
- Jan 19, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
Gigg, Martyn Anthony authored
Removed check for the executable name from the ConfigService. It now either uses the path pointed to by MANTIDPATH or the executable's directory if the former is not set. Also renamed a couple of functions relating to this so that it is clearer what their return values point. Re #2256
-
Michael Whitty authored
-
- Jan 13, 2011
-
-
Russell Taylor authored
-
Russell Taylor authored
.properties and python files should be copied to correct directory for Visual Studio builds as well now. Re #1881.
-
- Jan 12, 2011
-
-
Steve Williams authored
Load() now has an extra optional property, the entry number to load in a multi-period file. Currently only ISIS Nexus files support this re #2209
-
- Jan 07, 2011
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Anders Markvardsen authored
-
- Jan 06, 2011
-
-
Gigg, Martyn Anthony authored
Tell scons to build the new TestHelpers package so that ISIS buildservers are still happy with moving the test helpers while the CMake transition is still in progress. Refs #2196 and #1881
-
- Jan 05, 2011
-
-
Russell Taylor authored
-
Russell Taylor authored
-
Peterson, Peter authored
Commenting out tests that are using the convenience functions for creating data. The implementation needs to be moved out of the header. Refs #1881.
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Gigg, Martyn Anthony authored
Remove final reference to the MERLIN file in the AutoTestData directory. Switched to using a much smaller MARI file for the RAW part of the SetScalingPSD test. Removed unused MERLIN and MARI files from AutoTestData. Re #1911
-