This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 08 Aug, 2018 1 commit
-
-
Lynch, Vickie authored
-
- 07 Aug, 2018 1 commit
-
-
Lynch, Vickie authored
-
- 06 Aug, 2018 10 commits
-
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
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
-
- 04 Aug, 2018 3 commits
-
-
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
-
- 03 Aug, 2018 25 commits
-
-
Pete Peterson authored
DPDReduction: error reading MomentumTransfer bins
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Lynch, Vickie authored
-
Lynch, Vickie 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
-
Lynch, Vickie authored
-
Keith Butler authored
-
Whitfield, Ross 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.
-
Whitfield, Ross 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
-
Simon Heybrock authored
Minimal change to prevent a crash
-
Simon Heybrock authored
Correct default doc string for empty property managers to dict()
-
Simon Heybrock authored
SNAPReduce progress bar
-
Simon Heybrock authored
Removed the LoadAscii Custom Dialog, it was out of date with the alg
-