This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 26, 2016
-
-
Simon Heybrock authored
-
- Jul 19, 2016
-
-
Raquel Alvarez Banos authored
-
- Jun 07, 2016
-
-
Anton Piccardo-Selg authored
-
- Jun 06, 2016
-
-
Anton Piccardo-Selg authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Jul 03, 2015
-
-
Simon Heybrock authored
The reason for this change is related to the diamond inheritance that we had previously for SplittersWorkspace. VS2012 did not manage to compile this in combination with the virtual doClone() function with covariant return types. Just like IMaskWorkspace, ISplittersWorkspace is now not a Workspace anymore, and thus the diamond is gone.
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Apr 24, 2012
-
-
Zhou, Wenduo authored
Implemented algorithm GenerateEventsFilte, including unit test. Some related classes are modified accordingly.
-
- Jan 30, 2012
-
-
Roman Tolchenov authored
And also a custom dialog for it.
-
- Jun 08, 2011
-
-
Gigg, Martyn Anthony authored
Refs #3157 Sort our System.h. It was becoming a dumping ground. It should only be touched when absolutely necessary as it affects every file in Mantid. Also combined this with Refs #2345 to sort out DLLExport/DLLImport usage. It's done for Kernel, Geometry and API but stuff in the plugins could do with updating as well.
-
- Mar 30, 2011
-
-
Janik Zikovsky authored
-
- Dec 29, 2010
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- Mar 24, 2009
-
-
Russell Taylor authored
* Added progress reporting to binary operations * Some doxygen fixes Example improvements in binary operation speed, based on 10k Merlin spectra (old values in brackets). Windows Linux(s1) Plus 0.9 (4.5) 1.4 (6.8) seconds Minus 1.0 (4.3) 1.4 (7.9) seconds Multiply 0.8 (4.0) 1.2 (6.6) seconds Divide 4.1 (7.9) 1.9 (6.6) seconds Re #509.
-
- Jan 16, 2009
-
-
Roman Tolchenov authored
-
- Dec 14, 2007
-
-
Russell Taylor authored
Made properties easier to use in algorithms. Can now get value of a property via getProperty (doesn't work for strings yet, but can still use getPropertyValue for that). This also signals the demise of IProperty. Re #55.
-
Nick Draper authored
resolve package reference issue
-
- Dec 13, 2007
-
-
Russell Taylor authored
-
- Dec 11, 2007
-
-
Russell Taylor authored
-