This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 06, 2018
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- Mar 27, 2018
-
-
Karl Palmen authored
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
-
- Mar 15, 2018
-
-
Edward Brown authored
-
- Mar 14, 2018
-
-
Edward Brown authored
-
- Jun 26, 2017
-
-
Dimitar Tasev authored
-
- Jun 23, 2017
-
-
Dimitar Tasev authored
-
Dimitar Tasev authored
-
- Jul 19, 2016
-
-
Raquel Alvarez Banos authored
-
- Jun 07, 2016
-
-
Anton Piccardo-Selg authored
-
Anton Piccardo-Selg authored
-
- Jun 03, 2016
-
-
Anton Piccardo-Selg authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Dec 04, 2014
-
-
Nick Draper authored
-
- Mar 25, 2014
-
-
Campbell, Stuart authored
This is required as Qt4 is not completely C++11 compliant. I think that these will no longer be needed when we move to Qt5. Should only be required for files up to and including API. Refs #7284
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- 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
Also added runtime checks to the subscribe method. This allows it to static cast at runtime when checking rather than a more expensive dynamic cast.
-
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
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.
-
- Mar 22, 2013
-
-
Owen Arnold authored
-
- Nov 02, 2012
-
-
Savici, Andrei T. authored
-
- Jul 26, 2012
-
-
Russell Taylor authored
-
- Feb 24, 2012
-
-
Janik Zikovsky authored
but users might use it too. Wanted to make a separate ticket for this but trac is down
-
- Jan 30, 2012
-
-
Janik Zikovsky authored
-
- Nov 10, 2011
-
-
Janik Zikovsky authored
-
- Oct 25, 2011
-
-
Janik Zikovsky authored
-
- Sep 18, 2011
-
-
Janik Zikovsky authored
Refs #3724: Pulled wiki description text from the wiki site and added in algorithms' header file with special tags. The auto_wiki.py script can retrieve the text to generate the wiki page fully.
-
- Aug 30, 2011
-
-
Peterson, Peter authored
-
- Aug 22, 2011
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
- Aug 18, 2011
-
-
Owen Arnold authored
Refs #3507. Full-move to MVP. Sorry for large checkin, but these things are all dependent and cannot have partially working GUI code.
-
- Aug 09, 2011
-
-
Owen Arnold authored
-