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
-
- 31 Mar, 2021 2 commits
-
-
Peterson, Peter authored
-
Samuel Jones authored
-
- 20 Mar, 2020 1 commit
-
-
Nick Draper authored
Also updated class_maker.py
-
- 08 Nov, 2019 1 commit
-
-
Nick Draper authored
re #27319
-
- 17 Jul, 2019 1 commit
-
-
Dimitar Tasev authored
-
- 30 Apr, 2019 1 commit
-
-
Geish Miladinovic authored
-
- 18 Apr, 2019 2 commits
-
-
Geish Miladinovic authored
-
Geish Miladinovic authored
-
- 05 Oct, 2018 1 commit
-
-
Nick Draper authored
Update copyright headers in all files Squashed commit of the following: * First version of a script to manage copyright statements re #23468 * Neatened up script, added comments re #23488 * move script to tools directory re #23488 * small script changes and a couple of manual file changes re #23488 * Minor chnage to whitespace detection in regex re #23488 * Add an excluded directory re #23488 * remove a repeasted copyright statement in a file re #23488 * Don't comsume the comment end if it is on the same line re #23488 * fix error in new copright parsing re #23488 * remove double copyrifght entry re #23488 * Improve handling of old copyrights at the start of comments re #23488 * remove empty comments re #23488 * exclude gsoapgenerated directories re #23488 * Sort out greedy line matching re #23488 * improve empty comment removal re #23488 * improv...
-
- 06 Aug, 2018 1 commit
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- 23 Apr, 2017 1 commit
-
-
Hahn, Steven authored
-
- 26 Apr, 2016 3 commits
-
-
David Mannicke authored
-
mantid-builder authored
Signed-off-by:
David Mannicke <davidm@ansto.gov.au>
-
David Mannicke authored
-
- 19 Apr, 2016 2 commits
-
-
mantid-builder authored
Signed-off-by:
David Mannicke <davidm@ansto.gov.au>
-
David Mannicke authored
-
- 08 Apr, 2016 1 commit
-
-
Hahn, Steven authored
-
- 24 Mar, 2016 1 commit
-
-
Lamar Moore authored
-
- 08 Mar, 2016 1 commit
-
-
Federico Montesino Pouzols authored
-
- 27 Feb, 2016 1 commit
-
-
Federico Montesino Pouzols authored
-
- 22 Feb, 2016 1 commit
-
-
Hahn, Steven authored
-
- 16 Feb, 2016 1 commit
-
-
Anton Piccardo-Selg authored
-
- 09 Feb, 2016 4 commits
-
-
Anton Piccardo-Selg authored
-
Anton Piccardo-Selg authored
-
Anton Piccardo-Selg authored
-
Anton Piccardo-Selg authored
-
- 03 Feb, 2016 1 commit
-
-
Anton Piccardo-Selg authored
-
- 01 Feb, 2016 2 commits
-
-
Anton Piccardo-Selg authored
-
Anton Piccardo-Selg authored
-
- 22 Jan, 2016 1 commit
-
-
Anton Piccardo-Selg authored
-
- 19 Jan, 2016 2 commits
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
- 16 Jan, 2016 1 commit
-
-
Hahn, Steven authored
-
- 12 Oct, 2015 1 commit
-
-
Roman Tolchenov authored
-
- 08 Oct, 2015 1 commit
-
-
Owen Arnold authored
-
- 05 Oct, 2015 2 commits
-
-
Campbell, Stuart authored
-
Whitfield, Ross authored
-
- 03 Sep, 2015 1 commit
-
-
David Mannicke authored
Signed-off-by:
Anton Piccardo-Selg <anton.piccardo-selg@tessella.com>
-