This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 16, 2018
-
-
Matthew Andrew authored
-
- Oct 09, 2018
- Oct 02, 2018
- Sep 28, 2018
-
-
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.
-
- Sep 26, 2018
-
-
Peterson, Peter authored
Refs #21800
-
Samuel Jackson authored
-
WHITFIELDRE email 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
-
Gemma Guest authored
-
- Sep 25, 2018
-
-
Hahn, Steven authored
-
Antti Soininen authored
-
- Sep 24, 2018
-
-
Martyn Gigg authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Antti Soininen authored
The algorithm was setting the InOut *Workspace* property to another workspace if the input workspace type was MatrixWorkspace. Instead, it should modify the InOut value in place. Re #23600
-
reimundILL authored
-
- Sep 22, 2018
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
This will contain code commonly used by any part of the code base that interacts with the Python C api.
-
- Sep 21, 2018
-
-
Gemma Guest authored
-
- Sep 20, 2018
-
-
Gemma Guest authored
-
Savici, Andrei T. authored
-
Doucet, Mathieu authored
-
Gigg, Martyn Anthony authored
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
Verena Reimund authored
Refs #23563
-
Roman Tolchenov authored
-