Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Apr 07, 2020
    • Giovanni Di Siena's avatar
      Replace boost::shared with std::shared · 11994bc3
      Giovanni Di Siena authored and Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony committed
      In places other substitutions have been made, e.g
      Clang does not yet specialize std::shared_ptr for T[]. Vector
      has been used instead. The operator[] methods were incorrectly
      marked const but returning a non-const reference - this has been fixed.
      Refs #25842
      11994bc3
  2. Mar 27, 2020
  3. Mar 23, 2020
  4. Mar 20, 2020
  5. Mar 16, 2020
  6. Mar 09, 2020
  7. Mar 06, 2020
  8. Feb 28, 2020
  9. Feb 27, 2020
  10. Feb 26, 2020
  11. Feb 25, 2020
  12. Feb 24, 2020
  13. Feb 21, 2020
  14. Feb 20, 2020
  15. Feb 07, 2020
  16. Feb 05, 2020
  17. Feb 04, 2020
    • David Fairbrother's avatar
      Re #27664 Use Adapters with SANS State · 736b8213
      David Fairbrother authored
      Adapt the command interface and user file parser to use sans state
      objects, instead of the new containers (which duplicated the data
      objects).
      
      This is a large PR as we must change all call sites, partially unlink
      the reading of run data (the dict converter still takes data info which
      needs fixing), and create classes that facade the building process
      
      As the state folder was starting to fill I also took this chance to move
      them into their own package, so we have a seperation of data and impl
      736b8213
  18. Jan 30, 2020
  19. Jan 23, 2020
  20. 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
  21. Jan 20, 2020
  22. Jan 17, 2020
  23. Jan 10, 2020
  24. 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
  25. Dec 18, 2019
  26. Dec 09, 2019
  27. Dec 06, 2019
Loading