This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 01, 2018
-
-
Peterson, Peter authored
This will allow users to have logging again
-
- Jul 30, 2018
-
-
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
-
-
Nick Draper authored
-
Nick Draper authored
and improve the default user properties file. re #23102
-
- Jul 26, 2018
-
-
Nick Draper authored
-
Nick Draper authored
re #23102
-
Nick Draper authored
-
Nick Draper authored
re #23102
-
Nick Draper authored
re #23102
-
- Jul 25, 2018
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
- Jul 24, 2018
-
-
-
Peterson, Peter authored
-
Matthew Andrew authored
-
Matthew Andrew authored
-
- Jul 23, 2018
-
-
Matthew Andrew authored
-
- Jul 18, 2018
-
-
Gigg, Martyn Anthony authored
Refs #0
-
Gigg, Martyn Anthony authored
Refs #0
-
Lamar Moore authored
-
- Jul 17, 2018
-
-
Martyn Gigg authored
Something changed in VS2017 such that SingletonHolder::once_flag was not always initialized before SingletonHolder::instance and this caused multiple singleton instances to be created. In some ways this was a timebomb as static initialization order is undefined.
-
- Jul 13, 2018
-
-
David Fairbrother authored
-
David Fairbrother authored
-
- Jul 12, 2018
-
-
David Fairbrother authored
-
David Fairbrother authored
Previously getObjects in the ADS returned hidden workspaces conditionally depending on the config setting. This commit adds an option building on previous work completed in getObjectNames(). Allowing callers to specify whether to include hidden workspaces is required for project recovery. The hidden workspace history can then be saved out
-
- Jul 05, 2018
-
-
Peterson, Peter authored
Refs #22739
-
- Jul 03, 2018
-
-
Lamar Moore authored
-
Lamar Moore authored
-
- Jul 02, 2018
-
-
Martyn Gigg authored
-
Bhuvan Bezawada authored
re #22553
-
- Jun 28, 2018
-
-
David Fairbrother authored
-
- Jun 27, 2018
-
-
Bhuvan Bezawada authored
re #22553 Added extra tests to create numpy arrays from return values
-
- Jun 26, 2018
-
-
Bhuvan Bezawada authored
re #22553
-
- Jun 25, 2018
-
-
Bhuvan Bezawada authored
re #22553
-
Bhuvan Bezawada authored
re #22553
-
Bhuvan Bezawada authored
re #22553
-
Gigg, Martyn Anthony authored
-
Bhuvan Bezawada authored
re #22553
-
Bhuvan Bezawada authored
re #22553 The free function reduces code duplication and is slightly cleaner to use.
-
- Jun 21, 2018
-
-
Antti Soininen authored
-
- Jun 20, 2018
-
-
Samuel Jackson authored
Add a MD workspace validator for checking that a MDWorkspace conforms to a particular frame (e.g. HKL, QLab, QSample...)
-