Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jun 08, 2017
    • Gemma Guest's avatar
      Re #19773 Avoid hidden copy constructor · fc98aee9
      Gemma Guest authored
      This commit adds a copy constructor that takes a non-const argument.
      This is required because otherwise the templated constructor would take
      precedence over the copy constructor when supplied with a non-const argument.
      
      Currently the templated constructor is functionally the same as the new copy
      constructor. However, adding the new copy constructor avoids ambiguity, and
      means we can add some safety by casting the argument to const before passing
      it to the base class constructor.
      fc98aee9
    • Gemma Guest's avatar
      Re #19773 Add missing operator= overload · c6247430
      Gemma Guest authored
      Fixes cppcheck warning. The overload is required to avoid the
      possibility of an incorrect raw pointer copy.
      c6247430
  2. Apr 23, 2017
  3. Mar 22, 2017
  4. Feb 20, 2017
  5. Feb 15, 2017
  6. Feb 02, 2017
  7. Feb 01, 2017
  8. Jan 23, 2017
  9. Jan 20, 2017
  10. Jan 17, 2017
  11. Jan 16, 2017
  12. Sep 17, 2016
  13. Sep 13, 2016
    • Gigg, Martyn Anthony's avatar
      Simplify log file handling · a061c858
      Gigg, Martyn Anthony authored
      For cases where file logging is enabled then the framework simply uses the
      specified path as is or defaults to the appdata directory on all
      platforms. This has the advantage of moving it outside if the install
      directory.
      a061c858
  14. Jul 19, 2016
  15. Jul 07, 2016
  16. Jul 04, 2016
  17. Jul 01, 2016
  18. Jun 30, 2016
  19. Jun 07, 2016
  20. Jun 03, 2016
  21. May 10, 2016
  22. Feb 28, 2016
  23. Feb 26, 2016
  24. Feb 24, 2016
  25. Feb 19, 2016
  26. Feb 17, 2016
  27. Feb 14, 2016
Loading