This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Nov 08, 2016
-
-
Dimitar Tasev authored
-
- Nov 02, 2016
-
-
Tom Perkins authored
(Both old and new style commands) After a run is aborted, all previous entries in the "running" log must be changed to false. re #17924
-
- Feb 29, 2016
-
-
Lamar Moore authored
-
- Feb 16, 2016
-
-
Lamar Moore authored
-
- Feb 14, 2016
-
-
Hahn, Steven authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Dec 04, 2014
-
-
Nick Draper authored
-
- Apr 01, 2014
-
-
Keith Brown authored
The extractToEOL Kernal namespace method has been moved to the Kernal::Strings namespace where it makes more sense to be alongside other string and ascii stream methods The change was made because of the difficulties i was having with the binary files stream provided by the FileDescriptor.
-
- Mar 25, 2014
-
-
Campbell, Stuart authored
This is required as Qt4 is not completely C++11 compliant. I think that these will no longer be needed when we move to Qt5. Should only be required for files up to and including API. Refs #7284
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Nov 07, 2013
-
-
Peterson, Peter authored
-
- Nov 06, 2013
-
-
Roman Tolchenov authored
-
- Nov 05, 2013
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
- Nov 02, 2012
-
-
Savici, Andrei T. authored
-
- Jul 19, 2012
-
-
Gigg, Martyn Anthony authored
Introduced a helper class to perform this stuff and tidy up a lot of copied code.
-
- Jul 17, 2012
-
-
Gigg, Martyn Anthony authored
Ensures that clone can return the concrete type.
-
- Jul 06, 2012
-
-
Owen Arnold authored
-
- Jun 28, 2012
-
-
Owen Arnold authored
-
- Jun 08, 2011
-
-
Gigg, Martyn Anthony authored
Refs #3157 Sort our System.h. It was becoming a dumping ground. It should only be touched when absolutely necessary as it affects every file in Mantid. Also combined this with Refs #2345 to sort out DLLExport/DLLImport usage. It's done for Kernel, Geometry and API but stuff in the plugins could do with updating as well.
-
- 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.
-
- 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
-