This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 03, 2018
-
-
Lynch, Vickie authored
-
- Oct 02, 2018
-
-
Pete Peterson authored
LoadGudrunOutput improvements
-
Savici, Andrei T. authored
Peak integration improvements
-
Lynch, Vickie authored
-
Elliot Oram authored
-
Martyn Gigg authored
Common naming across algorithms
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
- Oct 01, 2018
-
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Martyn Gigg authored
Apply ties in correct order
-
Elliot Oram authored
Refs #23388
-
Elliot Oram authored
Refs #23388
-
Gigg, Martyn Anthony authored
-
Roman Tolchenov authored
-
Roman Tolchenov authored
Re #22925
-
Roman Tolchenov authored
-
Martyn Gigg authored
Fix workspace property handling in MaskDetectors
-
- Sep 28, 2018
-
-
Savici, Andrei T. authored
Use local static variable for singleton instance
-
Lynch, Vickie authored
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
Martyn Gigg authored
See inline code comments for more details regarding the reasoning
-
Martyn Gigg authored
Avoids a bug in VS2017 where the call_once flag is not zero initialized but dynamically initialized despite its constructor being marked constexpr. This leaves the singleton initialization open to intialization ordering problems. A local static variables avoids the ordering problem and are guarateed to be threadsafe in C++ 11.
-
Savici, Andrei T. authored
Indirect - Fix the default detector grouping option
-
Martyn Gigg authored
New algorithm to slice event workspaces for ISIS reflectometry
-
Gagik Vardanyan authored
Disable Plot Result for MSD and F(Q) Fit for one spectra
-
Gagik Vardanyan authored
Modified Systemtests to show more failures
-
- Sep 27, 2018
-
-
Pete Peterson authored
Move V3D operators to be inline
-
Robert Applin authored
-
Neil Vaytet authored
-
Neil Vaytet authored
It was only writing the full log to console if the test status contained 'fail' which would apply to 'failed' and 'algorithm failure' but it was missing statuses like 'hung' Now the output is always printed unless the status is 'success' or 'skipped'
-
Robert Applin authored
-
Robert Applin authored
-
Elliot Oram authored
Refs #23388
-
Elliot Oram authored
Refs #23388
-
Elliot Oram authored
Refs #23388
-
Gagik Vardanyan authored
Project Recovery: Handle multiple instances of mantid properly
-
Gagik Vardanyan authored
Force progress messages to be str
-