This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jul 09, 2018
-
-
Roman Tolchenov authored
-
Martyn Gigg authored
Refs #0
-
Gagik Vardanyan authored
Removed unneeded code.
-
Martyn Gigg authored
Remove predppl coefficients and make StrongPeaksParamsFile optional
-
Martyn Gigg authored
Algorithm history includes dynamic input properties.
-
- Jul 06, 2018
-
-
Martyn Gigg authored
Confirmed by V. Lunch that it is unused
-
Pete Peterson authored
Fix FIGARO detector angle calculation in LoadILLReflectometry
-
Martyn Gigg authored
Update Boost to 1.67 on Windows
-
Lamar Moore authored
-
Roman Tolchenov authored
-
LamarMoore authored
-
Roman Tolchenov authored
-
Savici, Andrei T. authored
Add note about tool to generate release site skeleton
-
- Jul 05, 2018
-
-
Antti Soininen authored
Re #22794
-
Peterson, Peter authored
-
Martyn Gigg authored
RROA takes polarization correction parameters from parameters file
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
Martyn Gigg authored
Project Recovery - Sanitise filename characters
-
- Jul 04, 2018
-
-
Ian Bush authored
Project Recovery: Remove excessive logging on project recovery saving
-
David Fairbrother authored
-
Ian Bush authored
Fix python path append in MantidPlot tests
-
Ian Bush authored
Fix various deadlocks on ProjectRecovery shutdown
-
David Fairbrother authored
-
David Fairbrother authored
-
Ian Bush authored
Parameter specializations for double and V3D.
-
Gigg, Martyn Anthony authored
Refs #22733
-
Gagik Vardanyan authored
-
David Fairbrother authored
-
David Fairbrother authored
-
DavidFair authored
-
David Fairbrother authored
Fixes various deadlocks in ProjectRecovery which can occur during shutdown. These include holding a lock in the worker thread, then calling into the GUI thread which is attempting to lock the mutex. Waiting for the thread to join in the GUI thread, whilst the worker thread is waiting for the GUI thread to save Catching CancelExceptions and silently handling them
-
Simon Heybrock authored
Project Recovery: Run background recovery algorithms silently
-
Simon Heybrock authored
Frequency domain analysis clean up
-
- Jul 03, 2018
-
-
Martyn Gigg authored
Release notes fixing typos and making formats consistent
-
Anthony Lim authored
-
Gigg, Martyn Anthony authored
The ISISRAW pointer in LoadRawHelper is only required when a file is being read and not when the object is constructed. Delaying the creation of this instance cuts out a lot of work/logging when just creating a LoadRaw instance that is not used. Refs #22733
-
Roman Tolchenov authored
-
David Fairbrother authored
Hold a shared pointer to a workspace from the ADS rather than its name. This way if it is deleted between the start of the saving step and end, we can still carry on.
-
Gigg, Martyn Anthony authored
Algorithms are children and unmanaged to minimise their output footprint. Refs #22733
-