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
-
WHITFIELDRE email authored
-
- Jun 26, 2015
-
-
Nick Draper authored
The class now only creates a fresh instance if: 1. the current instance is empty (so on first use) 1. It is about to execute, synchronously or asnchronously 1. Execution has completed (here it just wipes the old instance, doesn't create a new one.) This reduces the creation of algorithm instances to (1+1 nExecutions) per algorithm dialog from (1 + nProperties + nExecutions). This has merged in the changes from #12835 (keep open for alg dialog boxes) as it is important for testing. re #9480
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Nov 24, 2014
-
-
Nick Draper authored
-
- Nov 10, 2014
-
-
Dan Nixon authored
Refs #10377
-
- Nov 07, 2014
-
-
Peterson, Peter authored
This reverts commit 8e55e36c.
-
- Nov 06, 2014
-
-
Dan Nixon authored
Refs #10377
-
- Nov 05, 2014
-
-
Peterson, Peter authored
-
- May 28, 2014
-
-
Nick Draper authored
-
- 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 11, 2013
-
-
Gigg, Martyn Anthony authored
If dropped from child algorithms they will be removed completely as nothing else has a reference to them. Refs #8412
-
- 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
-
- Jan 02, 2013
-
-
Nick Draper authored
-
- Nov 06, 2012
-
-
Peterson, Peter authored
-
- Apr 25, 2012
-
-
Gigg, Martyn Anthony authored
The algorithm execute method dispatches the started notification so no need to do it anywhere else.
-
- Apr 04, 2012
-
-
Roman Tolchenov authored
-
- Apr 02, 2012
-
-
Roman Tolchenov authored
-
- Mar 15, 2012
-
-
Janik Zikovsky authored
Very annoying 9-character fix that took a long time to find, caused by the AlgorithmProxy, which is always causing trouble!
-
- Mar 14, 2012
-
-
Janik Zikovsky authored
API side and also refs #4787 added to LoadLiveData
-
- Mar 01, 2012
-
-
Janik Zikovsky authored
starts asynchronously
-
- Feb 08, 2012
-
-
Janik Zikovsky authored
To fix SANS system tests
-
- Jan 26, 2012
-
-
Janik Zikovsky authored
-
- Dec 22, 2011
-
-
Savici, Andrei T. authored
-
- Sep 07, 2011
-
-
Peterson, Peter authored
-
- Aug 15, 2011
-
-
Gigg, Martyn Anthony authored
Fix a memory leak (well holding onto a shared_ptr too long) in the AlgorithmProxy after an algorithm has executed. Fixes #3560
-
- Jun 21, 2011
-
-
Nick Draper authored
Forgot the IAlgorithm and AlgorithmProxy changes - included now
-
- May 19, 2011
-
-
Gigg, Martyn Anthony authored
-
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 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
Added tests for correct alias. refs #2823
-
- 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.
-