Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
640902a
removed some nastiness from an old merge conflict
dankessler Mar 1, 2012
77a45fc
renamed GeneratePath function, and eliminated varargin
dankessler Mar 1, 2012
47c2f72
moved and adapted GenerateStrings.m routine into GeneratePath.m
dankessler Mar 1, 2012
657daf1
added some comments to explain what various lines do. Originally thes…
dankessler Mar 1, 2012
45e8c16
commented and updated the routine that reconstructs the path with sub…
dankessler Mar 1, 2012
4e63971
For cases where file ends in a wildcard, converted error messages to …
dankessler Mar 1, 2012
09f514e
added placeholders for pathchecking and path creation
dankessler Mar 1, 2012
7982bb2
removed older generate path functionality. This may be problematic fo…
dankessler Mar 1, 2012
da4fe09
Added help documentation to top of GeneratePath.m
dankessler Mar 1, 2012
2f4feb0
Terminated an errordlg with a semi-colon. Not sure if that's necessar…
dankessler Mar 1, 2012
c60b79e
Added a friendly error message if make mode fails. This is another tr…
dankessler Mar 1, 2012
101f7a1
removed redundant lines. Good catch by @mangstad in discussion of #23
dankessler Mar 1, 2012
06de7e0
Another good catch by @mangstad. Adjusted make mode to only attempt t…
dankessler Mar 1, 2012
e41256d
Split make mode into two modes after discussion on pull request. One …
dankessler Mar 1, 2012
bdf183b
cleaned up wording of error messages per suggestions from @sripada in…
dankessler Mar 2, 2012
944ac9e
improved support for wildcards using spm_select. Turned off make mode…
dankessler Mar 2, 2012
0b4f6ac
Changed structure of wildcard parsing. Now it will do it one filesep …
dankessler Mar 5, 2012
d3b5b2b
tested error messages and handling. things looking good
dankessler Mar 5, 2012
b4306af
Added support for passing a structure object with options to Generate…
dankessler Mar 5, 2012
9a9b8ad
added a default setting for mode per suggestion from @mangstad
dankessler Mar 5, 2012
0dca268
disabled suffix checking and appending in makedir mode per @mangstad
dankessler Mar 5, 2012
ee5527e
Added error messages and handling for cases where user specifies an u…
dankessler Mar 5, 2012
dc56ce4
fixed string comparison to use strcmpi instead of == per @mangstad
dankessler Mar 6, 2012
bc01cea
Adjusted genpath to move suffix checking to top
dankessler Mar 7, 2012
61ae4a2
renamed GeneratePath.m to align with new methods core naming conventions
dankessler Mar 7, 2012
33820e5
updated indentation to be consistent with matlab IDE
dankessler Mar 7, 2012
28bfca4
cleaned up help section to be more specific, and updated names of fun…
dankessler Mar 8, 2012
914d0b4
cleaned up cell division around bracket expansion
dankessler Mar 8, 2012
749cf6d
move bracket expansion inside if block, so it will only occur if ther…
dankessler Mar 8, 2012
0499fe5
fix typo around suffix checking to disable if it running in makedir mode
dankessler Mar 8, 2012
d0f9cba
standardized usage of if blocks to be enclosed in parens
dankessler Mar 8, 2012
6124e97
move bracket expansion up to happen first
dankessler Mar 8, 2012
dc62fdb
moved DirCheck up
dankessler Mar 8, 2012
31dd321
update Dircheck comment, edit it to run on OutputTemplate (result of …
dankessler Mar 8, 2012
366cc96
update suffixcheck to be based only on existence of suffix, and to di…
dankessler Mar 8, 2012
7f81dfb
add precedence handling for wildcard depending on location of wildcard
dankessler Mar 8, 2012
db04865
improved readability of structure variable reading
dankessler Mar 8, 2012
7c6ffe2
fixed parentheses imbalance
dankessler Mar 8, 2012
93bdf62
cleaned up precedence handling
dankessler Mar 8, 2012
6313ef2
removed reference to wildcardflag. Precendence handling is much clean…
dankessler Mar 8, 2012
3775887
moved makedir mode up
dankessler Mar 8, 2012
ac25745
moved makeparentdir mode up
dankessler Mar 8, 2012
c0c8e5d
removed some excess whitespace
dankessler Mar 8, 2012
6822e11
fixed precedence handling for wildParent
dankessler Mar 8, 2012
42df2df
updated help file to be consistent with new option handling
dankessler Mar 8, 2012
4165138
reordered help file to be consistent with precedence of option handling
dankessler Mar 8, 2012
303bef3
removed newfile since it was introduced by an old commit
dankessler Mar 13, 2012
e947672
finished up testing for GenPath.m and made some fixes based on incons…
dankessler Mar 13, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions matlabScripts/CheckPath.m

This file was deleted.

63 changes: 0 additions & 63 deletions matlabScripts/GeneratePath.m

This file was deleted.

13 changes: 0 additions & 13 deletions matlabScripts/GeneratePathCommand.m

This file was deleted.

16 changes: 0 additions & 16 deletions matlabScripts/GenerateStrings.m

This file was deleted.

Loading