Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Feb 16, 2018
  2. Oct 05, 2015
  3. Jul 24, 2013
    • Gigg, Martyn Anthony's avatar
      Add separate facilties file for use in unit tests. · 4c810797
      Gigg, Martyn Anthony authored
      The TEST facility has been removed from the main Facilities.xml file and
      into its own test one. The affected unit tests now load the test file if
      and restore the original at the end. The FacilityHelper file defines
      a simple struct to does this with an object in a scoped manner.
      
      The test file is in the IDFs_for_UnitTesting sub-directory so it does not
      get included in the packages.
      Refs #7487
      4c810797
  4. Jul 17, 2013
  5. May 09, 2013
  6. Nov 02, 2012
  7. Sep 21, 2012
  8. Sep 20, 2012
  9. Jul 29, 2012
  10. Jul 27, 2012
    • Peter Parker's avatar
      Refs #5205 - Revert multifile stuff for now. · 4fe9cd9d
      Peter Parker authored
      This reverts commit a9c8a59a.
      4fe9cd9d
    • Peter Parker's avatar
      Refs #5212, #5441 - Better parsing when multifile loading. Hist Fixed. · 5b78e0e5
      Peter Parker authored
      Allow filenames specified with the format <<short><operator>>...<short>
      where:
      
      <short> = <dir><inst><underscore><runs><ext>
      <operator> = "+" or ","
      <runs> = lists and/or ranges of (possibly added) runs e.g. "12,13+14,15:20".
      
      See header file of MultipleFileProperty for more info on syntax.
      
      This enables workspaces loaded through the algorithm to have a history that
      can be used to reproduce the workspace properly.
      
      MWRunFiles widget of LoadDialog now remembers the exact text a user typed -
      in this way any user who types "INST0-50", clicks "Run" and reopens the
      dialog is not met by a huge string containing a list of all 51 fully
      resolved files, but rather their original input.
      
      Changed the vector<vector<string>> templated versions of the toString and
      toValue functions to accept customised delimiters.  This enables us to add
      an option for the user to turn off multifile parsing if they are crazy
      enough to want to load files with a plus or a comma in their path.
      
      Changed the inner workings of Load for multi files.  No longer calling sub
      algorithms with setChild or alwaysStoreInADS.  All workspaces are
      essentially created outside the ADS and managed by the algorithm, right up
      until the OutputWorkspaces are set.
      
      Tests added where appropriate, but the majority of parsing cases are already
      covered by MultiFileNameParser.
      5b78e0e5
  11. Apr 11, 2012
  12. Feb 11, 2012
  13. Feb 10, 2012
  14. Nov 25, 2011
Loading