This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 21 Sep, 2021 11 commits
-
-
David Fairbrother authored
IntArray is actually an array of longs, since we already have a long type from Python we can preserve this until we try to set a scalar. In the latter case we need to cast to an int for the underlying assignment to work.
-
David Fairbrother authored
Boost will try to recurse down to the final level of a scalar value. In our case we need to manually take over and dispatch for container types using RTTI.
-
Gemma Guest authored
-
Gemma Guest authored
Uses recursive variant so supports lists of lists etc.
-
Gemma Guest authored
-
Gemma Guest authored
Previously we were allowing the type checking to be done implicitly which would mark int as bool etc.
-
Gemma Guest authored
-
Gemma Guest authored
-
David Fairbrother authored
-
Gigg, Martyn Anthony authored
-
mantid-builder authored
-
- 20 Sep, 2021 10 commits
-
-
DavidFair authored
Use const& over plain & in Python export wrappers
-
Gigg, Martyn Anthony authored
Cppcheck threshold fix release-next
-
Savici, Andrei T authored
Implement alias deprecation in Python
-
Gigg, Martyn Anthony authored
-
Martyn Gigg authored
Boost.Python requires an accessible destructor for the wrapped type so for singletons we are forced to use a const pointer to a const object
-
Tom Hampson authored
-
Tom Hampson authored
-
DavidFair authored
Fix rebin of phasequads in muon GUI
-
Gagik Vardanyan authored
Add extra unit test for case where point generation misses
-
Gagik Vardanyan authored
Fix IndirectILLReductionDIFF documentation page
-
- 17 Sep, 2021 19 commits
-
-
Peterson, Peter authored
Remove CalibrateRectangularDetectors and GetDetOffsetsMultiPeaks (master)
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Anthony Lim authored
-
Peterson, Peter authored
New DeprecatedAlias class to facilitate the renaming process of Mantid c++ algorithms
-
Zhou, Wenduo authored
-
Anthony Lim authored
-
mantid-builder authored
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-