This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 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
-
- Mar 27, 2020
-
-
Conor Finn authored
-
Conor Finn authored
Removes all of the from __future__ imports that open and close the brackets on the same line. This is most of them.
-
- Mar 23, 2020
-
-
David Fairbrother authored
Updates the CMake configuration to set our debugging targets. This means a user can debug Workbench or System tests, which have a python entry point, directly from the MSVC IDE.
-
- Mar 20, 2020
-
-
Nick Draper authored
-
Nick Draper authored
Also updated class_maker.py
-
- Mar 16, 2020
-
-
David Fairbrother authored
Fixes all flake8 3.7.9 warnings as part of the Python 2->3 transition.
-
- Mar 09, 2020
-
-
Harriet Brown authored
This commit adds a note in the dev docs on c++ coding standards saying to use #pragma once
-
- Mar 06, 2020
-
-
Gemma Guest authored
The instructions were incorrect - there should be no "discard" warning when re-loading a batch file if no changes were made. Re #28033
-
- Feb 28, 2020
-
-
David Fairbrother authored
-
- Feb 27, 2020
-
-
Conor Finn authored
-
- Feb 26, 2020
-
-
Conor Finn authored
-
- Feb 25, 2020
-
-
DanielMurphy22 authored
Add a reminder to test it on Workbench as well as Plot
-
Gigg, Martyn Anthony authored
Add ISIS-only note to ensure that mantid is updated on the beamline PCs and IDAaaS when appropriate.
-
- Feb 24, 2020
-
-
David Fairbrother authored
-
- Feb 21, 2020
-
-
Gigg, Martyn Anthony authored
Remove task performed by Jenkins job. Clarify what to do with open pull requests.
-
- Feb 20, 2020
-
-
Harriet Brown authored
This commit makes changes given from code review, - Moved Engineering diffraction 2 gui test doc into it's own directory. - corrected typographical errors.
-
Harriet Brown authored
This commit creates documentation for unscripted tests for the new Engineering Diffraction gui It also removes the unscripted tests for the previous gui which is no longer supported. re: #27967
-
- Feb 07, 2020
-
-
David Fairbrother authored
Updates the Sanitizers to handle whitespace anywhere in the selected sanitizer mode Fixes an issue where undefined sanitizer would not work (generator expressions do not handle whitespace) Updates documentation following some feedback, and drops some old information (such as min CMake version) Fix indentation and suppress all Python warnings Reverts the indentation changes introduced in an earlier commit by auto formatting tools. Changes the regex for the address suppressions so we match Python 2 and 3
-
David Fairbrother authored
Updates CXXTest to inject the environment required for sanitizers rather than forcing the user to do it themselves
-
David Fairbrother authored
-
David Fairbrother authored
-
- Feb 05, 2020
-
-
David Fairbrother authored
Updates the CIFS mounting instructions to specify SMB 3.0, point to the DFS share rather than a individual server and add some extra flags for warnings
-
- Feb 04, 2020
-
-
David Fairbrother authored
Adapt the command interface and user file parser to use sans state objects, instead of the new containers (which duplicated the data objects). This is a large PR as we must change all call sites, partially unlink the reading of run data (the dict converter still takes data info which needs fixing), and create classes that facade the building process As the state folder was starting to fill I also took this chance to move them into their own package, so we have a seperation of data and impl
-
- Jan 30, 2020
-
-
Gigg, Martyn Anthony authored
Clarify Python prerequisite for running system tests job on Windows
-
- Jan 23, 2020
-
-
Martyn Gigg authored
-
- Jan 21, 2020
-
-
David Fairbrother authored
Switches to using the JSON library for parsing SANS state objects. This provides numerous advantages: - We do not need to maintain a custom (de)serializer - JSON is a documented standard - We can switch to type hinting in Python 3, currently a significant amount of CPU time is spend reverifying typed params - History becomes less brittle and will work from top level algorithms - Allows new code to be written in a more Pythonic way (e.g. not forced to use class level variables for them to be serialized)
-
- Jan 20, 2020
-
-
Adam J. Jackson authored
To avoid polluting the dev-docs with algorithm-specific info and to avoid storing/updating many image files the Abins development notes are moved back into Concepts. The fast broadening method is broken into a separate document to avoid too much wading through plots.
-
Adam J. Jackson authored
Move deprecation plans to the top of this document to make them more visible. The broadening section is a little rambling and will probably remain so until the theory is laid out more formally. Images could use a few tweaks (more consistent sizing, remove unnecessary x values) but I don't want to fill the Git history with small changes to image files.
-
Adam J. Jackson authored
-
Adam J. Jackson authored
Figures are included as image files and the code to generate them is included as a comment. This doesn't seem ideal as they may be revised and bloat the repo (or become outdated); is there any workflow to generate images on the fly when building the docs? The section on interpolation method is a bit long and should perhaps be spun out into another document.
-
Adam J. Jackson authored
-
- Jan 17, 2020
-
-
Martyn Gigg authored
-
- Jan 10, 2020
-
-
Martyn Gigg authored
-
- Jan 03, 2020
-
-
David Fairbrother authored
Updates the HDF5 URL to the new one. Using browsers or wget would correctly redirect the request to the new URL, whilst sphinx would get a HTTP 403 instead. Updating this URL should fix the sphinx warning, restoring the master incremental and clean builds to stable (hopefully)
-
- Dec 18, 2019
-
-
Anthony Lim authored
-
- Dec 09, 2019
-
-
DanielMurphy22 authored
-
DanielMurphy22 authored
Dan's requested fixes
-
DanielMurphy22 authored
Co-Authored-By:
Harrietbrown <49688535+Harrietbrown@users.noreply.github.com>
-
- Dec 06, 2019
-
-
Gemma Guest authored
-