Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jan 23, 2020
  2. Jan 21, 2020
    • David Fairbrother's avatar
      Switch to JSON Parser for SANS State · dab9e698
      David Fairbrother authored
      Switches to using the JSON library for parsing SANS state objects. This
      provides numerous advantages:
      
      - We do not need to maintain a custom (de)serializer
      - JSON is a documented standard
      - We can switch to type hinting in Python 3, currently a significant
      amount of CPU time is spend reverifying typed params
      - History becomes less brittle and will work from top level algorithms
      - Allows new code to be written in a more Pythonic way (e.g. not forced
      to use class level variables for them to be serialized)
      dab9e698
  3. Jan 20, 2020
  4. Jan 17, 2020
  5. Jan 10, 2020
  6. Jan 03, 2020
    • David Fairbrother's avatar
      Update HDF5 docs URL to fix sphinx warning · 8c45d457
      David Fairbrother authored
      Updates the HDF5 URL to the new one. Using browsers or wget would
      correctly redirect the request to the new URL, whilst sphinx would get a
      HTTP 403 instead.
      
      Updating this URL should fix the sphinx warning, restoring the master
      incremental and clean builds to stable (hopefully)
      8c45d457
  7. Dec 18, 2019
  8. Dec 09, 2019
  9. Dec 06, 2019
  10. Dec 04, 2019
  11. Dec 03, 2019
  12. Dec 02, 2019
  13. Nov 28, 2019
    • David Fairbrother's avatar
      Bump Minimum CMake to 3.13 · f2fde5ac
      David Fairbrother authored
      Bumps the minimum CMake version to 3.13, this allows us to use
      add_link_options on address sanitizers.
      At the time of this commit 3.14 is available for RHEL7, and 3.15 for
      Ubuntu. Windows requires 3.15 so in an ideal world we would just set our
      minimum to that, but as it's not fully available we settle for the
      earlier version at the moment.
      f2fde5ac
  14. Nov 27, 2019
  15. Nov 22, 2019
  16. Nov 21, 2019
  17. Nov 19, 2019
  18. Nov 15, 2019
  19. Nov 14, 2019
  20. Nov 06, 2019
  21. Nov 01, 2019
  22. Oct 31, 2019
  23. Oct 30, 2019
  24. Oct 29, 2019
  25. Oct 22, 2019
Loading