This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 01, 2018
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
The [cmake documentation of `CXX_STANDARD_REQUIRED`](https://cmake.org/cmake/help/v3.5/prop_tgt/CXX_STANDARD_REQUIRED.html) demonstrate that this was previously incorrectly set. This forces the compiler flag to be specified. In the case of gcc 4.8 it sets `-std=c++1y`. Newer gcc (since version 5) will sets `-std=c++14`.
-
Peterson, Peter authored
The TSC decided to move to devtoolset-7 on rhel7 to allow for C++14 standard code in mantid.
-
Gigg, Martyn Anthony authored
The Windows dependencies need downloading before Eigen is configured
-
Martyn Gigg authored
22811 instrument specific profile fitting
-
Ian Bush authored
Indirect - Unit Tests - Ensure all Indirect Unit Tests run at non-ISIS facilities
-
Gigg, Martyn Anthony authored
-
Martyn Gigg authored
Fix making a package using homebrew LLVM
-
Simon Heybrock authored
Use system eigen and xmlrunner on Windows
-
Simon Heybrock authored
chudley-elliot fit function should contain hbar
-
Simon Heybrock authored
Progress indicator works correctly for errors and exec
-
Jose Borreguero authored
-
Jose Borreguero authored
-
Jose Borreguero authored
-
- Jul 31, 2018
-
-
Sullivan, Brendan T authored
-
Sullivan, Brendan T authored
-
Sullivan, Brendan T authored
-
Sullivan, Brendan T authored
-
Sullivan, Brendan T authored
-
Sullivan, Brendan T authored
-
Ian Bush authored
Muon - Reorganising folder structure
-
- Jul 30, 2018
-
-
Savici, Andrei T. authored
-
Savici, Andrei T. authored
Only sleep after doctests if free memory is below 75%
-
Pete Peterson authored
Add tolerance to direct beam sorter
-
Doucet, Mathieu authored
-
T Jubb authored
-
T Jubb authored
-
Pete Peterson authored
A few changes to support msvc 2017
-
Pete Peterson authored
Pressing Cancel when Closing Workbench
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
Martyn Gigg authored
MSVC 2017 15.7 contains a bug where constant initialization no longer takes place for objects with constructors marked constexpr such as once_flag. This leaves once_flag susceptible to dynamic initialization order problems and causes some singleton instances to be constructed incorrectly. We put back our correct implementation (with some cleanup) and await a fix from MS. Refs #0
-
Martyn Gigg authored
Caught exception in ICat
-
Martyn Gigg authored
Disable file logging & simplfy log filtering
-
- Jul 27, 2018
-
-
Sullivan, Brendan T authored
-
Doucet, Mathieu authored
-
Savici, Andrei T. authored
PlotSelector Widget additional features
-
Ian Bush authored
This avoids a bug when saving which sets the file name for the wrong tab, and makes it clearer what you are being asked to save.
-
Ian Bush authored
-