This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Feb 29, 2016
-
-
Lamar Moore authored
-
- Feb 19, 2016
-
-
Anton Piccardo-Selg authored
-
- Feb 18, 2016
-
-
Anton Piccardo-Selg authored
-
Anton Piccardo-Selg authored
-
- Feb 13, 2016
-
-
Hahn, Steven authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Jun 30, 2015
-
-
Simon Heybrock authored
-
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.
-
- Jun 24, 2015
-
-
Simon Heybrock authored
Workspace is polymorphic, so in general we do not want any public copy or assignment. In some cases this required moving the user defined copy constructor out of the public area, in other cases it meant adding it in the protected section, to avoid auto-generation by the compiler. Note that we make the copy constructor protected and not private. This is in view of the upcoming introduction of a clone() method, which will need to call the copy constructor of the base class.
-
- Jun 18, 2015
-
-
Federico Montesino Pouzols authored
-
- Jun 15, 2015
-
-
Harry Jeffery authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Dec 04, 2014
-
-
Nick Draper authored
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Aug 12, 2013
-
-
Gigg, Martyn Anthony authored
Refs #7708
-
- Aug 09, 2013
-
-
Gigg, Martyn Anthony authored
This now returns a human-readable string detailing the structure of the workspace. Refs #7708
-
Gigg, Martyn Anthony authored
The map shows the name & workspace of any items that are groups or not members of groups. Refs #7708
-
- Jun 21, 2013
-
-
Roman Tolchenov authored
-
- Jun 18, 2013
-
-
Roman Tolchenov authored
-
- Jun 17, 2013
-
-
Roman Tolchenov authored
Re #7253
-
- Jun 14, 2013
-
-
Roman Tolchenov authored
-
- Jun 13, 2013
-
-
Roman Tolchenov authored
-
- Nov 02, 2012
-
-
Savici, Andrei T. authored
-
- Oct 26, 2012
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
- Aug 13, 2012
-
-
Owen Arnold authored
-
- Jul 30, 2012
-
-
Roman Tolchenov authored
The worspace widget in MantidPlot listens to this notification and updates the contents. This should solve the issue.
-
- Jun 26, 2012
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
- Jun 25, 2012
-
-
Roman Tolchenov authored
WorkspaceGroup now holds shared pointers instead of workspace name. It can be used outside the ADS.
-
- May 22, 2012
-
-
Jose Borreguero authored
modified: ../Framework/API/inc/MantidAPI/WorkspaceGroup.h modified: ../Framework/API/src/WorkspaceGroup.cpp modified: ../Framework/API/test/WorkspaceGroupTest.h
-
- Jan 25, 2012
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
- Jan 20, 2012
-
-
Gigg, Martyn Anthony authored
Also exposed this to Python.
-
- Jan 04, 2012
-
-
Gigg, Martyn Anthony authored
Most observers that watch for workspace deletion do not need a copy of the shared pointer. The PostDeleteNotification only has the name of what was deleted meaning the object should only be kept alive by a notification if absolutely necessary. The PreDeleteNotification does what the original DeleteNotification did.
-
- Oct 03, 2011
-
-
Gigg, Martyn Anthony authored
-
- 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.
-
- 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.
-
- Dec 20, 2010
-
-
Gigg, Martyn Anthony authored
-