This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Sep 13, 2016
-
-
Hahn, Steven authored
-
- Sep 12, 2016
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
Hahn, Steven authored
-
Hahn, Steven authored
-
- Sep 09, 2016
-
-
Hahn, Steven authored
-
- Aug 29, 2016
-
-
Hahn, Steven authored
-
- Aug 25, 2016
-
-
Hahn, Steven authored
-
- Aug 24, 2016
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
- May 07, 2016
-
-
Hahn, Steven authored
-
- Feb 24, 2016
-
-
Lamar Moore authored
-
Lamar Moore authored
-
- Feb 21, 2016
-
-
Hahn, Steven authored
-
- Feb 20, 2016
-
-
Anton Piccardo-Selg authored
-
- Feb 18, 2016
-
-
Anton Piccardo-Selg authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Dec 04, 2014
-
-
Nick Draper authored
-
- Dec 23, 2013
-
-
Peterson, Peter authored
-
- Feb 14, 2013
-
-
Gesner Passos authored
switch off TypedValidator, doxygen failed to recognize as a specialization template. remote MANTID_KERNEL_DLL for the enumerator (not necessary) param spellings re #6485
-
- Dec 17, 2012
-
-
Gigg, Martyn Anthony authored
gcc let me get away with that for some reason...
-
Gigg, Martyn Anthony authored
The Cache class was not fully threadsafe. The PARALLEL sections have been replaced by a per-object FastMutex to ensure thread safety. Hopefully this won't have a huge effect on performance.
-
- Nov 23, 2012
-
-
Gigg, Martyn Anthony authored
-
- Nov 02, 2012
-
-
Savici, Andrei T. authored
-
- Jun 08, 2011
-
-
Gigg, Martyn Anthony authored
-
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.
-
- Jan 25, 2011
-
-
Gigg, Martyn Anthony authored
As a follow on to [8908], remove instantiation of parent class from getRotation call as well. The m_base pointer is now stored as a Component rather than IComponent so that the parent can be accessed directly without going through a dynamic_cast. Also a couple of minor cleanups around creating vectors and added a compiler directive for using the statistics within the Cache class. the hit/miss counts are now only accumulated if USE_CACHE_STATS is defined. Re #2276
-
- 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.
-
- 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
-
- May 06, 2010
-
-
Russell Taylor authored
Make UnaryOperation multi-threaded. Also unlocked reading of ParameterMap cache and fix bug in Cache updating code. Re #1226.
-
- Feb 25, 2010
-
-
Gigg, Martyn Anthony authored
Update standard build scripts to also compile 64-bit Mantid so that the separate x64 build scripts are not necessary and have hence been removed. Re #1001
-
- Oct 20, 2009
-
-
Gigg, Martyn Anthony authored
Fix for linux build, typename is required when using nested types that depend upon template parameters. Re #100
-
Nick Draper authored
Caching implmentted improves getpos speed by slightly over 50%
-