Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. May 19, 2017
  2. May 11, 2017
  3. Feb 15, 2016
  4. Feb 14, 2016
  5. Feb 13, 2016
  6. Nov 26, 2015
  7. Oct 05, 2015
  8. Dec 16, 2014
  9. Dec 04, 2014
  10. Nov 24, 2014
  11. Nov 07, 2014
  12. Nov 05, 2014
  13. May 28, 2014
  14. Feb 10, 2014
  15. Oct 25, 2013
  16. Oct 15, 2013
  17. Apr 02, 2013
  18. Feb 28, 2013
  19. Jan 02, 2013
  20. Nov 02, 2012
  21. Apr 25, 2012
  22. Mar 14, 2012
  23. Feb 06, 2012
  24. Jan 26, 2012
  25. Jun 21, 2011
    • Nick Draper's avatar
      fixes #2125 · a392898d
      Nick Draper authored
      Forgot the IAlgorithm and AlgorithmProxy changes - included now
      a392898d
  26. Jun 08, 2011
  27. May 19, 2011
  28. May 15, 2011
  29. Apr 12, 2011
  30. Apr 06, 2011
  31. Mar 29, 2011
  32. Feb 23, 2011
  33. Jan 31, 2011
  34. Jan 28, 2011
  35. Jan 17, 2011
    • Nick Draper's avatar
      re #2239 · e8784e85
      Nick Draper authored
      Changes to Algorithm to allow subAlgorithms to be cancelled.
      
      Now algorithms: 
      Maintain a vector of weak pointers to any subalgorithms they create. Weak pointers will not prevent the algorithms from being destructed. 
      On receiving a cancel command will pass it on to any valid sub algorithms. 
      Delete the list of weak pointers when the algorithm is destroyed. As they are weak pointers they have no effect of the lifetime of and subalgorithms. 
      e8784e85
Loading