This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 19 Mar, 2020 2 commits
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
- 16 Mar, 2020 3 commits
-
-
Simon Heybrock authored
Wrap mantiddoc Sphinx logger usage for version 1.2
-
Nick Draper authored
Replace final header guards with pragma once
-
Gigg, Martyn Anthony authored
Clang-tidy modernize-use-auto Qt
-
- 13 Mar, 2020 7 commits
-
-
Whitfield, Ross authored
Change behavior of MatrixWorkspace::findY when value=NaN
-
Martyn Gigg authored
The sphinx.util.logging framework was not available in version 1.2 that is currently used by RHEL 7. This wraps the calls and chooses an appropriate implementation.
-
Nick Draper authored
Only find OpenGL if it is enabled
-
Harriet Brown authored
This commit removes the final header guard that had been missed by the auto replacer. re: #28200
-
Nick Draper authored
Remove the dodgy passing of algorithms in *Dialog methods
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Dan Nixon authored
-
- 12 Mar, 2020 17 commits
-
-
Martyn Gigg authored
-
Martyn Gigg authored
-
Martyn Gigg authored
-
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
-
Gagik Vardanyan authored
Deprecate simpleapi *Dialog functions
-
Gagik Vardanyan authored
Fix TOFTOF reduction script execution
-
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.
-
Gigg, Martyn Anthony authored
They have low to zero usage and at this point are just a maintenance burden. They do not work in workbench and are not worth the effort to port. In the future it would be better to replace input in workbench with a function that raises a generic QInputDialog.
-
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
-
Gigg, Martyn Anthony authored
Fix Muon and Frequency Domain Analysis GUIs not opening in Plot
-
Gigg, Martyn Anthony authored
updated elemental analysis ref data
-
Simon Heybrock authored
Replace header guards in qt/icons and qt/paraview_ext with pragma once
-
Anthony authored
Co-Authored-By:
Harrietbrown <49688535+Harrietbrown@users.noreply.github.com>
-
- 11 Mar, 2020 11 commits
-
-
mantid-builder authored
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
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
-
Stephen Smith authored
-
Marina Ganeva authored
-
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
-