This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 26, 2018
-
-
Verena Reimund authored
Refs #22197
-
- Mar 23, 2018
-
-
Keith Butler authored
-
- Mar 22, 2018
-
-
Edward Brown authored
-
Edward Brown authored
-
- Mar 21, 2018
-
-
Mathieu Doucet authored
-
- Mar 20, 2018
-
-
Mathieu Doucet authored
-
Edward Brown authored
-
Edward Brown authored
-
- Mar 19, 2018
-
-
Miller, Ross authored
Literally just deleting some trailing whitespace from one line Refs #22112
-
Lamar Moore authored
-
Edward Brown authored
-
Lamar Moore authored
-
Edward Brown authored
-
Antti Soininen authored
-
- Mar 16, 2018
-
-
Savici, Andrei T. authored
-
WHITFIELDRE email authored
This will allow masking angles to be based on TwoTheta or Phi. This code also now runs faster.
-
Savici, Andrei T. authored
-
Matthew Andrew authored
-
Nick Draper authored
-
Matthew Andrew authored
-
- Mar 15, 2018
-
-
-
-
-
Miller, Ross authored
Cleaning up some wonky comments left over from the last time someone used an automated tool to limit lines to 80 characters. No code changes. Refs #22112
-
Miller, Ross authored
When we receive a RunStatusPkt packet with the status field set to END_RUN, add a property called "run_end" to the workspace (using the time from the run status packet's header). Refs #22112
-
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
-
Edward Brown authored
-
- Mar 14, 2018
-
-
Matthew Andrew authored
-
Matthew Andrew authored
-
Hahn, Steven authored
-
-
Edward Brown authored
-
Edward Brown authored
-
Antti Soininen authored
XDataConverter now propagates the Dx histogram from the input workspace to the output. Re #22075
-
Edward Brown authored
-
Edward Brown authored
-