This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 23 Apr, 2018 3 commits
-
-
Whitfield, Ross authored
When the gperftools version changes the LD_PRELOAD would be wrong, this makes the launch script less strict.
-
Whitfield, Ross authored
Replace boost::random with std::random
-
Martyn Gigg authored
-
- 22 Apr, 2018 4 commits
-
-
Gigg, Martyn Anthony authored
Removes the requirement of checking for boost versions and now gives consistent results on platforms
-
Gigg, Martyn Anthony authored
Legacy ISIS files randomly distribute events on loading and the change in uniform_real_distribution requires a minor change to the test output. The features in the reduced data are not affected.
-
Martyn Gigg authored
-
Martyn Gigg authored
This includes dragging the libcxx implementation of normal_distribution and uniform_int_distribution into our source. MSVC, clang and gcc don't agree on how this should be implemented leading to problems with comparing test results across platforms. Using a single implementation gives the same results on each platform.
-
- 20 Apr, 2018 4 commits
-
-
Hahn, Steven authored
Fix OSX docs tests.
-
Roman Tolchenov authored
-
Simon Heybrock authored
direct inelastic config script for ISIS
-
Simon Heybrock authored
Fix GroupDetectors crash when input doesn't have SpectraAxis
-
- 19 Apr, 2018 3 commits
-
-
Savici, Andrei T authored
Implement algorithm FitPeaks
-
Roman Tolchenov authored
-
Martyn Gigg authored
Eliminate Ranges in BB calculations
-
- 18 Apr, 2018 14 commits
-
-
mantid-builder authored
-
Alex Buts authored
-
Alex Buts authored
-
-
Peterson, Peter authored
Refs #20561
-
Alex Buts authored
-
Alex Buts authored
Merge branch '22307_ISIS_directConfig' of https://github.com/mantidproject/mantid into 22307_ISIS_directConfig
-
Alex Buts authored
-
Peterson, Peter authored
-
Matthew Andrew authored
-
Matthew Andrew authored
-
Alex Buts authored
-
Owen Arnold authored
-
Martyn Gigg authored
Add information to filtering documentation
-
- 17 Apr, 2018 10 commits
-
-
Peterson, Peter authored
-
Owen Arnold authored
-
Owen Arnold authored
No need for exclusion ranges, so code is cleaner. There is however now recursion, so performance will need to be tracked.
-
Mathieu Doucet authored
-
Mathieu Doucet authored
-
Pete Peterson authored
New algorithm LoadDNSSCD
-
Antti Soininen authored
-
Antti Soininen authored
It was blindly assumed that the InputWorkspaces has an axis of the type SpectraAxis causing a segmentation fault. A fresh SpectraAxis is now created for the input workspace independent of the original vertical axis. Also: - Added unit tests - Updated sphinx documentation - Updated release notes Re #22296
-
Martyn Gigg authored
D2B detector efficiency calculation
-
Martyn Gigg authored
-
- 16 Apr, 2018 2 commits
-
-
Gigg, Martyn Anthony authored
It uses a single QApplication object for the whole process rather than trying to create an application for each test method
-
Mathieu Doucet authored
-