Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Oct 26, 2016
  2. Jul 19, 2016
  3. Jun 07, 2016
  4. Jun 06, 2016
  5. Oct 05, 2015
  6. Jul 03, 2015
    • Simon Heybrock's avatar
      Re #12687 ISplittersWorkspace is not a Workspace anymore. · a941ef33
      Simon Heybrock authored
      The reason for this change is related to the diamond inheritance that we
      had previously for SplittersWorkspace. VS2012 did not manage to compile
      this in combination with the virtual doClone() function with covariant
      return types.
      Just like IMaskWorkspace, ISplittersWorkspace is now not a Workspace
      anymore, and thus the diamond is gone.
      a941ef33
  7. Dec 16, 2014
  8. Apr 24, 2012
  9. Jan 30, 2012
  10. Jun 08, 2011
  11. Mar 30, 2011
  12. Dec 29, 2010
  13. Mar 24, 2009
    • Russell Taylor's avatar
      * The errorHelper will be helping no more. · 03143041
      Russell Taylor authored
      * Added progress reporting to binary operations
      * Some doxygen fixes
      
      Example improvements in binary operation speed, based on 10k Merlin spectra (old values in brackets).
                 Windows     Linux(s1)
      Plus       0.9 (4.5)   1.4 (6.8) seconds
      Minus      1.0 (4.3)   1.4 (7.9) seconds
      Multiply   0.8 (4.0)   1.2 (6.6) seconds
      Divide     4.1 (7.9)   1.9 (6.6) seconds
      
      Re #509.
      03143041
  14. Jan 16, 2009
  15. Dec 14, 2007
  16. Dec 13, 2007
  17. Dec 11, 2007
Loading