This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 22, 2018
-
-
Neil Vaytet authored
-
- Aug 15, 2018
-
-
Neil Vaytet authored
-
- Aug 14, 2018
-
-
Neil Vaytet authored
-
- Aug 09, 2018
-
-
Neil Vaytet authored
-
- Aug 08, 2018
-
-
Neil Vaytet authored
-
Neil Vaytet authored
If it is smaller than 500 * (Maximum number of threads), the method reverts to the original unthreaded version of the function. This old function is also the one used if the input array has random access iterators. This should fix slow python.api tests and hopefully should get rid of the timeouts on build servers.
-
- Aug 06, 2018
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- Aug 05, 2018
-
-
Neil Vaytet authored
-
- Aug 02, 2018
-
-
Neil Vaytet authored
-
- Jun 26, 2018
-
-
Neil Vaytet authored
-
- Jun 25, 2018
-
-
Neil Vaytet authored
-
Gigg, Martyn Anthony authored
-
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.
-
- May 30, 2018
-
-
Antti Soininen authored
-
- Apr 23, 2018
-
-
Antti Soininen authored
This is code duplicated in GroupDetectors and ReflectometryReductionOne2. Re #22315
-
- Jul 11, 2017
-
-
Nick Draper authored
-
Nick Draper authored
re #15164
-
- Jul 05, 2017
-
-
Nick Draper authored
-
Nick Draper authored
and tackle unsused parameters, and enable to string shortning re #15164
-
- Jul 04, 2017
-
-
Nick Draper authored
-
Nick Draper authored
and make use in history and logging re #15164
-
Nick Draper authored
-
Nick Draper authored
re #15164
-
- Jun 08, 2017
-
-
David Fairbrother authored
-
- Dec 24, 2016
-
-
Hahn, Steven authored
-
- Nov 28, 2016
-
-
Hahn, Steven authored
-
- Nov 08, 2016
-
-
Dimitar Tasev authored
-
- Nov 02, 2016
-
-
Hahn, Steven authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Apr 01, 2014
-
-
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.
-
- Dec 23, 2013
-
-
Peterson, Peter authored
-
- Dec 18, 2013
-
-
Peterson, Peter authored
-
- Nov 18, 2013
-
-
Nick Draper authored
-
- Aug 21, 2013
-
-
Arturs Bekasovs authored
This is quite a useful one, as I've seen at least 3 different implementations of that. Rigorous tests for it were added as well. Refs #7772
-
- Jul 04, 2013
-
-
Gigg, Martyn Anthony authored
-
- Nov 02, 2012
-
-
Savici, Andrei T. authored
-
- Jul 25, 2012
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Before making real code changes.
-