This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Dec 20, 2018
-
-
Gigg, Martyn Anthony authored
Refs #24372
-
- Dec 14, 2018
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
- Dec 12, 2018
-
-
Sam Jenkins authored
-
- Dec 11, 2018
-
-
Sam Jenkins authored
-
Sam Jenkins authored
-
- Dec 10, 2018
-
-
Sam Jenkins authored
-
Sam Jenkins authored
-
- Dec 07, 2018
-
-
Sam Jenkins authored
-
Sam Jenkins authored
-
Sam Jenkins authored
-
- Nov 29, 2018
-
-
Antti Soininen authored
-
- Nov 28, 2018
-
-
Antti Soininen authored
-
- Nov 27, 2018
-
-
getDimension() returns a shared_ptr that is immediately deleted which caused frame to become dangling reference.
-
It is now possible to import just classes and functions from mantid without having to standup the entire framework. One key thing this will allow is importing the FrameworkManager without initializing it and setting some static attributes such as the the application name.
-
- Nov 22, 2018
-
-
Owen Arnold authored
-
- Nov 21, 2018
-
-
Neil Vaytet authored
-
- Nov 20, 2018
-
-
Gagik Vardanyan authored
-
- Nov 19, 2018
-
-
Gagik Vardanyan authored
-
- Nov 16, 2018
-
-
Hahn, Steven authored
-
Samuel Jackson authored
-
Samuel Jackson authored
-
- Nov 15, 2018
-
-
Neil Vaytet authored
-
Neil Vaytet authored
- changed the directory search for instruments back to only searching inside `getInstrumentDirectories()` - created a new `FileDescriptor` function `isXML()` to determine if a file is of XML type (currently this is true if the file is Ascii and has an ".xml" extension) - made `FileDescriptor.extension()` to always be lowercase - created new functions `toLower()` and `toUpper()` in `Kernel::Strings` to convert input strings to lowercase/uppercase - added a test for `LoadEmptyInstrument` where `LOKI` is loaded from instrument name
-
- Nov 14, 2018
-
-
Neil Vaytet authored
-
Dimitar Tasev authored
Fix __main__ for matrixworkspacedisplay not running properly Added a type check in the model + test TableViewModel types now use py3compat Enum Removed unused function from view.py Added new Enum type - MantidAxType, used in various places to specify axis
-
Samuel Jones authored
-
- Nov 13, 2018
-
-
Neil Vaytet authored
-
Neil Vaytet authored
-
- Nov 09, 2018
-
-
Neil Vaytet authored
-
- Nov 07, 2018
-
-
-
Hahn, Steven authored
-
Neil Vaytet authored
-
Neil Vaytet authored
-
- Nov 06, 2018
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
Neil Vaytet authored
-
Neil Vaytet authored
The instrument/IDFs_for_UNIT_TESTING directory was renamed to instrument/unit_testing, as it now contains nexus as well as IDF files. All the paths in the source were changed accordingly. The SMALLFAKE_example_geometry.hdf5 was moved from the build ExternalData to instrument/unit_testing. The LOKI_Definition.hdf5,SANS2D_Definition_Tubes.hdf5,WISH_Definition_10Panels.hdf5 files were moved from the build ExternalData to instrument/unit_testing.
-
- Nov 05, 2018
-
-
Samuel Jones authored
-
Dimitar Tasev authored
-