Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Aug 02, 2018
  2. Aug 01, 2018
  3. Jun 26, 2018
  4. Jun 25, 2018
    • Neil Vaytet's avatar
      Refs #20443 : Patched clang-format · ff00ce5c
      Neil Vaytet authored
      ff00ce5c
    • Neil Vaytet's avatar
      Refs #20443 : Threading of Strings::join() · 1d1e5b7c
      Neil Vaytet authored
      This uses openmp threads to speed up the `Strings::join()` function which was causing CreateWorkspace to be excessively slow when writing to the algorithm history.
      The speedup is not fantastic as it still takes about 8s to create a 1000x10000 workspace (using 8 threads), but it is an improvement on the 60s yielded by the original function.
      
      A new version of the `join()` function was actually added to `Strings.h`, and is used when the iterators passed as arguments are not random access in nature. If this is the case, then the original function is used.
      
      A test was added to `StringsTest.h` to make sure both `join()` functions are being tested.
      1d1e5b7c
    • Martyn Gigg's avatar
      Merge pull request #22648 from mantidproject/bugfix_fitpeaks_observe · 534dfa97
      Martyn Gigg authored
      Fix an apparent bug in FitPeaks.
      534dfa97
  5. Jun 22, 2018
  6. Jun 21, 2018
  7. Jun 20, 2018
  8. Jun 19, 2018
    • Peterson, Peter's avatar
      Fix segfault when calibrating CORELLI with C60 · 02f2b894
      Peterson, Peter authored
      Part of the code was checking if peaks were in range while another part
      assumed that all were listed and would clear out the ones that aren't.
      There was also (mostly) duplicated code which was removed.
      
      Refs #22603.
      02f2b894
Loading