This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 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.
-
- 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.
-
- 21 Jan, 2015 1 commit
-
-
Owen Arnold authored
Because json.h is exporting types with dll_export set, which in-turn export types without dll_export set, I have had to disable those specific warnings. We do not have control of this third-party component, so cannot fix the headers.
-
- 14 Jan, 2015 1 commit
-
-
Owen Arnold authored
-
- 16 Dec, 2014 1 commit
-
-
Whitfield, Ross authored
-
- 11 Oct, 2013 1 commit
-
-
Vickie Lynch authored
-
- 06 Aug, 2013 2 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
-
- 04 Jun, 2013 1 commit
-
-
Vickie Lynch authored
-
- 03 Jun, 2013 1 commit
-
-
Ruth Mikkelson authored
It is possible( very unlikely) for a peak to be deleted from another thread
-
- 16 May, 2013 1 commit
-
-
Ruth Mikkelson authored
Eliminated MantidPlot crash when file is not found. Eliminated most leading and trailing spaces in text boxes. Displayed lattice parameter errors
-
- 15 May, 2013 1 commit
-
-
Dennis Mikkelson authored
Fixed doxygen warning. refs #6805 _
-
- 14 May, 2013 1 commit
-
-
Ruth Mikkelson authored
Also, more info will now be given based on peak in workspace closes to given peak.
-
- 24 Apr, 2013 1 commit
-
-
Dennis Mikkelson authored
Added menu option to reset default state of all GUI components. Removed some debug prints. refs #6901
-
- 13 Apr, 2013 1 commit
-
-
Ruth Mikkelson authored
Run numbers, goniometer readings, hkl values were added if appropriate( only 1 run) Also, a segmentation fault problem was fixed and failure to give the proper results for a second PointedAt point was rectified.
-
- 07 Apr, 2013 1 commit
-
-
Ruth Mikkelson authored
-
- 26 Mar, 2013 1 commit
-
-
Owen Arnold authored
-
- 14 Feb, 2013 1 commit
-
-
Gigg, Martyn Anthony authored
-
- 05 Feb, 2013 1 commit
-
-
Peterson, Peter authored
-
- 24 Jan, 2013 1 commit
-
-
Owen Arnold authored
-
- 04 Dec, 2012 1 commit
-
-
Roman Tolchenov authored
-
- 03 Dec, 2012 2 commits
-
-
Roman Tolchenov authored
This reverts commit 956a6a92.
-
Roman Tolchenov authored
-
- 29 Nov, 2012 2 commits
-
-
Gigg, Martyn Anthony authored
Lists the contributing detectors for each peak.
-
Owen Arnold authored
Save nexus does not support saving of properties with value of type bool. See PropertyNexus.cpp
-
- 26 Nov, 2012 2 commits
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
- 23 Nov, 2012 2 commits
-
-
Gigg, Martyn Anthony authored
-
Owen Arnold authored
-
- 04 Oct, 2012 1 commit
-
-
Alex Buts authored
instead of ITableWorkspace.h
-
- 24 Jul, 2012 1 commit
-
-
Russell Taylor authored
Follows exactly what's written in the ticket. Peaks in the second workspace that are within the given Q tolerance in all directions don't make it into the output. Note that it's quite possible for a given peak in the first workspace to be matched to multiple peaks in the second, if the tolerance is large enough/the peaks are close together.
-