This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- May 19, 2017
-
-
Jose Borreguero authored
-
- May 11, 2017
-
-
Jose Borreguero authored
-
- Feb 15, 2016
-
-
Hahn, Steven authored
-
- Feb 14, 2016
-
-
Hahn, Steven authored
-
- Feb 13, 2016
-
-
Hahn, Steven authored
-
- Nov 26, 2015
-
-
Martyn Gigg authored
The definitions, along with the shared_ptr variants have been moved to a fwd declare header. Refs #14599
-
Martyn Gigg authored
Refs #14599
-
- 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
-
- Feb 10, 2014
-
-
Gigg, Martyn Anthony authored
Mainly removed Poco includes and used forward declarations instead. Unsuprisingly this has affected some algorithms. Refs #8784
-
- 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 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.
-
- Mar 14, 2012
-
-
Janik Zikovsky authored
API side and also refs #4787 added to LoadLiveData
-
- 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.
-
- 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
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
-
- Jan 31, 2011
-
-
Russell Taylor authored
-
- Jan 28, 2011
-
-
Janik Zikovsky authored
-
Doucet, Mathieu authored
-
- Jan 17, 2011
-
-
Nick Draper authored
Changes to Algorithm to allow subAlgorithms to be cancelled. Now algorithms: Maintain a vector of weak pointers to any subalgorithms they create. Weak pointers will not prevent the algorithms from being destructed. On receiving a cancel command will pass it on to any valid sub algorithms. Delete the list of weak pointers when the algorithm is destroyed. As they are weak pointers they have no effect of the lifetime of and subalgorithms.
-