Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jan 25, 2019
  2. Jan 22, 2019
    • Antti Soininen's avatar
      Enable materials with unknown chemical compositions · 24d2d1df
      Antti Soininen authored
      Enables specifying sample materials without a chemical formula or atomic
      number in SetSampleMaterial and MaterialBuilder. It is now enough to
      specify the scattering and attenuation cross sections and number
      density.
      
      Re #21466
      24d2d1df
  3. Jan 21, 2019
  4. Jan 18, 2019
  5. Jan 15, 2019
  6. Jan 10, 2019
  7. Dec 17, 2018
  8. Dec 14, 2018
  9. Dec 12, 2018
  10. Dec 11, 2018
  11. Dec 07, 2018
  12. Dec 06, 2018
    • Gemma Guest's avatar
      Enable replacement of catalog path for Windows · 4ee5e381
      Gemma Guest authored
      Add a replacement string in the config for Windows which uses the fully qualified address for the archive at ISIS
      4ee5e381
    • Gemma Guest's avatar
      Avoid empty mount point overriding replacement path · 083d1267
      Gemma Guest authored
      When a replacement is done by ICatalogInfo::transformArchivePath, the replacement prefix is being overridden by the preferred mount point based on whether an Optional is set. However, if the user property is not provided this was being set to an empty string. This commit sets it to an uninitialised optional instead.
      083d1267
  13. Dec 05, 2018
  14. Nov 29, 2018
  15. Nov 28, 2018
  16. Nov 27, 2018
    • Gigg, Martyn Anthony's avatar
      Use .pth files for updating python paths · 70f86ad9
      Gigg, Martyn Anthony authored
      This is more standard and removes the possibililty
      of users to accidentally overriding the set of python
      paths required by many interfaces to start.
      The pythonscripts.directories config key is now empty by
      default and only adds directories on starting the framework.
      70f86ad9
  17. Nov 26, 2018
  18. Nov 23, 2018
  19. Nov 15, 2018
    • Neil Vaytet's avatar
      Refs #23755 : clang-format · 43950e94
      Neil Vaytet authored
      43950e94
    • 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
  20. Nov 14, 2018
  21. Nov 13, 2018
  22. Nov 06, 2018
Loading