This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 21 Sep, 2021 17 commits
-
-
Gemma Guest authored
-
Gemma Guest authored
-
David Fairbrother authored
-
David Fairbrother authored
Ports IFunctionAdaptor to use the same adaptor whilst preserving the same input limitations.
-
David Fairbrother authored
Move the dynamic dispatcher into it's own class. This makes it trivial to use this mechanism to dynamically sort user inputs and handle them in various different ways
-
David Fairbrother authored
The compiler is smart enough to assign these types directly, this was a workaround that was for the compiler not fully coercing the implicit convertors for extractor types
-
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 13 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
-