This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 02 Apr, 2013 1 commit
-
-
Russell Taylor authored
-
- 01 Apr, 2013 12 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
-
Russell Taylor authored
In place of pulling out the list via the (now gone) algorithms() method and going through it up at this level. There is a slight difference in behaviour, in that the old way returned the newest algorithm that HADN'T been executed already. However, since the dialog is created immediately after the algorithm has been, I don't see how that can be a problem.
-
Russell Taylor authored
-
Russell Taylor authored
This is better than pulling out the algorithm list and manipulating things up the top.
-
Russell Taylor authored
-
Russell Taylor authored
There's no longer any multi-threaded execution going on, so I think this test will behave now.
-
Russell Taylor authored
I found a better way to mimic a long running algorithm rather than actually having one - just have it always say it's still running if asked. This is just as good for testing this class as the old way.
-
Russell Taylor authored
We can do essentially the same testing via other public methods.
-
Russell Taylor authored
This was the place where there was previously a race condition. The iterators in the list returned by the algorithms() method could be invalidated by another thread creating more algorithms.
-
Russell Taylor authored
...of a given name. N.B. Had to temporarily comment out some tests that used the removed algorithms() method.
-
Russell Taylor authored
This breaks stuff. Fixing it is the next few steps....
-
- 29 Mar, 2013 4 commits
-
-
Russell Taylor authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
It does not currently handle properties that don't exist when the algorithm is initialized very well.
-
Anders Markvardsen authored
-
- 28 Mar, 2013 23 commits
-
-
Campbell, Stuart authored
-
Campbell, Stuart authored
-
Campbell, Stuart authored
-
Russell Taylor authored
-
Zhou, Wenduo authored
-
Russell Taylor authored
-
Gigg, Martyn Anthony authored
-
Dereck Kachere authored
-
Dereck Kachere authored
-
Alex Buts authored
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Owen Arnold authored
-
Nick Draper authored
-
Savici, Andrei T authored
-
Anders Markvardsen authored
-
Karl Palmen authored
-
Gigg, Martyn Anthony authored
-
Peterson, Peter authored
-
Gesner Passos authored
-
Peterson, Peter authored
-
Peterson, Peter authored
Conflicts: Code/Mantid/Build/wiki_tools.py Re #6630. Merging master onto the branch because of a conflict other people have had.
-