This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Feb 11, 2020
-
-
Anthony Lim authored
-
Anthony Lim authored
-
- Jan 24, 2020
-
-
Mathieu Tillet authored
-
- Jan 20, 2020
-
-
Nick Draper authored
-
- Jan 17, 2020
-
-
Nick Draper authored
-
Nick Draper authored
It defaults to 500 bins. This allows event data to be plotted without rebinning first. This is a change from before when it would all be in one bin. It does not change the underlying data that remains in events. Includes unit test, and doc changes.
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
- Jan 16, 2020
-
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
- Jan 09, 2020
-
-
Gigg, Martyn Anthony authored
Newer boost bind seems to be causing compiler warnings on Windows. It's no longer required now bind is in the STL. Refs #16578
-
Gagik Vardanyan authored
-
- Jan 07, 2020
-
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
- Jan 06, 2020
-
-
Nick Draper authored
-
Conor Finn authored
Casting to a long64 does not match the types defined as acceptable for table workspaces. TableColumn.cpp indicates that int64_t should be used instead.
-
- Dec 20, 2019
-
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
- Dec 19, 2019
-
-
Conor Finn authored
-
- Dec 18, 2019
-
-
Nick Draper authored
-
Nick Draper authored
There was a check for certain file endings, but it did not account for the original length of the path.
-
- Dec 17, 2019
-
-
Conor Finn authored
When a Group workspace was loaded into the dialog for the algorithm, it would cause an unhandled exception due to a null pointer. There is now a check to ensure that a group workspace is not used.
-
- Dec 16, 2019
-
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
- Dec 02, 2019
-
-
Geish Miladinovic authored
-
Geish Miladinovic authored
-
- Nov 28, 2019
-
-
Martyn Gigg authored
-
Martyn Gigg authored
-
- Nov 27, 2019
-
-
Martyn Gigg authored
Keeping with integer arithmetic during the conversion means that the time resolution cannot go below 1us and artifacts in the data are produced. Added tests for data/sample logs for small bin widths.
-
- Nov 25, 2019
-
-
Duc Le authored
-
- Nov 24, 2019
-
-
The header uses ptr_fun which is deleted in C++17 so our code won't compile and it can be replaced with boost filesystem and a few lines of code.
-
- Nov 20, 2019
-
-
Martyn Gigg authored
-
- Nov 19, 2019
-
-
mantid-builder authored
-
Geish Miladinovic authored
-
- Nov 15, 2019
-
-
Gigg, Martyn Anthony authored
Confirmed with SNS (W. Zhou) that this is no longer required. Usage stats confirm it has not been used since 3.13 so no deprecation is required. Refs #27059
-
- Nov 13, 2019
-
-
As that is what the code in exec expects anyway
-