Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. 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.
  2. Jun 22, 2018
  3. Jun 21, 2018
  4. Jun 20, 2018
  5. Jun 19, 2018
Loading