Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Dec 20, 2018
  2. Dec 14, 2018
  3. Dec 12, 2018
  4. Dec 11, 2018
  5. Dec 10, 2018
  6. Dec 07, 2018
  7. Nov 29, 2018
  8. Nov 28, 2018
  9. Nov 27, 2018
    • Martyn Gigg's avatar
      Fix heap-use-after-free bug · b35be4ea
      Martyn Gigg authored and Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony committed
      getDimension() returns a shared_ptr that is immediately
      deleted which caused frame to become dangling reference.
      b35be4ea
    • Martyn Gigg's avatar
      Move python Framework init to simpleapi · d5fb3d8c
      Martyn Gigg authored and Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony committed
      It is now possible to import just classes and functions
      from mantid without having to standup the entire framework.
      One key thing this will allow is importing the
      FrameworkManager without initializing it and setting some
      static attributes such as the the application name.
      d5fb3d8c
  10. Nov 22, 2018
  11. Nov 21, 2018
  12. Nov 20, 2018
  13. Nov 19, 2018
  14. Nov 16, 2018
  15. Nov 15, 2018
    • Neil Vaytet's avatar
      a12307c9
    • Neil Vaytet's avatar
      Refs #23755: lowercase extensions and isXML function · 0ea98677
      Neil Vaytet authored
      - changed the directory search for instruments back to only searching inside `getInstrumentDirectories()`
      - created a new `FileDescriptor` function `isXML()` to determine if a file is of XML type (currently this is true if the file is Ascii and has an ".xml" extension)
      - made `FileDescriptor.extension()` to always be lowercase
      - created new functions `toLower()` and `toUpper()` in `Kernel::Strings` to convert input strings to lowercase/uppercase
      - added a test for `LoadEmptyInstrument` where `LOKI` is loaded from instrument name
      0ea98677
  16. Nov 14, 2018
  17. Nov 13, 2018
  18. Nov 09, 2018
  19. Nov 07, 2018
  20. Nov 06, 2018
  21. Nov 05, 2018
Loading