This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 09 Jul, 2018 1 commit
-
-
Lynch, Vickie authored
-
- 06 Jul, 2018 2 commits
-
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
- 05 Jul, 2018 4 commits
-
-
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
-
- 04 Jul, 2018 15 commits
-
-
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
-
- 03 Jul, 2018 18 commits
-
-
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
-
Pete Peterson authored
Project Recovery: Remove checkpoints on close and catch if recovery dir does not exist
-
Anthony Lim authored
-
Martyn Gigg authored
Fix reflectometry loader
-
David Fairbrother authored
-
David Fairbrother authored
Checks if the recovery directory exists before attempting to iterate it. This also highlighed that functions called directly from ApplicationWindow could throw, instead these are marked noexcept so that we isolate ProjectRecovery from the main GUI
-
Keith Butler authored
-
Martyn Gigg authored
Transverse field mode in Muon Analysis
-
Keith Butler authored
Re #0 re-ordering framework notes Re #0 reordering ui notes Re #0 bug fixes to a single word to match other notes Re #0 bug fixes to a single word to match other notes Re #0 bug fixes to a single word to match other notes Re #0 changed headings to match other notes Re #0 changed headings to match between notes
-
Verena Reimund authored
- Nexus files from 2018 can be loaded
-
Verena Reimund authored
-
Martyn Gigg authored
Indirect - QENS Fitting Interfaces - Selection of discontinuous spectra ranges
-
Gigg, Martyn Anthony authored
-