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
-
- 31 Mar, 2021 2 commits
-
-
Peterson, Peter authored
-
Samuel Jones authored
-
- 20 Mar, 2020 1 commit
-
-
Nick Draper authored
Also updated class_maker.py
-
- 05 Mar, 2020 1 commit
-
-
Harriet Brown authored
This commit replaces all header guards in API with #pragma once
-
- 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
-
- 27 Mar, 2018 1 commit
-
-
Karl Palmen authored
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
-
- 14 Mar, 2018 1 commit
-
-
Edward Brown authored
-
- 24 Dec, 2016 1 commit
-
-
Hahn, Steven authored
-
- 14 Feb, 2016 1 commit
-
-
Hahn, Steven authored
-
- 05 Oct, 2015 1 commit
-
-
Campbell, Stuart authored
-
- 30 Mar, 2015 1 commit
-
-
Federico Montesino Pouzols authored
-
- 16 Dec, 2014 1 commit
-
-
Whitfield, Ross authored
-
- 04 Dec, 2014 1 commit
-
-
Nick Draper authored
-
- 25 Mar, 2014 1 commit
-
-
Campbell, Stuart authored
This is required as Qt4 is not completely C++11 compliant. I think that these will no longer be needed when we move to Qt5. Should only be required for files up to and including API. Refs #7284
-
- 10 Mar, 2014 1 commit
-
-
Russell Taylor authored
-
- 18 Feb, 2013 1 commit
-
-
Gigg, Martyn Anthony authored
Thisgs to note: * C2450 warnings have been suppressed when including Poco headers that inherit from std::stream * Boost date_time no longer accepts just a date for an ISO date/time string
-
- 02 Nov, 2012 1 commit
-
-
Savici, Andrei T authored
-
- 10 Feb, 2012 1 commit
-
-
Janik Zikovsky authored
Reduce warnings and avoid errors
-
- 27 Jul, 2011 1 commit
-
-
Russell Taylor authored
-
- 22 Jul, 2011 2 commits
-
-
Owen Arnold authored
Refs #3315. Coordinate transform types now using Parameter types. Also serialization introduced and tested. Due to annoying boolean storage in vectors, workings of VectorParameter now use raw array rather than vectors.
-
Owen Arnold authored
-
- 10 Jun, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
-
- 08 Jun, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
Refs #3157 Sort our System.h. It was becoming a dumping ground. It should only be touched when absolutely necessary as it affects every file in Mantid. Also combined this with Refs #2345 to sort out DLLExport/DLLImport usage. It's done for Kernel, Geometry and API but stuff in the plugins could do with updating as well.
-
- 14 Apr, 2011 1 commit
-
-
Janik Zikovsky authored
-
- 22 Mar, 2011 1 commit
-
-
Peterson, Peter authored
-
- 07 Mar, 2011 1 commit
-
-
Campbell, Stuart authored
-
- 29 Dec, 2010 2 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- 03 Dec, 2010 1 commit
-
-
Owen Arnold authored
-
- 10 Nov, 2010 1 commit
-
-
Janik Zikovsky authored
Refs #1884: Merging branch into trunk. Several classes in Geometry were removed in order to simplify parametrized components. ParDetector, ParObjComponent, etc. are now handled in the same class.
-
- 28 Oct, 2010 3 commits
-
-
Owen Arnold authored
-
Owen Arnold authored
-
Owen Arnold authored
refs #1642. Modifications provide PlaneImplicitFunctionParser with a setParameterParser method. Fix to shared pointer header includes.
-
- 27 Oct, 2010 1 commit
-
-
Owen Arnold authored
-
- 26 Oct, 2010 1 commit
-
-
Owen Arnold authored
-
- 25 Oct, 2010 1 commit
-
-
Owen Arnold authored
refs #1642 Mock out successor parameter parsers. Adapt Function builder interfaces to become more explicit.
-
- 22 Oct, 2010 1 commit
-
-
Owen Arnold authored
-
- 20 Oct, 2010 1 commit
-
-
Owen Arnold authored
-