This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 29 Feb, 2016 1 commit
-
-
Lamar Moore authored
-
- 25 Feb, 2016 3 commits
-
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
re #15450
-
- 18 Feb, 2016 1 commit
-
-
Hahn, Steven authored
-
- 17 Feb, 2016 2 commits
-
-
Hahn, Steven authored
-
Tom Perkins authored
re #15286
-
- 15 Feb, 2016 1 commit
-
-
Hahn, Steven authored
-
- 13 Feb, 2016 1 commit
-
-
Hahn, Steven authored
-
- 11 Feb, 2016 1 commit
-
-
Federico Montesino Pouzols authored
don't include: Axis, RunSample, SpectraDetectorTypes, EmptyValues
-
- 30 Nov, 2015 1 commit
-
-
Matthew D Jones authored
-
- 27 Nov, 2015 1 commit
-
-
Matthew D Jones authored
-
- 26 Nov, 2015 2 commits
-
-
Martyn Gigg authored
Refs #14599
-
Martyn Gigg authored
Refs #14599
-
- 05 Oct, 2015 2 commits
-
-
Campbell, Stuart authored
-
Whitfield, Ross authored
-
- 19 Aug, 2015 1 commit
-
-
Anton Piccardo-Selg authored
-
- 18 Aug, 2015 1 commit
-
-
Anton Piccardo-Selg authored
-
- 30 Jun, 2015 2 commits
-
-
Simon Heybrock authored
This seems to be incompatible with the RHEL6 compiler.
-
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.
-
- 24 Jun, 2015 1 commit
-
-
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.
-
- 22 Jun, 2015 1 commit
-
-
Owen Arnold authored
Before I convert this to a vector of workspaces, I notice that the same variable name WS is used both for local variables, and member variables. This is utterly stupid and bound to cause problems in the future, so i'm fixing the naming here first.
-
- 04 Jun, 2015 1 commit
-
-
Peterson, Peter authored
-
- 14 May, 2015 1 commit
-
-
Anton Piccardo-Selg authored
-
- 09 Feb, 2015 1 commit
-
-
Owen Arnold authored
Since we have put PeakShape in Geometry, SpecialCoordinateSystem must be moved to the Kernel package out of API.
-
- 16 Dec, 2014 1 commit
-
-
Whitfield, Ross authored
-
- 04 Dec, 2014 1 commit
-
-
Nick Draper authored
-
- 07 Nov, 2014 1 commit
-
-
John Hill authored
-
- 31 Oct, 2014 1 commit
-
-
John Hill authored
-
- 23 Oct, 2014 2 commits
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
- 22 Oct, 2014 1 commit
-
-
Roman Tolchenov authored
-
- 21 Oct, 2014 1 commit
-
-
Roman Tolchenov authored
-
- 12 Sep, 2014 6 commits
-
-
Nick Draper authored
-
Nick Draper authored
This reverts commit 4ba929fc.
-
Nick Draper authored
This reverts commit 1d455ec3.
-
Nick Draper authored
-
Nick Draper authored
This reverts commit c2e32e8e.
-
Nick Draper authored
-
- 30 May, 2014 1 commit
-
-
Russell Taylor authored
Along with simple getter, setter and test.
-