This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 24, 2016
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
- Jan 15, 2016
-
-
Hahn, Steven authored
-
- Jan 07, 2016
-
-
Hahn, Steven authored
-
- Dec 11, 2015
-
-
Hahn, Steven authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Mar 23, 2015
-
-
Roman Tolchenov 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
-
- Mar 04, 2013
-
-
Gesner Passos authored
LoadLOQDistanceFromRaw, LoadLog, LoadMappingTable, LoadMask, LoadMaskingFile, LoadMuonLog, LoadNXSPE re #6485
-
- Feb 07, 2013
-
-
Peterson, Peter authored
-
- Jan 02, 2013
-
-
Nick Draper authored
-
- Nov 09, 2012
-
-
Michael Reuter 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).
-
- Aug 18, 2011
-
-
Russell Taylor authored
Eradicate IInstrument. Instrument's the one to talk to now (it was the only descendent class anyway). Re #2041.
-
- Jun 16, 2011
-
-
Campbell, Stuart authored
-
- May 12, 2011
-
-
Peterson, Peter authored
-
- Apr 15, 2011
-
-
Campbell, Stuart authored
-
- Apr 14, 2011
-
-
Campbell, Stuart authored
Fixed tests outside NeXus/DataHandling that relied on loading data Had to add Nexus as a link dependency for various package Test targets - don't know why! refs #2822
-
- 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 24, 2011
-
-
Roman Tolchenov authored
-
- Jan 28, 2011
-
-
Janik Zikovsky authored
-
- 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.
-
- Oct 21, 2010
-
-
Gigg, Martyn Anthony authored
Move the Instrument and Instrument interface classes down to Geometry. The new raytracing framework needs instrument access and it should all be in geometry. Also, given that everything else was defined in geometry it seems to make more sense to have it all in one place. Re #1212
-
- Aug 06, 2010
-
-
Gigg, Martyn Anthony authored
Bumped FileProperty up to API so that it can take advantage of the new FileFinder. Code has just been moved here, not reimplemented yet. Re #1398
-
- Jul 26, 2010
-
-
Gigg, Martyn Anthony authored
Also cleared some warnings. Re #1416
-
- May 15, 2010
-
-
Peterson, Peter authored
-
- Dec 21, 2009
-
-
Sofia Antony authored
re#930 -improved load raw speed for multi period data. Load log algorithm is executed for the first period and copied the log information to next periods. re#1064 -improved load project
-
- Sep 08, 2009
-
-
Gigg, Martyn Anthony authored
Updated algorithms that were using the FileValidator class alone to use the new FileProperty class. Re #767
-
- Jul 13, 2009
-
-
Sofia Antony authored
re #605 implemented progress reporting for all algorithms.Parallel processing implemented for some algorithms - it was not applicable for all algorithms
-
- Jul 03, 2009
-
-
Nick Draper authored
Remove redundant loggers from Nexus project
-
- Jun 12, 2009
-
-
Steve Williams authored
-
- Jun 02, 2009
-
-
Roman Tolchenov authored
-
- Feb 15, 2009
-
-
Gigg, Martyn Anthony authored
-
- Jan 16, 2009
-
-
Roman Tolchenov authored
re #351. A change to the workspace hierarchy. What used to be Workspace is now called MatrixWorkspace. New Workspace is a base class for MatrixWorkspace and TableWorkspace. TableWorkspace can be stored in AnalysisDataService and passed to algorithms as a property.
-
- Jan 09, 2009
-
-
Ronald Fowler authored
Does not yet deal with text logs, only double values. Text logs are ignored. Add method to TimeSeriesProperty.h to get time_t values. Add read write NXlog data to NexusFileIO. Add simple test of save/load to LoadNexusProcessedRaw.h. Re #325
-