This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 30, 2011
-
-
Russell Taylor authored
Completely remove pointless methods. Didn't notice any warnings when I commented them out earlier anyway. Re #1944
-
- Aug 29, 2011
-
-
Russell Taylor authored
Try to get system tests passing. This includes temporary renaming of a method on Instrument. Re #1944.
-
Michael Reuter authored
-
Lynch, Vickie authored
-
Russell Taylor authored
-
Russell Taylor authored
Add a copy constructor to Instrument. Oh, and go on a const-correctness hunt that led this commit to touch slightly more than just the one class. Re #1944.
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
Campbell, Stuart authored
-
Janik Zikovsky authored
Refs #3638: Filled in CoordTransformAligned; it runs 2.5-3x faster than the more general affine transform.
-
Lynch, Vickie authored
-
Janik Zikovsky authored
Refs #3638: Added a class CoordTransformAffine so as to make CoordTransform base class a bare abstract class.
-
Janik Zikovsky authored
Refs #3638: Added a stub for CoordTransformAligned. Reverted CoordTransform to use the bare data types instead of the wrapped parameter types, resulting in a 30% speed up.
-
Janik Zikovsky authored
-
Dennis Mikkelson authored
refs #3577 #3578 #3579 #3580
-
Janik Zikovsky authored
-
Lynch, Vickie authored
-
Janik Zikovsky authored
-
- Aug 28, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
Refs #3635: Reworked helper into a GPUAlgorithm base class. Static members allow compiling kernels only once.
-
Janik Zikovsky authored
Refs #3635: Added some helper functions; a tester algorithm that simply tests if everything is working; a line in the .properties file to specify where the opencl kernle (.cl) files are located for loading.
-
- Aug 27, 2011
-
-
Janik Zikovsky authored
-
- Aug 26, 2011
-
-
Dennis Mikkelson authored
refs #3580
-
Janik Zikovsky authored
-
Janik Zikovsky authored
Refs #262: Moved the new validators to a separate class that better reflects what they do. New method on algorithms setPropertySettings() to give an IPropertySettings to a given property. This allows you to make properties be hidden/disabled based on other properties.
-
Russell Taylor authored
-
Peterson, Peter authored
-
Russell Taylor authored
-
Russell Taylor authored
-
Dennis Mikkelson authored
Minor code reformatting. refs #3577 #3578
-
Dennis Mikkelson authored
via logging notice. refs #3580
-
Dennis Mikkelson authored
refs #3577
-
Dennis Mikkelson authored
refs #3578
-
Gigg, Martyn Anthony authored
-
Michael Reuter authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Refs #3614. Algorithm exports for [set/get]property along with properties for basic types. An algorithm unit test as well.
-