This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- May 14, 2014
-
-
Samuel Jackson authored
SaveNexus and SaveNexusProcessed wouldn't append a record to the history. This commit fixes that issue and leaves a record on the input workspace so the result is that we get a complete history, but we lose the execution start time and duration.
-
- Nov 02, 2012
-
-
Savici, Andrei T. authored
-
- Dec 22, 2011
-
-
Karl Palmen authored
This is a quick fix for re #2415. I also rearranged code to make this figure easier to change in future or make dependent on the type of workspace or any of its easily read properties. Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Dec 09, 2011
-
-
Nick Draper authored
-
- Nov 23, 2011
-
-
Janik Zikovsky authored
This reverts commit 2d640ffb.
-
Janik Zikovsky authored
This reverts commit 5f2e4cc1.
-
- Nov 22, 2011
-
-
Janik Zikovsky authored
This reverts commit 34d300f4.
-
- Nov 21, 2011
-
-
Janik Zikovsky authored
This reverts commit f4c867fd. Conflicts: Code/Mantid/Framework/NexusCPP/inc/MantidNexusCPP/NeXusFile.hpp
-
- Nov 19, 2011
-
-
Janik Zikovsky authored
This reverts commit 6eb78432.
-
Janik Zikovsky authored
Same as last time, will let the windows builds run to get a list of failing tests on the ISIS build servers; see if it is any different than the SNS build servers.
-
- Nov 18, 2011
-
-
Janik Zikovsky authored
-
- Nov 08, 2011
-
-
Janik Zikovsky authored
-
- Nov 04, 2011
-
-
Janik Zikovsky authored
-
- Oct 28, 2011
-
-
Janik Zikovsky authored
-
- Oct 25, 2011
-
-
Janik Zikovsky 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 13, 2011
-
-
Janik Zikovsky authored
Refs #3669: instrument XML contents are saved in NXS processed file. Much more painful then it needed to be.
-
- Jun 15, 2011
-
-
Campbell, Stuart 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.
-
- Feb 17, 2011
-
-
Russell Taylor authored
Re-enable muon tests. The problem was that the test called the algorithm twice and there were member variables that held state that was not cleaned on re-running. Re #2386.
-
- Feb 09, 2011
-
-
Janik Zikovsky authored
-
- Feb 03, 2011
-
-
Janik Zikovsky authored
Refs #1525: Faster save nexus processed for event workspaces, and progress reporting. NexusFileIO class is still a mess though.
-
- Jan 24, 2011
-
-
Janik Zikovsky authored
-
- Jan 21, 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.
-
- Sep 10, 2010
-
-
Janik Zikovsky authored
-
- Aug 10, 2010
-
-
Janik Zikovsky authored
Refs #1455: on Linux, at least, qtiplot build raises many many warnings when a function returns a const int; changed Algorithm's version() function to return just an int. These raise 'type qualifiers ignored on function return type' because the const on the return value is superfluous, according to: http://stackoverflow.com/questions/1134237/pedantic-gcc-warning-type-qualifiers-on-function-return-type
-
- Jul 22, 2010
-
-
Nick Draper authored
Copyright updated to read Copyright © 2007-10 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
-
- May 15, 2010
-
-
Peterson, Peter authored
-
- Sep 17, 2009
-
-
Sofia Antony authored
re #791,#792 added a new virtual function setOtherProperties.This is useful for setting the non workspace properties and period number when group members are processed.
-
- Jul 21, 2009
-
-
Sofia Antony authored
re #697, re# 698 loading and saving workspace groups for nexus files. Roman is fixing the LoadISISNexus failure.
-
- Jul 03, 2009
-
-
Nick Draper authored
Remove redundant loggers from Nexus project
-
- Jun 16, 2009
-
-
Russell Taylor authored
-
- Jun 04, 2009
-
-
Steve Williams authored
Fixing the Linux build failures (forgotten <climits>) and some more algorithm descriptions refs #593 and #410
-
Steve Williams authored
There maybe still be bugs due to changes to PropertyManager and isDefault() but I've checked all he isDefault() functions now refs #593
-
- 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.
-
- Oct 31, 2008
-
-
Ronald Fowler authored
SaveNexusProcessed updated. Now writes most required data, but lacking detector spectra map and time series properties. Re #215
-