This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 16 Sep, 2021 40 commits
-
-
Whitfield, Ross authored
-
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
-
-
Whitfield, Ross authored
Sphinx dev docs fixes
-
Gigg, Martyn Anthony authored
Modernise namespaces to use nested specifier
-
Peterson, Peter authored
-
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
-
Peterson, Peter 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
-
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
-
Gigg, Martyn Anthony authored
Add try catch to FunctionTreeView
-
DannyHindson authored
Clang tidy refs
-
Jose Borreguero authored
New method "get" for the ConfigService class
-
Gemma Guest authored
Fix sort order in LoadEventNexus
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-