Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Aug 01, 2018
  2. Jul 27, 2018
  3. Jul 26, 2018
  4. Apr 09, 2018
    • Karl Palmen's avatar
      Merge remote-tracking branch 'origin/master' re #12828 · 8072b97d
      Karl Palmen authored
      
      # Please enter a commit message to explain why this merge is necessary,
      # especially if it merges an updated upstream into a topic branch.
      #
      # Lines starting with '#' will be ignored, and an empty message aborts
      # the commit.
      
      Merge done to enable documentation be be fixed, because of removal of
      alias directive and addition of related algorithms directive.
      
      Signed-off-by: default avatarKarl Palmen <karl.palmen@stfc.ac.uk>
      8072b97d
  5. Mar 27, 2018
    • Karl Palmen's avatar
      Merge remote-tracking branch 'origin/master' re #12828 · 6ccb4979
      Karl Palmen authored
      # Please enter a commit message to explain why this merge is necessary,
      # especially if it merges an updated upstream into a topic branch.
      #
      # Lines starting with '#' will be ignored, and an empty message aborts
      # the commit.
      6ccb4979
  6. Mar 14, 2018
  7. Feb 21, 2018
  8. Feb 14, 2018
    • Peterson, Peter's avatar
      Fix bug in which Facilities.xml to use · f2c65442
      Peterson, Peter authored
      The logic in the check was switched to be negative `or` rather
      than negative `and`. The two people I showed the change to thought
      that the phrasing in this PR was clearer.
      f2c65442
  9. Dec 05, 2017
  10. Nov 29, 2017
  11. Nov 03, 2017
  12. Sep 28, 2017
  13. Sep 27, 2017
  14. Sep 12, 2017
  15. Sep 09, 2017
  16. Sep 04, 2017
  17. Aug 16, 2017
  18. Jul 25, 2017
  19. Jun 09, 2017
  20. Jun 08, 2017
    • David Fairbrother's avatar
      IWYU Kernel header tidyup · 9bbeb56c
      David Fairbrother authored
      9bbeb56c
    • 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
  21. Apr 23, 2017
  22. Mar 22, 2017
  23. Feb 20, 2017
  24. Feb 15, 2017
Loading