This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 04 Oct, 2018 1 commit
-
-
Owen Arnold authored
Also set return value policy to circumvent issue found in ScriptWindow
-
- 03 Oct, 2018 5 commits
-
-
Peterson, Peter authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Owen Arnold authored
Does not write to multiple file formats.
-
- 02 Oct, 2018 4 commits
-
-
Peterson, Peter authored
-
Elliot Oram authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
- 01 Oct, 2018 5 commits
-
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Elliot Oram authored
Refs #23388
-
Elliot Oram authored
Refs #23388
-
- 28 Sep, 2018 5 commits
-
-
Lynch, Vickie 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.
-
mantid-builder authored
-
- 27 Sep, 2018 7 commits
-
-
Peterson, Peter authored
This was a behavior introduced in #22425 to solve a problem with data that wasn't being binned during the processing step. This changes it to rebin only if it hadn't been during the processing.
-
Peterson, Peter authored
-
Peterson, Peter authored
The version=1 file parsing assumed that there were more column labels than values in a given row. This caused a segfault when reading past the end of a vector. The code now checks for the values and labels to have compatible lengths for each row and reports mismatch to the user. There are also several changes in what particular exceptions are thrown elsewhere in the algorithm.
-
Elliot Oram authored
Refs #23388
-
Elliot Oram authored
Refs #23388
-
Elliot Oram authored
Refs #23388
-
Elliot Oram authored
Refs #23388
-
- 26 Sep, 2018 8 commits
-
-
Peterson, Peter authored
Refs #21800
-
Samuel Jackson authored
-
Whitfield, Ross authored
-
Samuel Jackson authored
Move the implementation of V3D operators to the header. This results in a significant speed up in V3D operators.
-
Samuel Jackson authored
-
Gigg, Martyn Anthony authored
Converts a data value in a given range to an RGBA value
-
Gemma Guest authored
-
Antti Soininen authored
- Replace the '*=' operator by CreateSingleWorkspace & Multiply algorithm to remove the extra logging. - Handle the output of ExtractMask as named tuple, don't unpack. Just to be future proof. - Add some unit tests. Re #23597
-
- 25 Sep, 2018 2 commits
-
-
Hahn, Steven authored
-
Antti Soininen authored
-
- 24 Sep, 2018 3 commits
-
-
Martyn Gigg authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-