This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 12, 2015
-
-
Nick Draper authored
with CopyPropertiesfrom re #13925
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Dec 04, 2014
-
-
Nick Draper authored
-
- Nov 24, 2014
-
-
Nick Draper authored
-
- Nov 07, 2014
-
-
Peterson, Peter authored
This reverts commit 8e55e36c.
-
- Nov 05, 2014
-
-
Peterson, Peter authored
-
- May 28, 2014
-
-
Nick Draper authored
-
- Mar 25, 2014
-
-
Campbell, Stuart authored
refs #7284
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Feb 10, 2014
-
-
Gigg, Martyn Anthony authored
Mainly removed Poco includes and used forward declarations instead. Unsuprisingly this has affected some algorithms. Refs #8784
-
- Nov 08, 2013
-
-
Gigg, Martyn Anthony authored
The shared_ptrs held in WorkspaceProperty were set and still held by the AlgorithmProxy object until it got knocked off the AlgorithmManager stack. This gave the impression of a memory leak if an algorithm failed when in fact the references were just being held too long. Refs #8412
-
- Oct 25, 2013
-
-
Nick Draper authored
-
- Oct 15, 2013
-
-
Gigg, Martyn Anthony authored
to algorithm base classes. Refs #4218
-
- Apr 02, 2013
-
-
Russell Taylor authored
-
Russell Taylor authored
Also some const-correctness.
-
Russell Taylor authored
-
- Feb 28, 2013
-
-
Owen Arnold authored
-
- Jan 02, 2013
-
-
Nick Draper authored
-
- Nov 06, 2012
-
-
Peterson, Peter authored
-
- Nov 02, 2012
-
-
Savici, Andrei T. authored
-
- Apr 25, 2012
-
-
Gigg, Martyn Anthony authored
Setting them as parents causes issues with the workspace locking and really isn't the right thing to do.
-
- Apr 02, 2012
-
-
Roman Tolchenov authored
-
- Mar 14, 2012
-
-
Janik Zikovsky authored
API side and also refs #4787 added to LoadLiveData
-
- Feb 08, 2012
-
-
Janik Zikovsky authored
To fix SANS system tests
-
- Feb 06, 2012
-
-
Janik Zikovsky authored
-
- Jan 26, 2012
-
-
Janik Zikovsky authored
-
- Jun 21, 2011
-
-
Nick Draper authored
Forgot the IAlgorithm and AlgorithmProxy changes - included now
-
- 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.
-
- Jun 07, 2011
-
-
Russell Taylor authored
-
- 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.
-
- May 16, 2011
-
-
Gigg, Martyn Anthony authored
Refs #2897. Ignore a warning on Visual Studio that we understand and can't avoid in AlgorithmProxy. Clear a warning on the Mac around AlgorithmFactory. Clear a warning around an Exception type in Visual Studio.
-
- May 15, 2011
-
-
Janik Zikovsky authored
Refs #3026: Added a field for Wiki description to Algorithm. Made WikiMaker use it to generate wiki pages.
-
- Apr 12, 2011
-
-
Campbell, Stuart authored
Initial version - you can specify aliases as a comma separated list. The default is a blank string. refs #2823
-
- Apr 06, 2011
-
-
Janik Zikovsky authored
-
- 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 23, 2011
-
-
Roman Tolchenov authored
-
- 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
-