This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jun 07, 2016
-
-
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
-
- Jun 08, 2011
-
-
Gigg, Martyn Anthony authored
Refs #3157 Sort our System.h. It was becoming a dumping ground. It should only be touched when absolutely necessary as it affects every file in Mantid. Also combined this with Refs #2345 to sort out DLLExport/DLLImport usage. It's done for Kernel, Geometry and API but stuff in the plugins could do with updating as well.
-
- May 03, 2011
- Apr 26, 2011
-
-
Russell Taylor authored
-
- Apr 25, 2011
-
-
Russell Taylor authored
Do away with MantidPlotReleaseDate.h and have everything in MantidVersion. Turn MantidVersion into a class with static functions so that the part that changes every time can go in a cpp - this means files that include MantidVersion.h (e.g. the enormous ApplicationWindow.cpp) don't get compiled every commit. Re #2722. Also formats date better, which fixes #2246.
-
- Dec 29, 2010
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- Jul 28, 2010
-
-
Roman Tolchenov authored
-
- Jul 22, 2010
-
-
Nick Draper authored
Copyright updated to read Copyright © 2007-10 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
-