This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 26, 2016
-
-
Hahn, Steven authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Jul 27, 2015
-
-
Anton Piccardo-Selg authored
-
- Jul 24, 2015
-
-
Anton Piccardo-Selg authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Dec 20, 2013
-
-
Michael Reuter authored
-
- Dec 19, 2013
-
-
Michael Reuter authored
-
- Oct 22, 2013
-
-
Gigg, Martyn Anthony authored
If we don't then we get a crash in the FileLoaderRegistry that tries to cast to an incorrect type. Refs #8177
-
- Jul 22, 2013
-
-
Gigg, Martyn Anthony authored
This avoids having to declare a new interface when a new loader type is added.
-
Gigg, Martyn Anthony authored
* Rename HDFDescriptor to NexusDescriptor * Rename {HDF,NonHDF} -> {Nexus,Generic} in FileLoaderRegistry * Rename DECLARE_HDF_FILELOADER_ALGORITHM -> DECLARE_NEXUS_FILELOADER_ALGORITHM Refs #7461
-
- Jul 04, 2013
-
-
Gigg, Martyn Anthony authored
This better encapsulates the file checking so that other places don't have to worry about the desciptor stuff. Refs #7263
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
It appears that we can't start the FrameworkManager during static initialization or the destruction of the FrameworkManager instance gets instance gets confused.
-
Gigg, Martyn Anthony authored
Refs #7523
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
The FileLoaderRegistry can now be asked to search its list of loaders for the best that matches a given file. It passes along a *Descriptor object to minimize the number of times the file is opened. Refs #7263
-
Gigg, Martyn Anthony authored
and also defines two types of loader, NonHDF and HDF. Refs #7263
-
- Jul 03, 2013
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Currently based on string names.
-