This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Feb 17, 2016
-
-
Peterson, Peter authored
-
- Jan 25, 2016
-
-
Hahn, Steven authored
-
- Nov 06, 2015
-
-
Owen Arnold authored
No reason to change the name of the property. Would be far more convient for existing clients if the name of this property remained the same.
-
- Nov 03, 2015
-
-
Owen Arnold authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Jul 08, 2015
-
-
Peterson, Peter authored
-
- Jun 22, 2015
-
-
Peterson, Peter authored
-
- Jun 11, 2015
-
-
Harry Jeffery authored
-
- Jun 02, 2015
-
-
Peterson, Peter authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Aug 21, 2014
- 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 18, 2014
-
-
Gigg, Martyn Anthony authored
Move static loggers to cpp files and remove some unnecessary loggers Refs #9059
-
- Sep 30, 2013
-
-
Russell Taylor authored
Notes: - 4 classes weren't deleting the returned pointer - more were not exception safe - some changes rely on the move assignment operator for efficiency.
-
- Sep 18, 2013
-
-
Russell Taylor authored
Notes: - 4 classes weren't deleting the returned pointer - more were not exception safe - some changes rely on the move assignment operator for efficiency.
-
- Jun 28, 2013
-
-
Nick Draper authored
-
- Jan 24, 2013
-
-
Peterson, Peter authored
-
- Jan 02, 2013
-
-
Nick Draper authored
-
- Oct 15, 2012
-
-
Savici, Andrei T. authored
-
- Jul 05, 2012
-
-
Peterson, Peter authored
-
- Apr 25, 2012
-
-
Campbell, Stuart authored
-
- Apr 13, 2012
-
-
Peterson, Peter authored
-
- Mar 14, 2012
-
-
Gigg, Martyn Anthony authored
Touches nearly everything unfortunately but is necessary.
-
- Feb 06, 2012
-
-
Zhou, Wenduo authored
In the latest definition of masking workspace, 0 and 1 are defined as not masking and masking the workspace, respectively. The following codes are affected by the swtich of the definition of 0 and 1 on masking or not.
-
- Jan 05, 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).
-
- Sep 26, 2011
-
-
Janik Zikovsky authored
-
- Sep 20, 2011
-
-
Peterson, Peter 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.
-
- Sep 16, 2011
-
-
Janik Zikovsky authored
Refs #3724: wiki making in python script, wiki page validation, and a few descriptions that were missing from my algorithms.
-
- Sep 14, 2011
-
-
Russell Taylor authored
Continue obsession with const: ExperimentInfo(MatrixWorkspace)::getInstrument now returns a const instrument. Re #1944.
-
- Aug 29, 2011
-
-
Janik Zikovsky authored
-
- Aug 23, 2011
-
-
Peterson, Peter authored
-
- 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.
-
- Jul 15, 2011
-
-
Russell Taylor authored
Rename ISpectrum::maskSpectrum() to clearData() and remove option to set histogram data to a value other than zero as it was an inconsistency. Re #3378.
-
- Jun 07, 2011
-
-
Gigg, Martyn Anthony authored
LoadInstrument now has a new property called RewriteSpectraMap. If it is true (the default) then a new spectra map and axis are created on the input workspace and a 1:1 mapping of spectra->detector ID is set up. This should cure the issue that users of Python algorithms and CreateWorkspace don't get anything that is that useful. LoadEventNexus has also been updated to handle spectra rather than single pixel IDs for all files rather than just ISIS ones. A little tidy up is still required but the functionality is complete. Re #3106
-
- May 18, 2011
-
-
Steve Williams authored
-
- May 16, 2011
-
-
Steve Williams authored
-