This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 27, 2020
-
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
Removes all of the from __future__ imports that open and close the brackets on the same line. This is most of them.
-
Conor Finn authored
-
- Mar 26, 2020
-
-
Gigg, Martyn Anthony authored
Fix cpp check 1.90 warnings
-
Gigg, Martyn Anthony authored
Change output ws names in Polaris.create_total_scattering_pdf
-
Nick Draper authored
Emit Kafka exception msg when err callback used
-
Nick Draper authored
Add quotes to Span patching step, in case there are spaces
-
David Fairbrother authored
-
Nick Draper authored
Update sanitizers to use compiler instrumentation
-
Harriet Brown authored
This commit removes a print statement initial added for debugging that was missed on cleaning up before pushing.
-
Gigg, Martyn Anthony authored
Determine the total number of detectors used in the spectrum info
-
- Mar 25, 2020
-
-
David Fairbrother authored
-
David Fairbrother authored
-
David Fairbrother authored
-
David Fairbrother authored
-
David Fairbrother authored
-
David Fairbrother authored
Runs clang-tidy pass by ref across the codebase to fix-up various warnings we are seeing in cppcheck
-
David Fairbrother authored
Hand-fixes some cppcheck warnings, this was work prior to fixing the cppcheck target.
-
David Fairbrother authored
Updates the cppcheck target to run like a typical compilation. This means CMake will fix-up the headers required on the fly. This reduces the time compared to adding all headers, and improves the accuracy significantly.
-
David Fairbrother authored
Adds clangd to the gitignore, this is generated by using the language server on a source dir in VS code
-
David Fairbrother authored
Fixes sanitizers not switching off if USE_SANITIZER was set to off. Additionally gets rid of a space between LSAN_OPTIONS and the actual options, which was causing the suppressions file to be ignored.
-