This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 01, 2017
-
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
- Feb 28, 2017
-
-
Gagik Vardanyan authored
-
- Dec 11, 2016
-
-
Hahn, Steven authored
-
- Jun 27, 2016
-
-
Gagik Vardanyan authored
-
- Jun 23, 2016
-
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
- Jun 22, 2016
-
-
Gagik Vardanyan authored
-
- May 28, 2016
-
-
Hahn, Steven authored
-
- Mar 04, 2016
-
-
Hahn, Steven authored
-
- Feb 28, 2016
-
-
Hahn, Steven authored
-
- Feb 14, 2016
-
-
Hahn, Steven authored
-
- Feb 12, 2016
-
-
Stuart Campbell authored
refs #15271
-
Stuart Campbell authored
refs #15271
-
- Jan 26, 2016
-
-
Hahn, Steven authored
-
- Jan 23, 2016
-
-
Hahn, Steven authored
-
- Jan 15, 2016
-
-
Hahn, Steven authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Apr 17, 2015
-
-
Campbell, Stuart authored
-
- Apr 16, 2015
-
-
Campbell, Stuart authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Jul 17, 2013
-
-
Nick Draper authored
-
Nick Draper authored
-
- May 17, 2013
-
-
Campbell, Stuart authored
-
- May 16, 2013
-
-
Campbell, Stuart authored
refs #7110
-
- Feb 14, 2013
-
-
Michael Reuter authored
Fixing Crystal, Geometry, Kernel and WorkflowAlgorithms.
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Nov 02, 2012
-
-
Roman Tolchenov authored
and not as empty strings in file names.
-
- Oct 25, 2012
-
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
- Oct 12, 2012
-
-
Roman Tolchenov authored
for suggestions of workspace names. The interface uses suggestWorkspaceName(..) method to generate the output file names.
-
- Sep 21, 2012
-
-
Roman Tolchenov authored
-
- Sep 20, 2012
-
-
Russell Taylor authored
This reverts commit c3722b3c. It looks like the original commit of this was deleted after it had already been pushed up, which has made bad things happen.
-
-
- Aug 21, 2012
-
-
Peter Parker authored
Ensure that input into a MultipleFileProperty properly survies a "round trip", i.e. what you put in is what you get out, and that using the output again, as input into another MultipleFileProperty gives the same results. Proper functionality in a large number of use cases is assured by vastly improved coverage of unit tests, which was lacking previously. Simplify parts of the MultipleFileProperty class, including the filename generation functors I introduced that weren't doing anybody any favours.
-
- Jul 29, 2012
-
-
Peter Parker authored
This reverts commit 4fe9cd9d, and fixes tests.
-
- Jul 27, 2012
-
-
Peter Parker authored
This reverts commit a9c8a59a.
-
Peter Parker authored
-
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.
-