This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 17 Sep, 2021 1 commit
-
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
- 14 Sep, 2021 1 commit
-
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
- 31 Mar, 2021 2 commits
-
-
Peterson, Peter authored
-
Samuel Jones authored
-
- 20 Mar, 2020 2 commits
-
-
Nick Draper authored
-
Nick Draper authored
Also updated class_maker.py
-
- 24 Jul, 2019 1 commit
-
-
Dimitar Tasev authored
-
- 27 Mar, 2019 1 commit
-
-
Antti Soininen authored
-
- 03 Dec, 2018 2 commits
-
-
Matthew Andrew authored
-
Matthew Andrew authored
-
- 05 Oct, 2018 1 commit
-
-
Nick Draper authored
Update copyright headers in all files Squashed commit of the following: * First version of a script to manage copyright statements re #23468 * Neatened up script, added comments re #23488 * move script to tools directory re #23488 * small script changes and a couple of manual file changes re #23488 * Minor chnage to whitespace detection in regex re #23488 * Add an excluded directory re #23488 * remove a repeasted copyright statement in a file re #23488 * Don't comsume the comment end if it is on the same line re #23488 * fix error in new copright parsing re #23488 * remove double copyrifght entry re #23488 * Improve handling of old copyrights at the start of comments re #23488 * remove empty comments re #23488 * exclude gsoapgenerated directories re #23488 * Sort out greedy line matching re #23488 * improve empty comment removal re #23488 * improv...
-
- 22 Sep, 2018 1 commit
-
-
Gigg, Martyn Anthony authored
This will contain code commonly used by any part of the code base that interacts with the Python C api.
-
- 06 Aug, 2018 1 commit
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- 26 Jul, 2018 2 commits
-
-
Samuel Jackson authored
-
Samuel Jackson authored
-
- 25 Jul, 2018 1 commit
-
-
Samuel Jackson authored
-
- 19 Jul, 2018 1 commit
-
-
Samuel Jackson authored
-
- 02 May, 2018 1 commit
-
-
Gigg, Martyn Anthony authored
Refs #22344
-
- 09 Apr, 2018 1 commit
-
-
Karl Palmen authored
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. Merge done to enable documentation be be fixed, because of removal of alias directive and addition of related algorithms directive. Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- 26 Mar, 2018 2 commits
-
-
Nick Draper authored
-
Nick Draper authored
re #22143
-
- 20 Mar, 2018 1 commit
-
-
Nick Draper authored
re #21243
-
- 21 Dec, 2017 1 commit
-
-
Simon Heybrock authored
-
- 12 May, 2017 1 commit
-
-
Jose Borreguero authored
-
- 11 May, 2017 1 commit
-
-
Jose Borreguero authored
-
- 29 Aug, 2016 1 commit
-
-
Jan Burle authored
-
- 17 Aug, 2016 1 commit
-
-
Martyn Gigg authored
Python 3 requires the GIL for any operations on a dict type.
-
- 10 Aug, 2016 1 commit
-
-
Martyn Gigg authored
Transforms the Python error state to a string message of a std::exception type. Throwing this allows all parts of the framework to catch known exception type.
-
- 09 Aug, 2016 1 commit
-
-
Martyn Gigg authored
Allows for more perfect wrapping of boost::python::call_method without having to define additional wrappers for more arguments.
-
- 27 Jun, 2016 1 commit
-
-
Martyn Gigg authored
The GIL is required for the reference count operations but Python 2 seems to let you get away with not acquiring it.
-
- 07 Jun, 2016 2 commits
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
- 22 May, 2016 1 commit
-
-
Martyn Gigg authored
Notes: - All PyString_AsString are replaced by PyBytes_As_String as the bytesobject header exists on all versions > 2.6. - Uses of PyLong may not yet be correct in all cases for both Python 2 & 3. - Attempt to support unicode strings in Python 2 has been added. Needs testing
-
- 24 Feb, 2016 1 commit
-
-
Tom Perkins authored
re #15289
-
- 16 Jan, 2016 2 commits
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
- 03 Nov, 2015 1 commit
-
-
Nick Draper authored
re #8840
-
- 02 Nov, 2015 1 commit
-
-
Nick Draper authored
re #8840
-
- 05 Oct, 2015 2 commits
-
-
Campbell, Stuart authored
-
Whitfield, Ross authored
-