Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Aug 07, 2018
  2. Aug 06, 2018
  3. Aug 04, 2018
    • Martyn Gigg's avatar
      Open python extensions with RTLD_GLOBAL on Linux. · 67b42fd3
      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.
      67b42fd3
    • Martyn Gigg's avatar
      Fix duplicate python export function symbol · b7b8a1f1
      Martyn Gigg authored
      b7b8a1f1
  4. Aug 03, 2018
  5. Aug 02, 2018
  6. Aug 01, 2018
  7. Jul 31, 2018
  8. Jul 30, 2018
  9. Jul 27, 2018
Loading