This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 15, 2018
-
-
Bhuvan Bezawada authored
re #23145
-
- Aug 13, 2018
-
-
Bhuvan Bezawada authored
re #23145
-
- Aug 10, 2018
-
-
Bhuvan Bezawada authored
re #23145
-
- Aug 09, 2018
-
-
Bhuvan Bezawada authored
re #23145
-
Bhuvan Bezawada authored
re #23145 Cleaned up files as well.
-
Bhuvan Bezawada authored
re #23145
-
Peterson, Peter authored
Refs #23192
-
- Aug 08, 2018
-
-
-
Martyn Gigg authored
This reverts commit f74b7109, reversing changes made to 86e0bbd8.
-
Marina Ganeva authored
-
Marina Ganeva authored
-
Marina Ganeva authored
-
- Aug 07, 2018
-
-
Lynch, Vickie authored
-
Bhuvan Bezawada authored
re #23145
-
Lynch, Vickie authored
-
Gigg, Martyn Anthony authored
Occasionally the doctests hung while trying to exit MantidPlot and gdb showed it waiting in Poco::Socket::receiveBytes forever. The timeout ensures it quits in good time.
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Marina Ganeva authored
-
Marina Ganeva authored
-
Martyn Gigg authored
This requires the SIGSEGV signal handler to be disabled to work correctly but we have never got much useful information from this...
-
Marina Ganeva authored
-
- Aug 06, 2018
-
-
WHITFIELDRE email authored
-
Bhuvan Bezawada authored
re #23145
-
Martyn Gigg authored
-
Bhuvan Bezawada authored
re #23145
-
Bhuvan Bezawada authored
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
Bhuvan Bezawada authored
re #23145
-
Bhuvan Bezawada authored
re #23145
-
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
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
WHITFIELDRE email authored
-
Lynch, Vickie authored
-