This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Feb 11, 2016
-
-
Federico Montesino Pouzols authored
-
- Jan 16, 2016
-
-
Hahn, Steven authored
-
- Dec 14, 2015
-
-
Lamar Moore authored
-
Lamar Moore 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
-
- Mar 04, 2013
-
-
Gesner Passos authored
re #6485
-
- Jan 02, 2013
-
-
Nick Draper 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).
-
- Sep 08, 2011
-
-
Russell Taylor authored
Add pointer to physical instrument as a member (not used in vast majority of cases) of Instrument. Show this 'physical instrument' in the instrument view, if it exists. Re #1944. P.S. This again lead to a const change which accounts for most of the changes.
-
- Aug 30, 2011
-
-
Russell Taylor authored
-
- Aug 29, 2011
-
-
Russell Taylor authored
Add a copy constructor to Instrument. Oh, and go on a const-correctness hunt that led this commit to touch slightly more than just the one class. Re #1944.
-
- 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
-
-
Gigg, Martyn Anthony authored
Refs #3175. Sorry for the huge commit but certain things require Matrix to be in Kernel. Given how Quat, V3D and Matrix inter cooperate it seemed sensible for them to be in the same place and arguably this is where they belong anyway.
-
- May 12, 2011
-
-
Janik Zikovsky 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
-
- Jan 25, 2011
-
-
Russell Taylor authored
Revert a change from some time back regarding how grouped detector positions are calculated in Absorption corrections routines. Small change in numerical result (for the better), big change in speed. Also a small refactoring in detector code that was less small in its impact on tests. Re #2276.
-
- 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.
-
- Nov 10, 2010
-
-
Janik Zikovsky authored
Refs #1884: Merging branch into trunk. Several classes in Geometry were removed in order to simplify parametrized components. ParDetector, ParObjComponent, etc. are now handled in the same class.
-
- 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
-
- Jun 18, 2010
-
-
Peterson, Peter authored
-
- May 15, 2010
-
-
Peterson, Peter authored
-
- Oct 26, 2009
-
-
Sofia Antony authored
re #928 Added optional parameter to control the loading of monitors and creates separate workspace/workspace group for monitors.
-
- Sep 08, 2009
-
-
Gigg, Martyn Anthony authored
Updated algorithms that were using the FileValidator class alone to use the new FileProperty class. Re #767
-
- Aug 28, 2009
-
-
Nick Draper authored
Added subfolders to src and inc in Geometry.vcproj Tested with scons and VS sln builds
-
- 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 Datahandling project
-
- Jun 29, 2009
-
-
Russell Taylor authored
LoadInstrumentFromRaw modified to clear any existing instrument instance from the workspace before getting to work. Necessary since this algorithm is called when LoadInstrument fails, which can happen when a partial Instrument is loaded, leading to confusion. Re #703.
-
- Jun 12, 2009
-
-
Steve Williams authored
-
- Mar 10, 2009
-
-
Ronald Fowler authored
Initial reading and storing of position corrections and calculation of shifts (not yet stored) re #452
-
- Feb 12, 2009
-
-
Russell Taylor 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.
-
- Dec 23, 2008
-
-
Roman Tolchenov authored
-