This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jul 20, 2018
-
-
Marina Ganeva authored
-
- Jun 29, 2018
-
-
Antti Soininen authored
-
Joachim Coenen authored
-
Antti Soininen authored
Re #22315
-
- Jun 28, 2018
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Samuel Jackson authored
-
David Fairbrother authored
-
Joachim Coenen authored
-
- Jun 27, 2018
-
-
Peterson, Peter authored
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Neil Vaytet authored
Build was failing with ‘nan’ is not a member of ‘std’ on Ubuntu 18.04.
-
Dan Nixon authored
This is based on a reply from Freddie when I recently asked him about this.
-
- Jun 26, 2018
-
-
Hahn, Steven authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
In order to allow LoadNexusMonitors to use it, they need to be made static.
-
Joachim Coenen authored
-
Joachim Coenen authored
-
Peterson, Peter authored
-
Joseph Ramsay authored
-
Joseph Ramsay authored
Made the check slightly more readable, and also more robust about there being multiple script directories with the word Diffraction in
-
Joseph Ramsay authored
-
Joseph Ramsay authored
-
Samuel Jackson authored
This code fails to compile with clang 6.0.0 because of the noexcept on the defaulted constructor. For more info see this stack overflow isssue: https://stackoverflow.com/questions/46866686/default-member-initializer-needed-within-definition-of-enclosing-class-outside
-
- Jun 25, 2018
-
-
Hahn, Steven authored
-
Mathieu Doucet authored
-
Mathieu Doucet authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Gigg, Martyn Anthony authored
-
Martyn Gigg authored
Avoids a copy of the underlying string on gcc < 5 where std::string used COW mechanism. Marking the string const forces the compiler to select the const overload of string::operator[], which avoids the copy and race condition in the OpenMP loop.
-
- Jun 22, 2018
-
-
Peterson, Peter authored
-
-
Peterson, Peter authored
-
Antti Soininen authored
This applies to function style algorithm calls in Python via simpleapi. Before, the default was to set EnableLogging=True regardless of parent algorithm's setting. Re #22403
-
Antti Soininen authored
-