This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 23, 2018
-
-
Antti Soininen authored
-
- Aug 06, 2018
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- Jul 03, 2018
-
-
Roman Tolchenov authored
-
- Jul 02, 2018
-
-
Martyn Gigg authored
-
- Jun 27, 2018
-
-
Roman Tolchenov authored
-
- Jun 13, 2018
-
-
Gemma Guest authored
This reverts commit bd6530b5. I'm reverting the change to precision in Parameter.h for now because this is causing test failures which are out of scope for this PR. Re #21749
-
- Apr 25, 2018
-
-
WHITFIELDRE email authored
Moved code from FindPeaksMD into new method on Goniometer. Then added option onto peaks workspace.
-
- Apr 17, 2018
-
-
Owen Arnold authored
-
Owen Arnold authored
No need for exclusion ranges, so code is cleaner. There is however now recursion, so performance will need to be tracked.
-
- 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
-
-
Lamar Moore authored
-
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 26, 2018
-
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
- Mar 19, 2018
-
-
Lynch, Vickie authored
-
Lamar Moore authored
-
- Mar 15, 2018
-
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
These fixes were not applied by clang-tidy because they are either inside a macro, not included by any source files or conditionally compiled on a condition which is false on my OS. They were found using grep -rnI '^[^/#*]*typedef' Framework/
-
PredictFractionalPeaks was using a new raytracer for every peak it created and therefore throwing away the caching information about the bounding boxs of detectors / panels causing a huge slow down. Resolved by exposing the findDetector(raytracer) overload to IPeaks and using single raytracer for all calls. Work also include small refactor for const autos Refs #22060
-
Edward Brown authored
-
- Mar 14, 2018
-
-
Edward Brown authored
-
Hahn, Steven authored
-