This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 08, 2018
-
-
Sam Jenkins authored
-
- Oct 05, 2018
-
-
Sam Jenkins authored
-
- Oct 04, 2018
-
-
Sam Jenkins authored
-
Sam Jenkins authored
-
- Oct 02, 2018
-
-
Sam Jenkins authored
-
Sam Jenkins authored
-
- Oct 01, 2018
-
-
SamJenkins1 authored
-
Sam Jenkins authored
-
Sam Jenkins authored
-
Martyn Gigg authored
Apply ties in correct order
-
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
-
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
-
Gagik Vardanyan authored
Project Recovery: Handle multiple instances of mantid properly
-
Gagik Vardanyan authored
Force progress messages to be str
-
Gagik Vardanyan authored
Add new algorithm MatchSpectra
-
robertapplin authored
-
- Sep 26, 2018
-
-
Pete Peterson authored
Mantidplot/ Testing/ buildconfig/ misc. typos
-
Peterson, Peter authored
The problem was that empty progress messages were being converted to `None` which `AlgorithmObserver` did not have the proper overloaded methods to convert to an empty string. The fix is to convert them to a string before calling the binding. For extra measure, the progress percentage is converted to a float as well. Refs #23632
-
Peterson, Peter authored
Refs #21800
-
WHITFIELDRE email authored
-
-
luz.paz authored
-