This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Apr 08, 2020
-
-
William F Godoy authored
Expose m_fileInfo from NexusFileLoader
-
William F Godoy authored
-
William F Godoy authored
-
William F Godoy authored
-
- Apr 07, 2020
-
-
In places other substitutions have been made, e.g Clang does not yet specialize std::shared_ptr for T[]. Vector has been used instead. The operator[] methods were incorrectly marked const but returning a non-const reference - this has been fixed. Refs #25842
-
- Apr 02, 2020
-
-
Peterson, Peter authored
-
- Apr 01, 2020
-
-
-
Owen Arnold authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
- Mar 31, 2020
-
-
Peterson, Peter authored
-
Owen Arnold authored
Also operator!= Operators provided for LogManager, PropertyManager, Geometry and Run alongside testing
-
-
Peterson, Peter authored
-
- Mar 26, 2020
-
-
Nick Draper authored
Haven't changed AlgorithmProxy as that class will be deleted in the next PR
-
Nick Draper authored
-
- Mar 25, 2020
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
David Fairbrother authored
Runs clang-tidy pass by ref across the codebase to fix-up various warnings we are seeing in cppcheck
-
- Mar 24, 2020
-
-
Nick Draper authored
-
- Mar 23, 2020
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Nick Draper authored
Replaced in tests and code with AlgorithmManager::create Not expecting to pass all tests yet, just checkpointing
-
Nick Draper authored
-
- Mar 20, 2020
-
-
Nick Draper authored
First checking, more to save state over the weekend
-
Nick Draper authored
Also updated class_maker.py
-
- Mar 16, 2020
-
-
Danny Hindson authored
Apply change to insert export macros into class definition using cmake GenerateExportHeader feature to 3 more projects: API, Crystal and CurveFitting Have replaced DllExport with the cmake macro except in these places: a) class templates - the definitions of class template member functions need to be in the same unit as the declaration so dllimport gives a compilation error in the client code (C2491 in VS) eg SingleValueParameter, SingleValueParameterParser b) headers which are in a project but aren't included by any .cpp units in the project eg IBackgroundFunction.h, ICatalogInfoService.h. In these cases I've removed the DLLExport attribute completely For the API target there were a couple of special cases\extras: API has some conditional use of the extern keyword to control instantiation of template classes. This has been inserted into the automatically created dllconfig.h using a cmake switch that allows some custom content to be appended to the end of the file. Few of the targets require this so I've added a boolean parameter to the wrapper function to handle this GENERATE_MANTID_EXPORT_HEADER I also had to add explicit include directories to PythonInterfaceCore where it imports an API target header (in the unit ExtractWorkspace.h) without having API as a dependency
-
- Mar 13, 2020
-
-
Harriet Brown authored
This commit removes the final header guard that had been missed by the auto replacer. re: #28200
-
- Mar 10, 2020
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
- Mar 09, 2020
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
- Mar 06, 2020
-
-
Nick Draper authored
when creating a new algorithm re #28093
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-