This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 10, 2015
-
-
Gigg, Martyn Anthony authored
Refs #11209
-
- Mar 04, 2015
-
-
Gigg, Martyn Anthony authored
They don't run yet as they are dependent on some algorithms being available. Refs #11209
-
- Dec 02, 2014
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
size_t is converted to uint64_t on saving to nexus.
-
- Dec 01, 2014
-
-
Roman Tolchenov authored
-
- Oct 09, 2014
-
-
Peterson, Peter authored
-
- Oct 11, 2013
-
-
Samuel Jackson authored
-
- Oct 04, 2013
-
-
Russell Taylor authored
-
Russell Taylor authored
-
Russell Taylor authored
-
- Aug 19, 2013
-
-
Gigg, Martyn Anthony authored
and use it in CheckWorkspacesMatch. This avoids changes in ordering within the map affecting whether the map is actually the same as another. Refs #7743
-
- Jun 13, 2013
-
-
Roman Tolchenov authored
-
- Apr 16, 2013
-
-
Alex Buts authored
enabled its test and fixed (I believe unnoticed earlier) errors with file-backed operations.
-
- Mar 08, 2013
-
-
Russell Taylor authored
-
- Feb 25, 2013
-
-
Russell Taylor authored
-
- Jan 28, 2013
-
-
Russell Taylor authored
-
- May 14, 2012
-
-
Russell Taylor authored
-
- May 10, 2012
-
-
Michael Reuter authored
Thanks to Owen for pointing out the CompareMDWorkspaces algorithm. Makes the code for checking much cleaner.
-
Michael Reuter authored
I've added checks for MDEventWorkspaces. There is one check that is currently commented out since I need to find out how some autogenerated code was created before being able to use this new function.
-
Michael Reuter authored
-
- May 08, 2012
-
-
Michael Reuter authored
-
- Apr 18, 2012
-
-
Lynch, Vickie authored
-
- Jan 25, 2012
-
-
Janik Zikovsky authored
-
- Dec 09, 2011
-
-
Nick Draper authored
-
- Sep 30, 2011
-
-
Gigg, Martyn Anthony authored
Fix CheckWorkspacesMatch when used with WorkspaceGroup objects. It now has its own processGroups so that it can set an appropriate result string for different types of failure. Fixes #3886
-
- Sep 08, 2011
-
-
Russell Taylor authored
Add pointer to physical instrument as a member (not used in vast majority of cases) of Instrument. Show this 'physical instrument' in the instrument view, if it exists. Re #1944. P.S. This again lead to a const change which accounts for most of the changes.
-
- Jul 17, 2011
-
-
Janik Zikovsky authored
-
- Jun 02, 2011
-
-
Gigg, Martyn Anthony authored
Have a default 1:1, starting at 1, correspondence created by the spectra axis. Update the default 1:1 that is created with the MatrixWorkspace::init method so that it also starts at 1. This removes the need for most tests that care about it to bother creating their own spectra map and axis. Refs #3067
-
- May 26, 2011
-
-
Gigg, Martyn Anthony authored
Replace uses of the SpectraDetectorMap with the new interface. Note that mutableSpectraMap has now gone in favour of using MatrixWorkspace::replaceSpectraMap with a brand new implentation. Re #3067
-
- Apr 07, 2011
-
-
Janik Zikovsky authored
-
- Feb 10, 2011
-
-
Janik Zikovsky authored
-
- Feb 09, 2011
-
-
Janik Zikovsky authored
-
- Feb 02, 2011
-
-
Janik Zikovsky authored
Fixes #2091: equals() function for quickly comparing workspaces. == operator cannot be overloaded since it compares the shared pointers rather than the actual contents.
-
- Jan 12, 2011
-
-
Russell Taylor authored
-
- Jan 06, 2011
-
-
Peterson, Peter authored
-
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
-
- Dec 29, 2010
-
-
Campbell, Stuart authored
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- Dec 14, 2010
-
-
Janik Zikovsky authored
-