This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 22, 2018
-
-
Neil Vaytet authored
-
- Aug 15, 2018
-
-
Neil Vaytet authored
-
- Aug 14, 2018
-
-
Neil Vaytet authored
-
- Aug 09, 2018
-
-
Neil Vaytet authored
-
- Aug 08, 2018
-
-
Neil Vaytet authored
-
Neil Vaytet authored
If it is smaller than 500 * (Maximum number of threads), the method reverts to the original unthreaded version of the function. This old function is also the one used if the input array has random access iterators. This should fix slow python.api tests and hopefully should get rid of the timeouts on build servers.
-
- Aug 06, 2018
-
-
Martyn Gigg authored
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- Aug 05, 2018
-
-
Neil Vaytet authored
-
- Aug 02, 2018
-
-
Neil Vaytet authored
-
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 11, 2018
-
-
David Fairbrother authored
-
- Jul 06, 2018
-
-
David Fairbrother authored
-
- 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
-
Neil Vaytet authored
-