This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 21, 2018
-
-
Neil Vaytet authored
-
- Aug 06, 2018
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- Aug 01, 2018
-
-
David Fairbrother authored
-
David Fairbrother authored
-
David Fairbrother authored
-
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
-
- Jul 12, 2018
-
-
David Fairbrother authored
-
David Fairbrother authored
-
- Jul 11, 2018
-
-
David Fairbrother authored
-
- Jul 10, 2018
-
-
David Fairbrother authored
-
- Jul 06, 2018
-
-
David Fairbrother authored
-
- 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.
-