This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jul 19, 2016
-
-
Raquel Alvarez Banos authored
-
- Jun 09, 2016
-
-
Anton Piccardo-Selg authored
-
- Jun 08, 2016
-
-
Anton Piccardo-Selg authored
-
- Feb 20, 2016
-
-
Anton Piccardo-Selg authored
-
- Dec 03, 2015
-
-
Nick Draper authored
-
- Dec 01, 2015
-
-
Nick Draper authored
re #14657
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Dec 04, 2014
-
-
Nick Draper 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.
-
Russell Taylor authored
This breaks stuff. Fixing it is the next few steps....
-
- Nov 02, 2012
-
-
Savici, Andrei T. 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
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.
-
- 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 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.
-
- Jan 31, 2011
-
-
Russell Taylor 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.
-
- Jul 22, 2010
-
-
Nick Draper authored
Copyright updated to read Copyright © 2007-10 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
-
- May 14, 2010
-
-
Peterson, Peter authored
-
- Feb 25, 2010
-
-
Gigg, Martyn Anthony authored
Update standard build scripts to also compile 64-bit Mantid so that the separate x64 build scripts are not necessary and have hence been removed. Re #1001
-
- 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
-
-
Roman Tolchenov authored
AlgorithmProxy class is added. References to Algorithm are replaced to IAlgorithm in many cases. re #464
-
- Nov 06, 2008
-
-
Roman Tolchenov authored
-
- 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
Massive Doxygen cleanup, still more to do though
-
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 more attempts at tidying up doxygen
-
- Apr 23, 2008
-
-
Matt Clarke authored
-