This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 06 Jan, 2016 1 commit
-
-
Hahn, Steven authored
-
- 11 Dec, 2015 1 commit
-
-
Hahn, Steven authored
-
- 05 Oct, 2015 1 commit
-
-
Campbell, Stuart authored
-
- 16 Dec, 2014 1 commit
-
-
Whitfield, Ross authored
-
- 03 Jun, 2014 1 commit
-
-
Gigg, Martyn Anthony authored
The converted text is stored in separate .rst files in the docs directory. Refs #9562
-
- 28 May, 2014 1 commit
-
-
Nick Draper authored
-
- 02 Apr, 2013 3 commits
-
-
Vickie Lynch authored
-
Vickie Lynch authored
-
Vickie Lynch authored
-
- 25 Feb, 2013 1 commit
-
-
Russell Taylor authored
-
- 07 Nov, 2012 1 commit
-
-
Michael Reuter authored
-
- 30 Oct, 2012 5 commits
-
-
Lynch, Vickie authored
-
Gigg, Martyn Anthony authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
- 14 Mar, 2012 1 commit
-
-
Gigg, Martyn Anthony authored
Touches nearly everything unfortunately but is necessary.
-
- 25 Oct, 2011 1 commit
-
-
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).
-
- 23 May, 2011 2 commits
-
-
Doucet, Mathieu authored
-
Roman Tolchenov authored
-
- 18 May, 2011 1 commit
-
-
Doucet, Mathieu authored
-
- 02 Mar, 2011 1 commit
-
-
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.
-
- 01 Mar, 2011 2 commits
-
-
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
-
- 29 Dec, 2010 2 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- 09 Jul, 2010 1 commit
-
-
Russell Taylor authored
-
- 17 Dec, 2009 2 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
-
- 18 Sep, 2009 1 commit
-
-
Russell Taylor authored
-
- 23 Jul, 2009 1 commit
-
-
Nick Draper authored
Spotted error when cancelling parallel algorithms you now must specify a few more MACROS to get it to work propery look at en example when using.
-
- 13 Jul, 2009 1 commit
-
-
Sofia Antony authored
re #605 implemented progress reporting for all algorithms.Parallel processing implemented for some algorithms - it was not applicable for all algorithms
-
- 03 Jul, 2009 1 commit
-
-
Nick Draper authored
Remove redundant loggers from Algorithms project
-
- 29 Jun, 2009 1 commit
-
-
Russell Taylor authored
The moving average method used to make SmoothData more efficient can lead to attempts to take the square root of a very small negative number instead of zero. Protection added against this. More than this, the errors were just plain wrong because I was using the data variable instead of the error one. Oops. Re #716.
-
- 10 Jun, 2009 1 commit
-
-
Steve Williams authored
Please point out if any descriptions could be better or more helpful. Descriptions for nearly all properties in the documented algorithms in the algorithm directory are now in, work continues on those in datahandling. I still expect to finish sometime on Thursday. refs #410
-
- 06 Mar, 2009 1 commit
-
-
Nick Draper authored
resolve scoping issue causing crash if input and output workspace are not the same
-
- 16 Jan, 2009 1 commit
-
-
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.
-
- 24 Oct, 2008 1 commit
-
-
Russell Taylor authored
-