This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 22 Sep, 2021 1 commit
-
-
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
-
- 16 Sep, 2021 1 commit
-
-
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
-
- 13 Sep, 2021 1 commit
-
-
David Fairbrother authored
Removes instances of std::move where: - We have a constant argument - For trivial types - For cr-types
-
- 12 Aug, 2021 1 commit
-
-
David Fairbrother authored
Git rebase resolution stripped these lines. Re-add them manually.
-
- 10 Aug, 2021 1 commit
-
-
David Fairbrother authored
Removes various Qt4 targets which have no effect from their associated CMake lists, as the Project is Qt 5
-
- 29 Jul, 2021 1 commit
-
-
Stephen authored
-
- 28 Jul, 2021 2 commits
- 16 Jun, 2021 1 commit
-
-
Stephen authored
-
- 31 Mar, 2021 2 commits
-
-
Peterson, Peter authored
-
Samuel Jones authored
-
- 26 Mar, 2021 2 commits
-
-
Peterson, Peter authored
-
Martyn Gigg authored
-
- 15 Mar, 2021 2 commits
-
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
- 03 Mar, 2021 2 commits
-
-
- 06 Nov, 2020 2 commits
-
-
Robert Applin authored
-
Robert Applin authored
-
- 20 Oct, 2020 1 commit
-
-
Gagik Vardanyan authored
-
- 20 Aug, 2020 1 commit
-
-
Mathieu Tillet authored
As a first step for switching from TCMalloc to JEMalloc as the custom memory allocator, this commit removes every instance of the flag TCMALLOC_LIBRARIES_LINKTIME in all the CMakeList.txt files. This flag was never used by the code, so this commit is invisible project-wise.
-
- 18 Jun, 2020 1 commit
-
-
Anthony Lim authored
-
- 16 Jun, 2020 2 commits
-
-
Anthony Lim authored
-
Anthony Lim authored
-
- 15 Jun, 2020 6 commits
-
-
Anthony Lim authored
-
Anthony Lim authored
-
Anthony Lim authored
-
Anthony Lim authored
-
Anthony Lim authored
-
Anthony Lim authored
-
- 12 Jun, 2020 6 commits
-
-
Anthony Lim authored
-
Anthony Lim authored
-
Anthony Lim authored
-
Anthony Lim authored
-
Anthony Lim authored
-
Anthony Lim authored
-
- 11 Jun, 2020 4 commits
-
-
Anthony Lim authored
-
Anthony Lim authored
-
Anthony Lim authored
-
Anthony Lim authored
-