This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 12, 2015
-
-
Nick Draper authored
re #13925
-
Nick Draper authored
with CopyPropertiesfrom re #13925
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Jun 26, 2015
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Dec 04, 2014
-
-
Nick Draper authored
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Feb 10, 2014
-
-
Gigg, Martyn Anthony authored
Many things here could be forward declared so that the headers don't propagate through the code. The MaskedProperty implementations have been moved to the cpp file to help with this. Refs #8784
-
- Nov 02, 2012
-
-
Savici, Andrei T. authored
-
- Sep 13, 2012
-
-
Alex Buts authored
And hopefully get rid of annoying "inherited via dominance" messages.
-
- Aug 15, 2012
-
-
Russell Taylor authored
-
- Apr 02, 2012
-
-
Roman Tolchenov authored
-
- Mar 20, 2012
-
-
Janik Zikovsky authored
because the comma is ambiguous
-
- Dec 19, 2011
-
-
Zhou, Wenduo authored
-
- Aug 26, 2011
-
-
Janik Zikovsky authored
-
- 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.
-
- May 19, 2011
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Refs #2897. Actually give toString a default so that it makes sense in most situations. This will fix the Python test failure.
-
Gigg, Martyn Anthony authored
Refs #2987. Fix issues with some code I wrote a while a go that shows up as a a warning on the Mac. Also cleaned up another prevalent warning from IMDGeometry.
-
- Mar 29, 2011
-
-
Gigg, Martyn Anthony authored
Refs #2635. Algorithms can now stringize themselves and also construct themselves from a string. The format is AlgorithmName[.v](prop1=val1,prop2=val2,...), where the .v is optional and determines the version. Added convenience methods on the property manager to stringize itself as well.
-
- Feb 02, 2011
-
-
Gigg, Martyn Anthony authored
This should be everything I need for the Framework to make using the Load algorithm much simpler (including from C++). Re #2329
-
- 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.
-
- Jul 22, 2010
-
-
Nick Draper authored
Copyright updated to read Copyright © 2007-10 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
-
- May 27, 2009
-
-
Steve Williams authored
There are changes to WorkspacePropertys that affect PropertyManager. In all cases Property.setValue() now returns a string containing any validation errors. This is a change to the WorkspacePropertys that sometimes ignored errors. There are descriptions for some propertys in MantidPlot available as a tooltip re #593 and re #410
-
- Mar 06, 2009
-
-
Roman Tolchenov authored
AlgorithmProxy class is added. References to Algorithm are replaced to IAlgorithm in many cases. re #464
-