This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jul 05, 2018
-
-
David Fairbrother authored
-
David Fairbrother authored
Adds a method get a single descriptor in the Algorithm factory, this avoids us having to get all algorithm descriptors. Each time we want a descriptor every algorithm object is allocated (900+) then discarded for each workspace
-
- Dec 04, 2017
-
-
Roman Tolchenov authored
-
- Apr 06, 2017
-
-
Peterson, Peter authored
Re #17600
-
- Jan 25, 2017
-
-
Lottie Greenwood authored
-
- Oct 26, 2016
-
-
Simon Heybrock authored
-
- Jul 07, 2016
-
-
Hahn, Steven authored
-
- Jun 07, 2016
-
-
Hahn, Steven authored
-
Anton Piccardo-Selg authored
-
Anton Piccardo-Selg authored
-
Hahn, Steven authored
-
Anton Piccardo-Selg authored
-
- Mar 24, 2016
-
-
Lamar Moore authored
-
- Mar 05, 2016
-
-
Hahn, Steven authored
-
- Feb 28, 2016
-
-
Hahn, Steven authored
-
- Feb 24, 2016
-
-
Lamar Moore authored
-
- Feb 18, 2016
-
-
Matthew D Jones authored
-
- Jan 30, 2016
-
-
Hahn, Steven authored
-
- Jan 15, 2016
-
-
Hahn, Steven authored
-
- Jan 05, 2016
-
-
Hahn, Steven authored
-
- Dec 11, 2015
-
-
Hahn, Steven authored
-
- Oct 08, 2015
-
-
Federico Montesino Pouzols authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Aug 12, 2015
-
-
Nick Draper authored
re #8120
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Jul 14, 2014
-
-
Harry Jeffery authored
Categories were not being hidden when a parent category was hidden. Now, categories are hidden whenever either the category itself, or one of its parents is set as hidden. Refs #9515
-
- May 28, 2014
-
-
Gigg, Martyn Anthony authored
It provides easy access to the highest version of an algorithm currently registered. Refs #9521
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Aug 14, 2013
-
-
Keith Brown authored
There were a couple of rather major bugs which it's a wonder hadn't been found until now. The first was that decodeName() could go out the range of the string and return garbage if there wasn't a bar cahracter in the supplied string. A check has been added which will throw an exception if one isn't found. The second was that getCategories() didn't work at all as the loop wasn't executing due to the variable "it_end" used in the condition not being initialised correctly. It's now initialised correctly to categoryMap.end(). Refs #3344
-
- Jul 03, 2013
-
-
Gigg, Martyn Anthony authored
It was previously not updating the version map when the algorithm was removed and then subscribing the same thing again would throw an error. Refs #7263
-
- Feb 18, 2013
-
-
Campbell, Stuart authored
-
- Oct 25, 2012
-
-
Nick Draper authored
-
- Apr 13, 2012
-
-
Gigg, Martyn Anthony authored
This allows the algorithm dock in MantidPlot to update when the algorithm factory is changed. RegistrationHelper has been moved to its own class to remove the dependency of Parameter.h on DynamicFactory.
-
- Mar 14, 2012
-
-
Gigg, Martyn Anthony authored
This now doesn't require a user to understand the internal mangling of the algorithm names in order to unsubscribe/replace and algorithm in the factory.
-
- Sep 28, 2011
-
-
Michael Reuter authored
-
- Sep 07, 2011
-
-
Peterson, Peter authored
-
- Jul 12, 2011
-
-
Russell Taylor authored
-
- Jun 27, 2011
-
-
Nick Draper authored
Fixed problem with configservice not saving new entries. Also dealt with mantid dock issue on delete
-
- Jun 23, 2011
-
-
Gigg, Martyn Anthony authored
-