This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 29 Feb, 2016 1 commit
-
-
Lamar Moore authored
-
- 22 Feb, 2016 1 commit
-
-
Hahn, Steven authored
-
- 21 Feb, 2016 1 commit
-
-
Hahn, Steven authored
-
- 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
-
- 14 Feb, 2016 1 commit
-
-
Hahn, Steven authored
-
- 13 Feb, 2016 1 commit
-
-
Hahn, Steven authored
-
- 14 Jan, 2016 1 commit
-
-
Lynch, Vickie authored
-
- 12 Jan, 2016 1 commit
-
-
Lynch, Vickie authored
-
- 11 Jan, 2016 1 commit
-
-
Matthew D Jones authored
-
- 08 Jan, 2016 1 commit
-
-
Lynch, Vickie authored
-
- 07 Jan, 2016 1 commit
-
-
Lynch, Vickie authored
-
- 04 Dec, 2015 1 commit
-
-
Matthew D Jones authored
-
- 02 Dec, 2015 1 commit
-
-
Matthew D Jones authored
-
- 30 Nov, 2015 2 commits
-
-
Matthew D Jones authored
-
Matthew D Jones authored
-
- 27 Nov, 2015 1 commit
-
-
Matthew D Jones authored
-
- 05 Oct, 2015 1 commit
-
-
Campbell, Stuart authored
-
- 21 Sep, 2015 1 commit
-
-
Owen Arnold 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 5 commits
-
-
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.
-
Simon Heybrock authored
-
Simon Heybrock authored
-
Simon Heybrock authored
-
Simon Heybrock authored
-
- 11 Jun, 2015 1 commit
-
-
Harry Jeffery authored
-
- 14 May, 2015 1 commit
-
-
Owen Arnold authored
-
- 14 Mar, 2015 1 commit
-
-
Gigg, Martyn Anthony authored
Refs #11359
-
- 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
-
- 25 Mar, 2014 1 commit
-
-
Campbell, Stuart authored
refs #7284
-
- 21 Nov, 2013 1 commit
-
-
Alex Buts authored
-
- 12 Aug, 2013 1 commit
-
-
Gigg, Martyn Anthony authored
Refs #7708
-
- 09 Aug, 2013 1 commit
-
-
Gigg, Martyn Anthony authored
This now returns a human-readable string detailing the structure of the workspace. Refs #7708
-
- 21 Jun, 2013 1 commit
-
-
Roman Tolchenov authored
-
- 16 Apr, 2013 1 commit
-
-
Alex Buts authored
It is pain to have BC shared pointer in Nexus loader. It is also question if it needs access to box controller at all. This is why it is currently accessed through const pointer
-