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 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
-
- Apr 09, 2018
-
-
Karl Palmen authored
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. Merge done to enable documentation be be fixed, because of removal of alias directive and addition of related algorithms directive. Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Mar 27, 2018
-
-
Karl Palmen authored
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
-
- Mar 14, 2018
-
-
Edward Brown authored
-
- Feb 21, 2018
-
-
Hahn, Steven authored
-
- Feb 14, 2018
-
-
Peterson, Peter authored
The logic in the check was switched to be negative `or` rather than negative `and`. The two people I showed the change to thought that the phrasing in this PR was clearer.
-
- Dec 05, 2017
-
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Now the set of library names to be excluded is a first class parameter to the method and can be controlled externally. Refs #0
-
- Nov 29, 2017
-
-
Martyn Gigg authored
Now the set of library names to be excluded is a first class parameter to the method and can be controlled externally. Refs #0
-
- Nov 03, 2017
-
-
Lin, Jiao authored
-
Martyn Gigg authored
The plugin loader can now determine the Qt version and find the appropriate directory. Refs #20288
-
- Sep 28, 2017
-
-
LamarMoore authored
-
LamarMoore authored
-
LamarMoore authored
-
- Sep 27, 2017
-
-
Peterson, Peter authored
Also redo Timer.cpp and XMLFormatter.h to use c++11 constructs.
-
- Sep 12, 2017
-
-
Matthew Bowles authored
-
- Sep 09, 2017
-
-
Hahn, Steven authored
-
- Sep 04, 2017
-
-
Karl Palmen authored
-
- Aug 16, 2017
-
-
Dimitar Tasev authored
-
Dimitar Tasev authored
-
Dimitar Tasev authored
-
- Jul 25, 2017
-
-
Dimitar Tasev authored
-
- Jun 09, 2017
-
-
Gemma Guest authored
This commit removes a second copy constructor, which was causing a compiler warning. The second constructor had been added to avoid a problem where the copy constructor is hidden by a templated constructor when the argument is non-const. The templated constructor has the correct behaviour, though, so the second copy constructor is not really necessary.
-
David Fairbrother authored
-
David Fairbrother authored
-
- Jun 08, 2017
-
-
David Fairbrother authored
-
Gemma Guest authored
This commit adds a copy constructor that takes a non-const argument. This is required because otherwise the templated constructor would take precedence over the copy constructor when supplied with a non-const argument. Currently the templated constructor is functionally the same as the new copy constructor. However, adding the new copy constructor avoids ambiguity, and means we can add some safety by casting the argument to const before passing it to the base class constructor.
-
Gemma Guest authored
Fixes cppcheck warning. The overload is required to avoid the possibility of an incorrect raw pointer copy.
-
- Apr 23, 2017
-
-
Hahn, Steven authored
-
- Mar 22, 2017
-
-
Hahn, Steven authored
-
- Feb 20, 2017
-
-
Nick Draper authored
-
Nick Draper authored
re #18885
-
- Feb 15, 2017
-
-
Martyn Gigg authored
-