Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Aug 22, 2018
  2. Aug 15, 2018
  3. Aug 14, 2018
  4. Aug 09, 2018
  5. Aug 08, 2018
  6. Aug 06, 2018
  7. Aug 05, 2018
  8. Aug 02, 2018
  9. Jun 26, 2018
  10. Jun 25, 2018
    • Neil Vaytet's avatar
      Refs #20443 : Patched clang-format · ff00ce5c
      Neil Vaytet authored
      ff00ce5c
    • Gigg, Martyn Anthony's avatar
      Workaround Qt4 moc bug with boost · 0e3d89e9
      Gigg, Martyn Anthony authored
      0e3d89e9
    • 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
  11. May 30, 2018
  12. Apr 23, 2018
  13. Jul 11, 2017
  14. Jul 05, 2017
  15. Jul 04, 2017
  16. Jun 08, 2017
  17. Dec 24, 2016
  18. Nov 28, 2016
  19. Nov 08, 2016
  20. Nov 02, 2016
  21. Oct 05, 2015
  22. Dec 16, 2014
  23. Apr 01, 2014
    • Keith Brown's avatar
      refs #8962 Move extractToEOL from LogParser to Strings · 1fe41532
      Keith Brown authored
      The extractToEOL Kernal namespace method has been moved to the Kernal::Strings namespace where it makes more sense to be alongside other string and ascii stream methods
      
      The change was made because of the difficulties i was having with the binary files stream provided by the FileDescriptor.
      1fe41532
  24. Dec 23, 2013
  25. Dec 18, 2013
  26. Nov 18, 2013
  27. Aug 21, 2013
  28. Jul 04, 2013
  29. Nov 02, 2012
  30. Jul 25, 2012
Loading