This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 22 Mar, 2016 1 commit
-
-
Michael Hart authored
-
- 21 Mar, 2016 1 commit
-
-
Michael Hart authored
-
- 08 Feb, 2016 1 commit
-
-
Peterson, Peter authored
-
- 05 Oct, 2015 1 commit
-
-
Campbell, Stuart authored
-
- 16 Dec, 2014 1 commit
-
-
Whitfield, Ross authored
-
- 09 Mar, 2012 1 commit
-
-
Janik Zikovsky authored
via WS->getDetector()
-
- 29 Dec, 2011 1 commit
-
-
Michael Reuter authored
-
- 22 Nov, 2011 1 commit
-
-
Janik Zikovsky authored
Note to testers: Use the ResizeRectangularDetector algorithm to change the X/Y size of a bank. Try ray-tracing to it (e.g. peak finding or RayTracerTester). It should look scaled in the instrument view.
-
- 17 Nov, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
The valgrind tool helgrind flagged up some race conditions in the code. This is not a complete list of those that need fixing but some major ones that would affect large portions of the code
-
- 26 Sep, 2011 2 commits
-
-
Russell Taylor authored
Fix potential crash if number of OpenMP threads is increased above default via MultiThreaded.MaxCores in properties file. No performance impact seen on the 'usual' case (threads=number of processors). Re #3834.
-
Russell Taylor authored
-
- 14 Sep, 2011 1 commit
-
-
Russell Taylor authored
Continue obsession with const: ExperimentInfo(MatrixWorkspace)::getInstrument now returns a const instrument. Re #1944.
-
- 08 Sep, 2011 1 commit
-
-
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.
-
- 18 Aug, 2011 1 commit
-
-
Russell Taylor authored
Eradicate IInstrument. Instrument's the one to talk to now (it was the only descendent class anyway). Re #2041.
-
- 11 May, 2011 1 commit
-
-
Janik Zikovsky authored
Refs #3003: Added ParComponentFactory basic test. Added a few tests in the hope of tracking down my parallel bug; no luck.
-
- 23 Feb, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
Implemented parametrized detector pooling to speed up loops around MatrixWorkspace::getDetector. The example loop in the ticket for a dataset with ~300000 histograms now takes ~0.3 seconds on an 8-core machine versus 1.5 previously. Re #2528
-
- 31 Jan, 2011 3 commits
-
-
Gigg, Martyn Anthony authored
pooling isn't cooperating as well on the build servers as on my machine where everything ran fine./MantidPlot/ Re #2276
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Created a pool for parametrized detector objects to avoid excessive calls to the new operator in multi-threaded loops. If a cached object already exists and is unique then it's memory is reused rather than reallocating another object. This alleviates some of the locking within threaded loops that was impeding the scaling with the number of cores. There is still something to done with instruments but an issue remains with plottable components. Re #2276
-
- 29 Dec, 2010 2 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- 08 Dec, 2010 1 commit
-
-
Michael Whitty authored
-
- 07 Dec, 2010 2 commits
-
-
Michael Whitty authored
-
Michael Whitty authored
-
- 17 Nov, 2010 1 commit
-
-
Janik Zikovsky authored
-
- 16 Nov, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Revert parametrized components to store a simple pointer to the parameter map to avoid excessive copying when the workspace copy mutates in an algorithm such as LoadDetectorInfo. Alog with this the excitations conversion script has been fixed so that it works with ISIS instruments. Also cleared a few warnings about no newlines. Re #1934
-
- 10 Nov, 2010 1 commit
-
-
Janik Zikovsky authored
Refs #1884: Merging branch into trunk. Several classes in Geometry were removed in order to simplify parametrized components. ParDetector, ParObjComponent, etc. are now handled in the same class.
-
- 28 Oct, 2010 1 commit
-
-
Roman Tolchenov authored
-
- 25 Oct, 2010 1 commit
-
-
Janik Zikovsky authored
Refs #1749 and #1722: Added IRectangularDetector and ParRectangularDetector in order to handle parametrized locations. I seem to be having trouble getting the values from the DAS logs, but the plotting works though.
-
- 20 Oct, 2009 2 commits
-
-
Gigg, Martyn Anthony authored
-
Nick Draper authored
Caching implmentted improves getpos speed by slightly over 50%
-