This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 07, 2018
-
-
Marina Ganeva authored
-
- Aug 06, 2018
-
-
WHITFIELDRE email authored
-
Martyn Gigg authored
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
Gigg, Martyn Anthony authored
Refs #22647
-
- Aug 04, 2018
-
-
Martyn Gigg authored
When compiled with gcc the SingletonHolder instance symbols are marked as globally unique (a GNU extension) but when compiled with clang the symbols are marked as weak. Python extensions are loaded by default without either RTLD_GLOBAL or RTLD_LOCAL specified and the singleton symbols then remain private to each module leading to multiple singleton instances within the same process. This fix will also cover older versions of LD and is a cleaner implementation than that removed in afa941f0.
-
Martyn Gigg authored
-
- Aug 03, 2018
-
-
Peterson, Peter authored
-
WHITFIELDRE email authored
-
- Aug 02, 2018
-
-
Jose Borreguero authored
-
Jose Borreguero authored
-
Jose Borreguero authored
-
Samuel Jackson authored
-
Samuel Jackson authored
-
- Aug 01, 2018
-
-
Lynch, Vickie authored
-
David Fairbrother authored
-
David Fairbrother authored
-
David Fairbrother authored
-
David Fairbrother authored
-
Peterson, Peter authored
This was a request after seeing #23083.
-
Peterson, Peter authored
This will allow users to have logging again
-
Samuel Jackson authored
-
Jose Borreguero authored
-
Jose Borreguero authored
-
- Jul 31, 2018
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Sullivan, Brendan T authored
-
Sullivan, Brendan T authored
-
T Jubb authored
-
T Jubb authored
-
T Jubb authored
-
Nick Draper authored
The table has only just been created, so does not contain any rowa, so removeRow(0) fails. re #22918
-
- Jul 30, 2018
-
-
WHITFIELDRE email authored
-
Savici, Andrei T. authored
-
WHITFIELDRE email authored
-
Doucet, Mathieu authored
-
Nick Draper authored
-
Nick Draper authored
Primarily throwing exceptions rather than logging when there is an error. This reports better to python, and prevents silent problems. re #22918
-
Martyn Gigg authored
MSVC 2017 15.7 contains a bug where constant initialization no longer takes place for objects with constructors marked constexpr such as once_flag. This leaves once_flag susceptible to dynamic initialization order problems and causes some singleton instances to be constructed incorrectly. We put back our correct implementation (with some cleanup) and await a fix from MS. Refs #0
-
- Jul 27, 2018
-
-
Sullivan, Brendan T authored
-