This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Nov 08, 2016
-
-
Dimitar Tasev authored
-
- Oct 15, 2016
-
-
Hahn, Steven authored
-
- Jul 11, 2016
- May 30, 2016
-
-
Simon Heybrock authored
-
- Feb 22, 2016
-
-
Tom Perkins authored
re #15289
-
- Feb 15, 2016
-
-
Federico Montesino Pouzols authored
-
- Jan 19, 2016
-
-
Hahn, Steven authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Jun 03, 2014
-
-
Gigg, Martyn Anthony authored
The converted text is stored in separate .rst files in the docs directory. Refs #9562
-
- May 28, 2014
-
-
Nick Draper authored
-
- May 21, 2013
-
-
Russell Taylor authored
-
- Mar 04, 2013
-
-
Owen Arnold authored
-
- Oct 25, 2011
-
-
Janik Zikovsky authored
Refs #3984 Took the wiki description from every algorithm's wiki page and placed it in a comment in the CPP file (instead of the header file).
-
- Jul 08, 2011
-
-
Janik Zikovsky authored
- Refs #3203: Implemented ISpectrum. It is the base class of EventList and Histogram and contains the spectrum number and list of detector IDs for a given spectrum. - ISpectrum return X/Y/E vectors. EventList, e.g. calculates the histogram on the fly. - Moved the EventWorkspace MRU list of histograms to be contained within the EventList; better code separation. Made a EventWorkspaceMRU class to encapsulate this more easily. - Workspaces must implement getSpectrum (const/not const) to return a ISpectrum object. dataX(i), etc. methods on MatrixWorkspaces no longer need to be overridden since they call getSpectrum() - Got rid of EventWorkspace::getEventListatPixelID() and doneLoadingData() - replaceSpectraMap() methods offers backwards-compatibility with SpectraDetectorMaps by setting the specNo and detector list when called. Must be called AFTER creating all the spectra in a workspace. - Refs #3318: maskWorkspaceIndex() implemented as part of ISpectrum.
-
- May 16, 2011
-
-
Gigg, Martyn Anthony authored
-
Peterson, Peter authored
-
- Mar 02, 2011
-
-
Janik Zikovsky authored
Refs #2572: Added an initDocs() for all algorithms that sets the summary string to display in the dialog, as well as the wiki summary for possible later auto-wiki-fication of documentation.
-
- Mar 01, 2011
-
-
Janik Zikovsky authored
Refs #2572: Ran into issue with un-escaped characters that my compiler did not catch. Commented out all optional messages until I can fix it.
-
Janik Zikovsky authored
-
- Feb 18, 2011
-
-
Janik Zikovsky authored
-
- Jan 28, 2011
-
-
Janik Zikovsky authored
Fixes #2324: Call to sortAll before CompressEvents speeds things up from 80 to 30 seconds in one example (95 million event list). Same thing in ConvertToMatrixWorkspace. Nicer reporting.
-
- Jan 12, 2011
-
-
Peterson, Peter authored
-
- Jan 10, 2011
-
-
Gigg, Martyn Anthony authored
Updated ConvertToMatrixWorkspace so that it doesn't do anything if it doesn't need to as in some circumstances wihin the inelastic scripts it was taking a couple of seconds doing a copy unnecessarily. Re #1762
-
- 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.
-
- Dec 10, 2010
-
-
Campbell, Stuart authored
-
- Jul 09, 2010
-
-
Russell Taylor authored
-
- Dec 09, 2009
-
-
Russell Taylor authored
-