This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 07 Oct, 2020 7 commits
-
-
Stephen authored
Clang format
-
Stephen authored
-
Stephen authored
-
Stephen authored
Given the new changes, both functions were broken. This commit fixes them by implementing attributeName method within tabular functions and modifying how the attribute X & Y are created.
-
Stephen authored
-
Stephen authored
-
Stephen authored
-
- 06 Oct, 2020 1 commit
-
-
DavidFair authored
Allow packaging on macOS when ENABLE_MANTIDPLOT=OFF
-
- 05 Oct, 2020 3 commits
-
-
Whitfield, Ross authored
Basic functionality for Corelli calibration database
-
William F Godoy authored
Make filenames portable (Windows, Unix) using pathlib.Path
-
William F Godoy authored
-
- 02 Oct, 2020 24 commits
-
-
William F Godoy authored
Save and Load single bank files Convert WorkspaceGroup into a single TableWorkspace Added tests Flake8 warnings
-
Hahn, Steven authored
Additional default package suffixes
-
Peterson, Peter authored
-
Peterson, Peter authored
In order to get appropriately named packages from the build servers, define a set of default package names for things built from the ornl branches. * `ornl` creates a package without suffix * `ornl-qa` creates a package with suffix `qa` * `ornl-next` creates a package with suffix `unstable`
-
Gigg, Martyn Anthony authored
Enable workaround for readling segv in 3.6+
-
Gigg, Martyn Anthony authored
Update Jenkins configuration docs
-
Gigg, Martyn Anthony authored
Minor improvements to Reflectometry GUI unscripted tests
-
Peterson, Peter authored
Add tweak version number to package version
-
Gigg, Martyn Anthony authored
Add tweak version number to package version
-
Gigg, Martyn Anthony authored
Refactored Unit Tests For FDA MaxEnt Presenter
-
Gigg, Martyn Anthony authored
Improve unscripted testing instructions for ISIS SANS
-
Matt Cumber authored
No need for extra lines of code mocking functions as done in auto spec
-
Matt Cumber authored
All tests now pass
-
Matt Cumber authored
Checkpoint commit to work on crash for next release. Added a few tests back
-
Peterson, Peter authored
This is in support of having more controlled intermediate releases that are based off a stable release without as much QA burden as a patch release.
-
Dan Nixon authored
-
Dan Nixon authored
-
Dan Nixon authored
This seems surplus to requirements, if you know what this setting is for you will know where it is.
-
Gemma Guest authored
-
Dan Nixon authored
-
Dan Nixon authored
Unattended upgrades are enabled by default in Ubuntu.
-
Dan Nixon authored
-
Dan Nixon authored
-
Dan Nixon authored
"master" is still used as that is what the principle node is referred to in Jenkins.
-
- 01 Oct, 2020 5 commits
-
-
Peterson, Peter authored
This is in support of having more controlled intermediate releases that are based off a stable release without as much QA burden as a patch release.
-
Whitfield, Ross authored
Corelli functionality to fit a bank of tubes
-
Gigg, Martyn Anthony authored
Add ability to enable the MSVC address sanitizer via cmake
-
David Fairbrother authored
Enables the workaround for Python Segmentation fault in 3.6 and above. This is the easiest fix, since finding and upstreaming a true bug fix for PyQt5 would require significant time for (so far) a single module. ---- Technical info: Readline creates a hook which calls FindModule and passes the result directly into GetState for the PyState object. However PyQt5 messes up this internal state by causing the module index tracked internally to be one less than the modules imported. This means any calls to FindModule will return a null pointer which readline happily passes along to GetState.
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-