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. Jun 26, 2018
  3. 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
  4. May 30, 2018
  5. Apr 23, 2018
  6. Jul 11, 2017
  7. Jul 05, 2017
  8. Jul 04, 2017
  9. Jun 08, 2017
  10. Dec 24, 2016
  11. Nov 28, 2016
  12. Nov 08, 2016
  13. Nov 02, 2016
  14. Oct 05, 2015
  15. Dec 16, 2014
  16. 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
  17. Dec 23, 2013
  18. Dec 18, 2013
  19. Nov 18, 2013
  20. Aug 21, 2013
  21. Jul 04, 2013
  22. Nov 02, 2012
  23. Jul 25, 2012
  24. Jul 19, 2012
  25. May 28, 2012
  26. Feb 13, 2012
  27. Dec 28, 2011
  28. Dec 09, 2011
  29. Sep 14, 2011
  30. Sep 05, 2011
    • Alex Buts's avatar
      refs #3669 · 847d2cee
      Alex Buts authored
      A routine, which transforms a path into vector of strings 
      847d2cee
  31. Aug 25, 2011
  32. Jun 08, 2011
Loading