This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 23 Sep, 2021 2 commits
-
-
DannyHindson authored
Cppcheck cache
-
Gigg, Martyn Anthony authored
If a conflict is resolved but the action only runs on merge to the select branches then the 'Has Conflicts' label is not removed until a push to this limited set of branches occurs. Run on all push events to give the most up to date information.
-
- 22 Sep, 2021 27 commits
-
-
Gagik Vardanyan authored
Extract loading into separate preprocessing algorithm
-
Gagik Vardanyan authored
Fix docs duplicated source link issue
-
StephenSmith25 authored
-
DannyHindson authored
In-place rebinning in the instrument view
-
David Fairbrother authored
Updates the final count for cppcheck warnings, following various upstream rebases and merges
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Check for the new preprocess algorithm rather than the load algorithm directly. Also we no longer have rename in the history because we are only naming the algorithm at the last moment before putting it into the ads with the correct name Re #32125
-
David Fairbrother authored
Adds the missing property which exists in PreProcess to LoadAndProcess. Re #32125
-
David Fairbrother authored
Return monitors when loading in the preprocess algorithm. Re #32125
-
David Fairbrother authored
Switches to the new preprocess algorithm instead of loading directly. Doesn't implement monitor handling currently. Re #32125
-
Gemma Guest authored
Previously it was calling other algorithms directly which will not play well with the history Re #32125
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Add outline algorithm and tests Re #32125
-
David Fairbrother authored
Removes some unmatched suppressions that were originally missed
-
David Fairbrother authored
The compiler potentially cannot make assumptions about the code and it causes cppcheck to have a wobble since we "could" deref an invalid iterator if we used it incorrectly
-
David Fairbrother authored
Fixes instances with missing assignment operator or copy constructor. These are dangerous cases with dynamic memory as it's not obvious what will happen, but the compiler will try anyway. In many cases we can simply switch to unique_ptr or disable the copy when it makes sense. But one or two cases required additional thought. This fixes several memory leaks or sources of corruption if the fields fall out of sync
-
David Fairbrother authored
Instead we use a wildcard for the entire file, so that any future work does not trigger the warning at random
-
David Fairbrother authored
These are various places where cppcheck now understands c++-17, or we have improve our code
-
David Fairbrother authored
As cppcheck does not consider an override, despite the fact Qt framework will call into this
-
David Fairbrother authored
This includes commented out suppression, and obselete ones
-
David Fairbrother authored
This should trigger a build whilst fixing a single warning
-
David Fairbrother authored
Adds a cache dir, to avoid rebuilding the entire project each time. This should save anywhere from 25-55 minutes per build (depending on which node this hits).
-
David Fairbrother authored
Creates a dedicated cppcheck build directory for us to add the various things, rather than cluttering up the users build dir. Adds quotes to protect arguments, as we weren't doing this everywhere previously
-
Gigg, Martyn Anthony authored
Support kwargs in create child algorithm
-
- 21 Sep, 2021 11 commits
-
-
mantid-builder authored
-
Jose Borreguero authored
Define the alias.deprecated type of warning
-
Savici, Andrei T authored
Deprecated alias dev build
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Gemma Guest authored
ILL loaders cleanup
-
Stephen Smith authored
-
Peterson, Peter authored
-
Co-authored-by:
Pete Peterson <peterfpeterson@gmail.com>
-
-
-
-