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
-
- Jul 24, 2018
-
-
-
Peterson, Peter authored
-
Matthew Andrew authored
-
Matthew Andrew authored
-
- Jul 23, 2018
-
-
Matthew Andrew 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 05, 2018
-
-
Peterson, Peter authored
Refs #22739
-
- Jul 03, 2018
-
-
Lamar Moore authored
-
Lamar Moore authored
-
- Jul 02, 2018
-
-
Martyn Gigg authored
-
- Jun 21, 2018
-
-
Antti Soininen authored
-
- Jun 19, 2018
-
-
Antti Soininen authored
-
Antti Soininen authored
-
- Jun 18, 2018
-
-
Antti Soininen authored
-
Antti Soininen authored
Add ranges are now properly looped over and each subrange is parsed individually enabling correct handling of ranges like "1+2-4+5+7-9". Re #22597
-
- Jun 15, 2018
-
-
David Fairbrother authored
-
David Fairbrother authored
-
David Fairbrother authored
-
Zhou, Wenduo authored
-
- Jun 12, 2018
-
-
Zhou, Wenduo authored
-
- Jun 11, 2018
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Neil Vaytet authored
Done by adding a `+1` to the number of bins in `ResampleX.cpp`. In addition, tests actually executing the `ResampleX` algorithm were added to `ResampleXTest.h`. These also illustrate the fact that the algorithm now works with `PreserveEvents=False`. Some tests were also added to test the algorithm on a Workspace2D instead of just the EventWorkspace. However, this only works if the workspace does not contain distribution data. This issue has been reported in #22562. Finally, a slightly more informative error message is thrown by the `VectorHelper::rebin` function.
-
- Jun 08, 2018
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
- Jun 07, 2018
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
- Jun 06, 2018
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
- 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.
-