This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 01, 2018
-
-
Lynch, Vickie authored
-
- Jul 02, 2018
-
-
Martyn Gigg authored
-
- Jun 26, 2018
-
-
Hahn, Steven authored
-
- Jun 25, 2018
-
-
Hahn, Steven authored
-
- May 24, 2018
-
-
WHITFIELDRE email authored
And make use of wavelength parameter in FindPeaksMD and PeaksWorkspace.
-
- May 14, 2018
-
-
Joseph Ramsay authored
-
Joseph Ramsay authored
-
- Apr 26, 2018
-
-
WHITFIELDRE email authored
-
- Apr 25, 2018
-
-
WHITFIELDRE email authored
Moved code from FindPeaksMD into new method on Goniometer. Then added option onto peaks workspace.
-
- 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.
-
- Apr 11, 2018
-
- 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
-
-
Hahn, Steven 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.
-
Edward Brown authored
-
- Mar 26, 2018
-
-
Duc Le authored
-
Duc Le authored
-
Hahn, Steven authored
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
-
- Mar 25, 2018
- Mar 23, 2018
-
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
-
- Mar 22, 2018
-
-
Edward Brown authored
-
Edward Brown authored
-
- Mar 19, 2018
-
-
Lynch, Vickie authored
-
Edward Brown 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
-