This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 08, 2018
-
-
-
Savici, Andrei T. authored
FABADA: use single random number generator.
-
Martyn Gigg authored
This reverts commit f74b7109, reversing changes made to 86e0bbd8.
-
Martyn Gigg authored
Set bin count in CentroidPeaksMD
-
Martyn Gigg authored
Fixing indirect interface documentation
-
Martyn Gigg authored
Set the phi value to 0 in XYE MAUD headers
-
Savici, Andrei T. authored
Add goniometer to FilterEvents
-
SamJenkins1 authored
-
Simon Heybrock authored
LoadDNSLegacy: add elastic channel property
-
- Aug 07, 2018
-
-
Savici, Andrei T. authored
Activate core dumps on Linux before running tests
-
Pete Peterson authored
Add a receive timeout to FakeISISHistoDAE socket
-
Gigg, Martyn Anthony authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
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
-
Roman Tolchenov authored
Re #22317
-
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...
-
- Aug 06, 2018
-
-
Hahn, Steven authored
Get LoadIsawUB working with MDHistoWorkspace
-
WHITFIELDRE email authored
-
Savici, Andrei T. authored
Make project recovery properties more findable
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
They were described on the project recovery page, which is probably not where users are going to look for properties.
-
Pete Peterson authored
Add missing SingletonHolder header
-
Martyn Gigg authored
-
Martyn Gigg authored
Includes applying clang-format-5 to changeset.
-
Martyn Gigg authored
Includes reformatting additional code to clang-format-5
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
TWJubb authored
-
Gigg, Martyn Anthony authored
Refs #22647
-
Simon Heybrock authored
Fix Python extensions when compiled with clang on Linux
-
- Aug 04, 2018
-
-
Martyn Gigg authored
-
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
-
-
Pete Peterson authored
DPDReduction: error reading MomentumTransfer bins
-
Peterson, Peter authored
-