This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 18 Sep, 2021 1 commit
-
-
Dominik Arominski authored
-
- 17 Sep, 2021 4 commits
-
-
Mathieu Tillet authored
Because of compatibility reasons for wrongly fomatted data, omega scans from D16 need to be loaded as histogram instead of point data. This requires in turn some adjustements to existing algorithm using this kind of data.
-
Mathieu Tillet authored
When loading metadata, check if a property is already present before trying to add it, so that the loading can carry on with a simple warning instead of failing altogether.
-
mantid-builder authored
-
DavidFair authored
Add ability to rotate Ellipse and Rectangle shapes in Instrument Viewer Widget
-
- 16 Sep, 2021 35 commits
-
-
mantid-builder authored
-
Savici, Andrei T authored
Fix formatting of milestone link
-
Peterson, Peter authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
--keep-going isn't available until sphinx 2.0 -W turns warnings into errors which should help jenkins figure out that the build finished with warnings
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Whitfield, Ross authored
Sphinx dev docs fixes
-
Gigg, Martyn Anthony authored
Modernise namespaces to use nested specifier
-
Zhou, Wenduo authored
Merged as #32500 has been approved and merged.
-
Peterson, Peter authored
-
Gagik Vardanyan authored
Remove assertion difc greater than zero in unit conversion
-
Gagik Vardanyan authored
Update IndirectImport f2py checks
-
Gagik Vardanyan authored
Move interfaces out of scripts folder
-
David Fairbrother authored
Bumps cppcheck warning count up by 3. Cppcheck and clang-tidy disagree on const ref and std::move. Clang-tidy states that const ref makes the lifetime non-obvious, and someone who want's to transfer ownership can use std::move Cppcheck states that we should take a const ref because copy is expensive (but doesn't not factor in std::move) On balance, I'll favour clang-tidy because move is a thing and it clarifies lifetime especially with shared_ptr. Since these warnings are in a mess of 1700+ I can't see where the suppression goes, so lets leave it for the future
-
Gigg, Martyn Anthony authored
FindCenterOfMass performace
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Richard Waite authored
-
Peterson, Peter authored
-
David Fairbrother authored
Clang-tidy must have though these were obselete (which they are on every platform but OSX), so protect them with a macro and add them back
-
David Fairbrother authored
Fixes the namespace definition which had too many closing braces on APPLE devices
-
David Fairbrother authored
This way we officially acknowledge we use it, and prefer to use it because of the reduction in boilerplate
-
David Fairbrother authored
Modernises the codebase from nested workspaces to modern form. E.g.: namespace A{ namespace B {} } Becomes namespace A::B{ } This will allow us to specify in the coding standards to prefer the simple form instead
-