This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- May 15, 2017
-
-
Simon Heybrock authored
-
- Oct 27, 2016
-
-
Simon Heybrock authored
-
- Apr 13, 2016
-
-
Roman Tolchenov authored
-
- Mar 31, 2016
-
-
Roman Tolchenov authored
-
- Mar 04, 2016
-
-
Hahn, Steven authored
-
- Feb 14, 2016
-
-
Hahn, Steven authored
-
- Jan 23, 2016
-
-
Hahn, Steven authored
-
- Jan 15, 2016
-
-
Hahn, Steven authored
-
- Jan 07, 2016
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
- Dec 11, 2015
-
-
Hahn, Steven authored
-
- Nov 10, 2015
-
-
Tom Perkins authored
When IPropertyManager::getValue fails to assign the property to the specified type, a runtime_error is raised. Changed the error messages in all (specific) cases to specify exactly what type it was expecting, i.e. (const) shared_ptr<X> not just X or const X.
-
- Nov 06, 2015
-
-
Tom Perkins authored
-
- Nov 05, 2015
-
-
Tom Perkins authored
IPropertyManager::getValue has specialisations for shared_ptr<T>and const shared_ptr<T> for most types. The only missing ones were IFunction, TableWorkspace and WorkspaceSingleValue, and these have been added.
-
- Oct 08, 2015
-
-
Federico Montesino Pouzols authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Jun 30, 2015
-
-
Simon Heybrock authored
The previous code which derives from the old implementation of clone() did not call the base class copy constructor but the base class constructor. This seemed wrong (though I am not aware of any related issues).
-
Simon Heybrock authored
Added non-virtual clone() interface with a virtual private doClone() method to Workspace and derived classes. Workspaces that had a clone() method before were adapted to have a common interface everywhere. In cases where there was no clone() method previously we simply throw an error for now, until this new functionality is implemented. Some tests/mocks had to be adapted since there there is a pure virtual doClone() in all abstract classes. Do to smart pointer incompatibilities (mainly due to old boost versions) we had do extract the raw pointer from the unique_ptr returned by clone and put it into a boost::shared_ptr manually, in some cases. See also issue 12949.
-
Simon Heybrock authored
-
- Mar 19, 2015
-
-
Harry Jeffery authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Nov 24, 2014
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
- Nov 21, 2014
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
- Nov 05, 2014
-
-
Roman Tolchenov authored
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Jan 04, 2013
-
-
Russell Taylor authored
...from a success/failure boolean to a shared pointer to the new column. Saves repeatedly having to go and fetch the column separately in an algorithm I'm working on. Any existing places that check the return value (there aren't many) will still work as the pointer will convert to bool. I kept the return type of the exposed python method unchanged as the Column class is not exposed to python and I didn't see any reason to do so just for this.
-
- Oct 04, 2012
- Sep 16, 2012
-
-
Alex Buts authored
-
- Apr 19, 2012
-
-
Peterson, Peter authored
-
- Jan 30, 2012
-
-
Roman Tolchenov authored
-
- Sep 16, 2011
-
-
Alex Buts authored
-
- Aug 31, 2011
-
-
Owen Arnold authored
-
- Aug 30, 2011
-
-
Owen Arnold authored
refs #3641. First pass. It is known that the exact column list for the underlying tableworkspace is not confirmed.
-
- Jul 07, 2011
-
-
Anders Markvardsen authored
mainly some changes to itableworkspace + column in connection with writing tables to nexus. re #2425
-
- May 24, 2011
-
-
Doucet, Mathieu authored
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-