This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 11 May, 2017 1 commit
-
-
Samuel Jackson authored
-
- 10 May, 2017 2 commits
-
-
Samuel Jackson authored
-
Samuel Jackson authored
This removes the memory leak and adds a move method to PeaksWorkspace
-
- 26 Jan, 2017 1 commit
-
-
Simon Heybrock authored
-
- 08 Nov, 2016 1 commit
-
-
Dimitar Tasev authored
-
- 27 Oct, 2016 1 commit
-
-
Simon Heybrock authored
-
- 04 Oct, 2016 1 commit
-
-
Simon Heybrock authored
-
- 29 Aug, 2016 1 commit
-
-
Jan Burle authored
-
- 22 Aug, 2016 1 commit
-
-
Hahn, Steven authored
-
- 19 Jul, 2016 2 commits
-
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
- 28 May, 2016 1 commit
-
-
Hahn, Steven authored
-
- 08 May, 2016 1 commit
-
-
Hahn, Steven authored
-
- 13 Apr, 2016 2 commits
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
- 31 Mar, 2016 1 commit
-
-
Roman Tolchenov authored
-
- 14 Feb, 2016 1 commit
-
-
Hahn, Steven authored
-
- 24 Jan, 2016 1 commit
-
-
Hahn, Steven authored
-
- 15 Jan, 2016 1 commit
-
-
Hahn, Steven authored
-
- 12 Jan, 2016 2 commits
-
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
- 08 Jan, 2016 1 commit
-
-
Lynch, Vickie authored
-
- 30 Dec, 2015 1 commit
-
-
Lynch, Vickie authored
-
- 15 Dec, 2015 1 commit
-
-
Lynch, Vickie authored
-
- 11 Dec, 2015 3 commits
-
-
Hahn, Steven authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
- 20 Nov, 2015 1 commit
-
-
Hahn, Steven authored
-
- 10 Nov, 2015 1 commit
-
-
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.
-
- 08 Oct, 2015 1 commit
-
-
Federico Montesino Pouzols authored
-
- 05 Oct, 2015 2 commits
-
-
Campbell, Stuart authored
-
Whitfield, Ross authored
-
- 25 Aug, 2015 1 commit
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- 30 Jun, 2015 1 commit
-
-
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.
-
- 29 May, 2015 1 commit
-
-
Owen Arnold authored
-
- 19 Mar, 2015 1 commit
-
-
Harry Jeffery authored
-
- 16 Mar, 2015 2 commits
-
-
Gigg, Martyn Anthony authored
It is still backwards compatible with the old log-entry format. Refs #11359
-
Gigg, Martyn Anthony authored
Refs #11359
-
- 15 Feb, 2015 1 commit
-
-
Owen Arnold authored
-
- 13 Feb, 2015 1 commit
-
-
Owen Arnold authored
Unit tested to ensure we are creating a self-consistent peak. Expose to python and unit test there too.
-