Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Apr 20, 2021
    • Gigg, Martyn Anthony's avatar
      Add support for sip v5 build system · 655ff547
      Gigg, Martyn Anthony authored
      The new sip build system complies with pep 517 and
      requires configuration by a standard pyproject.toml
      file rather than running a single command. Along with
      these changes the fixed sip.h file has been removed in
      favour of a header generated locally if required.
      
      We now support both the sip build systems as this is
      required in our current support for multiple OSes. In
      the process of adding support some cleanup has been
      included:
        - the .sip files in our tree are now full module defs
          rather than the boilerplate being filled in by CMake,
          giving each module more flexibility.
        - the sipwrapper file has been removed in favour of a
          simpler script to simply strip the problematic code
          for C++17 compatability.
      655ff547
  2. Nov 17, 2020
  3. Nov 16, 2020
  4. Nov 11, 2020
  5. Nov 10, 2020
  6. Nov 05, 2020
  7. Oct 29, 2020
    • Mathieu Tillet's avatar
      Remove need for the workspace to be passed · 461df748
      Mathieu Tillet authored
      The workspace to be added is no longer necessary, because it appears
      that calling afterReplaceHandle only slows the process while not doing
      anything noticeable.
      
      This commit thus simplify this, and thus quickens the execution of
      replace_workspace by some 30%.
      461df748
  8. Oct 22, 2020
    • Mathieu Tillet's avatar
      Allow changing the instrument window title · 9a065365
      Mathieu Tillet authored
      When using replaceWorkspace to replace the workspace being shown in an
      instrument window using the python API, the user can specify the
      new title of the window.
      If none is specified, the name of the new workspace is used.
      9a065365
  9. Oct 15, 2020
    • Mathieu Tillet's avatar
      Add sip function to replace a workspace · 65f851eb
      Mathieu Tillet authored
      Add a sip function to allow the api user to replace the workspace
      currently being shown on an instrument viewer window. This manage the
      communication between the Python API and the C++ object and method.
      65f851eb
  10. May 12, 2020
  11. Jan 21, 2019
  12. Jan 11, 2019
  13. Jan 10, 2019
  14. Jan 09, 2019
  15. Jan 08, 2019
  16. Jan 07, 2019
  17. Oct 14, 2018
  18. Oct 13, 2018
Loading