This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 06, 2018
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- Aug 02, 2018
-
-
Samuel Jackson authored
-
- Aug 01, 2018
-
-
Peterson, Peter authored
This was a request after seeing #23083.
-
Samuel Jackson authored
-
- 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 26, 2018
-
-
Nick Draper authored
re #23102
-
Samuel Jackson authored
-
Nick Draper authored
-
Nick Draper authored
re #23102
-
Nick Draper authored
re #23102
-
Samuel Jackson authored
-
- Jul 25, 2018
-
-
Peterson, Peter authored
-
Samuel Jackson authored
-
- Jul 24, 2018
-
-
-
Peterson, Peter authored
-
- Jul 19, 2018
-
-
Samuel Jackson authored
-
- Jul 18, 2018
-
-
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
-
- 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 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 18, 2018
-
-
Antti Soininen authored
-
- Jun 14, 2018
-
-
David Fairbrother authored
-
David Fairbrother authored
-
- May 30, 2018
-
-
Antti Soininen authored
-
- Apr 23, 2018
-
-
Antti Soininen authored
This is code duplicated in GroupDetectors and ReflectometryReductionOne2. Re #22315
-
- Apr 22, 2018
-
-
Martyn Gigg authored
This includes dragging the libcxx implementation of normal_distribution and uniform_int_distribution into our source. MSVC, clang and gcc don't agree on how this should be implemented leading to problems with comparing test results across platforms. Using a single implementation gives the same results on each platform.
-