This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Nov 08, 2013
-
-
Gigg, Martyn Anthony authored
This drops the workspaces references that the proxy would have acquired. Refs #8412
-
- Jun 17, 2013
-
-
Roman Tolchenov authored
Re #7253
-
- Apr 01, 2013
-
-
Russell Taylor authored
-
Russell Taylor authored
-
Russell Taylor authored
-
Russell Taylor authored
-
Russell Taylor authored
...of a given name. N.B. Had to temporarily comment out some tests that used the removed algorithms() method.
-
- Jun 04, 2012
-
-
Michael Reuter authored
-
- Apr 23, 2012
-
-
Janik Zikovsky authored
Fixes an occasional abort with LiveData viewing and another script in the background
-
- Mar 01, 2012
-
-
Janik Zikovsky authored
if you have one long running algo, e.g. MonitorLiveData
-
Janik Zikovsky authored
Also starting test to check on managed algo queue
-
Janik Zikovsky authored
starts asynchronously
-
- Feb 28, 2012
-
-
Janik Zikovsky authored
And without an AlgorithmProxy. However, does not show up in GUI because AlgorithmMonitor::add() has to be called.
-
- Feb 27, 2012
-
-
Janik Zikovsky authored
in AlgorithmManager. Prevents segfaults if running MANY algorithms while one very slow one is still running.
-
- Feb 24, 2012
-
-
Janik Zikovsky authored
by making sure to NOT create managed Algorithms inside LoadLiveData
-
- Sep 07, 2011
-
-
Peterson, Peter authored
-
- Mar 21, 2011
-
-
Gigg, Martyn Anthony authored
Fixes #1591. Included information about properties that don't exist in all versions of an algorithm in the Python help. Also added some helper functions to the AlgorithmFactory to make this eaiser.
-
- Mar 14, 2011
-
-
Doucet, Mathieu authored
-
- Jan 31, 2011
-
-
Russell Taylor authored
-
- Jan 28, 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.
-
- May 14, 2010
-
-
Peterson, Peter authored
-
- Jan 25, 2010
-
-
Gigg, Martyn Anthony authored
Major backbone of Python algorithms. Changing and reloading while running MantidPlot is now implemented. Re #952
-
- Mar 10, 2009
-
-
Russell Taylor authored
Update AlgorithmManager to only keep a limited number of algorithms alive (default 100, config property name: algorithms.retained). This check-in will break qtiplot, which will be remedied shortly... Re #500.
-
- Mar 06, 2009
-
-
Nick Draper authored
crusade against the usage of cout and cerr in the framework code
-
Roman Tolchenov authored
AlgorithmProxy class is added. References to Algorithm are replaced to IAlgorithm in many cases. re #464
-
- Jun 18, 2008
-
-
Russell Taylor authored
Added a ListValidator, which allows a (string type) property to be restricted to a set of values. Changed the "Target" property on ConvertUnits to use this. The Property class now has an allowedValues method which returns the set of allowed values if a ListValidator is attached to the property, or an empty set otherwise. Also modifies the PropertyWithValue class so that it is no longer possible to set a property's value to an invalid value. Re #150.
-
- May 02, 2008
-
-
Matt Clarke authored
Refs #120. Added a method to dynamic factory to return the keys and adjusted PythonInterface to account for this.
-
- Apr 30, 2008
-
-
Nick Draper authored
Missed another >>
-
Nick Draper authored
End of template >> needs to be > > for gcc to be happy
-
Nick Draper authored
Category added to algorithm base class. This allows algorithms to be sensibly grouped in a user interface. Also added getNamesAndCategories function to AlgorithmManager Tests included
-
- Apr 29, 2008
-
-
Dickon Champion authored
some tidying up
-
- Apr 24, 2008
-
-
Laurent Chapon authored
Remove warning casting int to unsigned int
-
- Apr 23, 2008
-
-
Matt Clarke authored
-
- Apr 17, 2008
-
-
Dickon Champion authored
implementation of algorithm version convolution in the algorithm factory. more than one version of an algorithm can be registered have edited tests but cannot test they all work on this crummy vista machine need to test on the 32bit box
-
- Feb 28, 2008
-
-
Freddie Akeroyd authored
singletons in the correct order. Fix involves implementing our own atexit() handler for singletons. Refs #96.
-