This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 27, 2020
-
-
Gigg, Martyn Anthony authored
Improve tooltips on the reflectometry GUI
-
Gigg, Martyn Anthony authored
inplace specialization for SetUncertainties
-
Gigg, Martyn Anthony authored
Remove completed Algorithms from AlgorithmManager managed algorithms
-
Nick Draper authored
a new report for scraping the git log
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
Add check to handle delete observer
-
Gagik Vardanyan authored
Remove Bash 4.2 feature breaking Mac OSX
-
David Fairbrother authored
Removes a check that uses the -v flag, this was introduced in BASH 4.2, so apparently breaks certain Mac builders
-
Gemma Guest authored
Previously this tooltip was misleading because it was referencing the transmission stitch params property of the reduction algorithm. This input is actually for all properties for the Stitch1DMany algorithm so we cannot take the documentation from a single algorithm property as we do for the other tooltips. Therefore, this commit adds a function to be able to set a tooltip independently of any algorithm and sets this tooltip manually.
-
- Mar 26, 2020
-
-
Gigg, Martyn Anthony authored
Fix cpp check 1.90 warnings
-
Nick Draper authored
-
Nick Draper authored
as there is some strange interplay between datasearch.directories and defaultsave
-
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
Haven't changed AlgorithmProxy as that class will be deleted in the next PR
-
Matthew Andrew authored
-
Nick Draper authored
Update sanitizers to use compiler instrumentation
-
Matthew Andrew authored
Without this check every plot was being dedrawn every time a workspace was deleted from the ADS leading to slowdowns.
-
Matthew Andrew authored
This function returns a bool which was previously being used to indicate two separate things. The return values could mean: * False: Either the workspace does not exist on the axis or it does but the axis is not empty after its' removal. * True: Workspace exists and was removed and axis is now empty This made the value not very useful for determining whether a call to remove_workspace_artists had removed anything. A grep of the code base returned that this return value was not currently being used anywhere except in MantidAxes.cpp where it was assumed to indicate whether anything had been removed. As you can easily check whether an axis is empty by other means I have changed the return value so that it indicates whether the call resulted in any change to the plot which is harder to divine by other means and brings this function in line with replace_workspace_artist.
-
Harriet Brown authored
This commit removes a print statement initial added for debugging that was missed on cleaning up before pushing.
-
Nick Draper authored
-
Nick Draper authored
and fix a unit test for not having a list limit
-
Nick Draper authored
-
Gigg, Martyn Anthony authored
Determine the total number of detectors used in the spectrum info
-
https://github.com/mantidproject/mantidNick Draper authored
Merge branch 'master' of https://github.com/mantidproject/mantid into 28093_only_retain_running_algorithms_3
-
- 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.
-
David Fairbrother authored
Previously Kafka dropped the exception and just incremented using the same callback our wait. This will now print the exception message associated, so we can distinguish between a successful and failed callback in unit test logs. I could have made it so that the exception is thrown in the main thread by taking a s_ptr. However it quickly becomes unweildly for a simple probe, and we only gain the stack trace - which was already lost when extractData re throws the exception.
-
Gagik Vardanyan authored
Move FileDescriptor and NexusDescriptor includes to derived classes
-