Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Aug 21, 2018
  2. Aug 06, 2018
  3. Aug 01, 2018
  4. Jul 27, 2018
  5. Jul 26, 2018
  6. Jul 12, 2018
  7. Jul 11, 2018
  8. Jul 10, 2018
  9. Jul 06, 2018
  10. 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
  11. 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
  12. Mar 14, 2018
  13. Feb 21, 2018
  14. 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
  15. Dec 05, 2017
  16. Nov 29, 2017
  17. Nov 03, 2017
  18. Sep 28, 2017
  19. Sep 27, 2017
  20. Sep 12, 2017
  21. Sep 09, 2017
  22. Sep 04, 2017
  23. Aug 16, 2017
  24. Jul 25, 2017
  25. Jun 09, 2017
    • Gemma Guest's avatar
      Re #19773 Fix copy-constructor warning · b5266122
      Gemma Guest authored
      This commit removes a second copy constructor, which was causing a
      compiler warning. The second constructor had been added to avoid a
      problem where the copy constructor is hidden by a templated constructor
      when the argument is non-const. The templated constructor has the
      correct behaviour, though, so the second copy constructor is not
      really necessary.
      b5266122
Loading