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 26, 2018
  3. Jul 25, 2018
  4. Jul 24, 2018
  5. Jul 18, 2018
  6. Jul 13, 2018
  7. Jul 12, 2018
  8. Jun 18, 2018
  9. Jun 15, 2018
  10. Jun 14, 2018
  11. Jun 07, 2018
  12. Jun 06, 2018
  13. May 30, 2018
  14. Apr 23, 2018
  15. Apr 22, 2018
    • Martyn Gigg's avatar
      Replace boost::random with std::random · b573d4dd
      Martyn Gigg authored
      This includes dragging the libcxx implementation of normal_distribution
      and uniform_int_distribution into our source. MSVC, clang and gcc don't
      agree on how this should be implemented leading to problems with
      comparing test results across platforms. Using a single implementation
      gives the same results on each platform.
      b573d4dd
  16. Apr 19, 2018
    • Antti Soininen's avatar
      Code beautification. Re #22140 · c9c98ef8
      Antti Soininen authored
      c9c98ef8
    • Antti Soininen's avatar
      Fix bin-width only binning parameters in SofQW* algorithms. · eadb477d
      Antti Soininen authored
      VectorHelper::createAxisFromRebinParams() would produce garbage if it
      was supplied only the bin width as binning params.
      - Added hints to VectorHelper::createAxisFromRebinParams() which are
      used when only the bin width is supplied as the binning range.
      - The SofQW* algorithms now estimate the binning ranges (in both E and
      Q) if they are supplied with bin width only params.
      - The actual estimation is done in the SofQCommon utility class.
      
      Re #22140
      eadb477d
  17. 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
  18. 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
  19. Mar 23, 2018
  20. Mar 22, 2018
  21. Mar 21, 2018
  22. Mar 20, 2018
  23. Mar 19, 2018
  24. Mar 15, 2018
  25. Mar 14, 2018
  26. Feb 20, 2018
  27. Feb 19, 2018
  28. Feb 16, 2018
  29. Feb 08, 2018
Loading