This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 08, 2018
-
-
Anthony Lim authored
-
Anthony Lim authored
-
Anthony Lim authored
-
- Aug 07, 2018
-
-
Anthony Lim authored
-
Anthony Lim authored
-
- Aug 06, 2018
-
-
Hahn, Steven authored
Get LoadIsawUB working with MDHistoWorkspace
-
WHITFIELDRE email authored
-
Savici, Andrei T. authored
Make project recovery properties more findable
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
They were described on the project recovery page, which is probably not where users are going to look for properties.
-
Pete Peterson authored
Add missing SingletonHolder header
-
Martyn Gigg authored
-
Martyn Gigg authored
Includes applying clang-format-5 to changeset.
-
Martyn Gigg authored
Includes reformatting additional code to clang-format-5
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
TWJubb authored
-
Gigg, Martyn Anthony authored
Refs #22647
-
Simon Heybrock authored
Fix Python extensions when compiled with clang on Linux
-
- Aug 04, 2018
-
-
Martyn Gigg authored
-
Martyn Gigg authored
When compiled with gcc the SingletonHolder instance symbols are marked as globally unique (a GNU extension) but when compiled with clang the symbols are marked as weak. Python extensions are loaded by default without either RTLD_GLOBAL or RTLD_LOCAL specified and the singleton symbols then remain private to each module leading to multiple singleton instances within the same process. This fix will also cover older versions of LD and is a cleaner implementation than that removed in afa941f0.
-
Martyn Gigg authored
-
- Aug 03, 2018
-
-
Pete Peterson authored
DPDReduction: error reading MomentumTransfer bins
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Pete Peterson authored
Fix handling of runIndex in MergeMD
-
Pete Peterson authored
New unscripted testing page in developer docs
-
Hahn, Steven authored
Fix missed GCC->GNU macro
-
Keith Butler authored
-
WHITFIELDRE email authored
Update CONTRIBUTING.md
-
Gigg, Martyn Anthony authored
Squashed commit of the following: commit 7430d88e Author: T Jubb <t.w.jubb@gmail.com> Date: Fri Aug 3 14:04:45 2018 +0100 Refs #0 Revert PR template. commit bfca2a5a Merge: b7a9a09b ccc7a67d Author: T Jubb <t.w.jubb@gmail.com> Date: Fri Aug 3 13:59:20 2018 +0100 Refs #0 merge remote branch. commit b7a9a09b Merge: 3abde33d 16e27bdb Author: T Jubb <t.w.jubb@gmail.com> Date: Fri Aug 3 13:55:47 2018 +0100 Refs #0 merge master. commit 3abde33d Author: T Jubb <t.w.jubb@gmail.com> Date: Fri Aug 3 13:52:26 2018 +0100 Refs #0 make changes as per comments. commit a27f8a1a Merge: 54684e10 b5ad845b Author: T Jubb <t.w.jubb@gmail.com> Date: Fri Aug 3 13:51:18 2018 +0100 Refs #0 merge master. commit ccc7a67d Merge: 54684e10 b5ad845b Author: TWJubb <33163693+TWJubb@users.noreply.github.com> Date: Fri Aug 3 13:05:49 2018 +0100 Merge branch 'master' into PyCharmDevDocs commit 54684e10 Author: T Jubb <t.w.jubb@gmail.com> Date: Fri Aug 3 12:57:21 2018 +0100 Refs #0 : Add PyCharm dev doc page.
-
WHITFIELDRE email authored
-
Martyn Gigg authored
Update third party and Fix sip build invocation
-
Pete Peterson authored
Muon results table includes log values with value of 0
-
Pete Peterson authored
Fix clang warnings
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Lamar Moore authored
-
Martyn Gigg authored
-
Simon Heybrock authored
Improve error handling for TableWorkspace
-