This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 29, 2015
-
-
Anton Piccardo-Selg authored
-
Anton Piccardo-Selg authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Jun 02, 2015
-
-
Raquel Alvarez Banos authored
-
Raquel Alvarez Banos authored
-
- May 27, 2015
-
-
Nick Draper authored
1. IDS mangling used for checksum is now inst name + sha1 of xml 1.1. sha1 is computed after converitng to linux line endings and trim 1. VTP file names changes to be same filename as IDS mangling 1. VTP save directory moved to appdata/mantidproject/instrument/geometryCache 1. VTP file saving simplified as files based on a checksum cannot be out of date 1. unit tests updated to account for this 1. unused methods removed from IDFObject 1. InstrumentDefinitionParser changed to initialise during constructor 1. XML parsing changed to lazy load rather than during initialisation. Still to do: 1. cache SHA1 checksum if needed 1. Change the filename reported for nexus files 1. Manually test 1. Stop saving the filename to nexus files 1. update documentation re #11818
-
- Mar 16, 2015
-
-
Gigg, Martyn Anthony authored
It is still backwards compatible with the old log-entry format. Refs #11359
-
- Jan 15, 2015
-
-
Owen Arnold authored
Added a legacy file as well as a new style peaks workspace nxs format file. The same loader handles both. Added 'unit tests' for both.
-
- Jan 13, 2015
-
-
Federico Montesino Pouzols authored
-
Federico Montesino Pouzols authored
-
- Jan 12, 2015
-
-
Federico Montesino Pouzols authored
-
- Jan 09, 2015
-
-
Federico Montesino Pouzols authored
-
- Dec 02, 2014
-
-
Roman Tolchenov authored
size_t is converted to uint64_t on saving to nexus.
-
- Dec 01, 2014
-
-
Roman Tolchenov authored
-
- Nov 28, 2014
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
- Nov 27, 2014
-
-
Roman Tolchenov authored
-
- Oct 31, 2014
-
-
Owen Arnold authored
Extend tests. Do not process spectrum lists.
-
Owen Arnold authored
Also better robustness around workspace type.
-
- Oct 29, 2014
-
-
Owen Arnold authored
We are not currently handling log extraction properly, which is why the test is failing. File size is just over the threshold, but shouldn't be a problem. I've tried to trim it down as much as possible.
-
- May 08, 2014
-
-
Samuel Jackson authored
-
- Jan 29, 2014
-
-
Arturs Bekasovs authored
-
- Nov 27, 2013
-
-
Russell Taylor authored
Fails right now because of the extra whitespace at the end of entries in the string column.
-
- Aug 21, 2013
-
-
Samuel Jackson authored
Refs #7764
-
- Aug 20, 2013
-
-
Samuel Jackson authored
Names will attempt to match with a stem on load. If not the stored name will be used. Backwards compatible with older nexus files. Refs #7764
-
- Nov 30, 2012
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Oct 25, 2012
-
-
Anders Markvardsen authored
-
- Jul 04, 2012
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
- Feb 28, 2012
-
-
Gigg, Martyn Anthony authored
The leak was due to the workspace history exponentially increasing in size. This history was duplicated with each run and then one algorithm added. The history is now in a set and only those algorithms that have not been run before are added.
-
- Nov 23, 2011
-
-
Gigg, Martyn Anthony authored
-
- Nov 08, 2011
-
-
Russell Taylor authored
-
- Sep 12, 2011
-
-
Russell Taylor authored
-
- 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 18, 2011
-
-
Russell Taylor authored
Eradicate IInstrument. Instrument's the one to talk to now (it was the only descendent class anyway). Re #2041.
-
- Aug 16, 2011
-
-
Russell Taylor authored
Try to fix Mac test failures. Looks to be code in the destructor of another test causing the problem. Re #3302.
-
- Jul 27, 2011
-
-
Janik Zikovsky authored
-
- Jun 15, 2011
-
-
Campbell, Stuart authored
-
- May 16, 2011
-
-
Michael Reuter authored
-