This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 22 Sep, 2021 3 commits
-
-
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
These are various places where cppcheck now understands c++-17, or we have improve our code
-
David Fairbrother authored
This should trigger a build whilst fixing a single warning
-
- 17 Sep, 2021 9 commits
-
-
Whitfield, Ross authored
-
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
-
-
- 16 Sep, 2021 28 commits
-
-
Whitfield, Ross authored
-
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
-
-
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
-
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
-
Stephen Smith authored
-
Stephen Smith authored
-
Stephen Smith authored
-