This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 12 Mar, 2020 8 commits
-
-
Nick Draper authored
Update logging calls so they work in sphinx v2.3
-
Gigg, Martyn Anthony authored
Add documentation for the thermal neutron back to back functions
-
Gigg, Martyn Anthony authored
Use cmake generate_mantid_export_header to generate DllConfig.h (Algorithms)
-
Alice Russell authored
Co-Authored-By:
Harrietbrown <49688535+Harrietbrown@users.noreply.github.com>
-
Gigg, Martyn Anthony authored
Replace header guards in tools with pragma once.
-
Dan Nixon authored
Replace header guards in RemoteAlgorithms and RemoteJobManager with pragma once
-
Dan Nixon authored
Replace header guards in TestHelpers and Types with pragma once
-
Simon Heybrock authored
Replace header guards in qt/icons and qt/paraview_ext with pragma once
-
- 11 Mar, 2020 15 commits
-
-
mantid-builder authored
-
Gigg, Martyn Anthony authored
Replace header guards in Testing with pragma once.
-
Gigg, Martyn Anthony authored
Replace header guards in MantidPlot with pragma once
-
Gigg, Martyn Anthony authored
Fix Plot Type being in context menu on plot with only one line
-
Gigg, Martyn Anthony authored
Add documentation for UserFunctionMD
-
Gigg, Martyn Anthony authored
Replace header guards in Geometry with pragma once
-
Danny Hindson authored
This is being done in stages. I've made this change on the Algorithms project The change consists of removing the manually created DllConfig.h header and replacing it with one generated during the build by cmake. The MANTID_ALGORITHMS_DLL macro defined in DllConfig.had was already partially used in the Algorithms project - so some classes had the attribute DllExport and others already used MANTID_ALGORITHMS_DLL. I've made it so all classes now use MANTID_ALGORITHMS_DLL. The DllExport macro was defined in Kernel\System.h so I've removed this include from a lot of files and replaced it with MantidAlgorithms\DllConfig.h. As an aside the client projects that use Algorithms such as AlgorithmsTest were working without this change so it appears that having DllImport present on a class definition (which is what MANTID_ALGORITHMS_DLL expands to in client executables) is optional
-
Phil Colebrooke authored
-
Gigg, Martyn Anthony authored
Replace header guards in qt/scientific_interfaces with pragma once
-
Gigg, Martyn Anthony authored
Replace header guards in MD and MPI algorithms with pragma once
-
Harriet Brown authored
This commit removes the unneeded header guards in IMDDimension.cpp
-
Gigg, Martyn Anthony authored
MatrixWorkspace::findY
-
Gigg, Martyn Anthony authored
Replace header guards in LiveData with pragma once
-
Gigg, Martyn Anthony authored
Replace header guards in DataObjects with pragma once
-
Gigg, Martyn Anthony authored
Replace header guards in DataHandling with pragma once
-
- 10 Mar, 2020 17 commits
-
-
mantid-builder authored
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Nick Draper authored
Updated Spectoscopy release notes
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Harriet Brown authored
This commit replaces all header guards in MantidPlot with #pragma once.
-
Nick Draper authored
Fix unhandled exception when you enable filled areas more than once on a waterfall plot
-
Nick Draper authored
Replace header guards in qt/Widgets with pragma once
-
Nick Draper authored
Adjust autoscaling behaviour in Muon Analysis
-
Harriet Brown authored
This commit replaces all header guards in tools with #pragma once.
-
Alice Russell authored
This includes docs for ThermalNeutronBk2BkExpAlpha, ThermalNeutronBk2BkExpBeta, ThermalNeutronBk2BkExpSigma and ThermalNeutronDtoTOFFunction
-
Harriet Brown authored
This commit replaces all header guards in testing with #pragma once.
-
Phil Colebrooke authored
-
Nick Draper authored
Fix typo in PyChopGui
-
Duc Le authored
-
Nick Draper authored
Merge pull request #28298 from mantidproject/28200_replace_WorkflowAlgorithms_and_class_maker_header_guards Replace WorkflowAlgorithms and class maker header guards
-
Phil Colebrooke authored
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-