Mark Olesen
|
d857d671ac
|
STYLE: use new argList argRead() method and operator[] for cleaner code.
- deprecate argList::additionalArgs() method and remove uses of it
|
2010-02-16 17:57:49 +01:00 |
|
Mark Olesen
|
1b0cf102cc
|
testing on fileName Istream construction
|
2009-12-04 16:22:59 +01:00 |
|
Mark Olesen
|
c3457b5152
|
argList - specializations for optionRead<string> etc.
- new optionLookupOrDefault and additional form of optionReadIfPresent
with a default value
|
2009-12-02 13:45:11 +01:00 |
|
Mark Olesen
|
fa93ce8cd7
|
coding style adherence
- markup codingStyleGuide.org examples so they actually indent correctly
- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
|
2009-11-27 15:39:14 +01:00 |
|
Mark Olesen
|
35986a3972
|
implement fileName::clean() method
* remove repeated slashes
/abc////def --> /abc/def
* remove '/./'
/abc/def/./ghi/. --> /abc/def/./ghi
abc/def/./ --> abc/def
* remove '/../'
/abc/def/../ghi/jkl/nmo/.. --> /abc/ghi/jkl
abc/../def/ghi/../jkl --> abc/../def/jkl
* remove trailing '/'
|
2009-07-25 20:40:52 +02:00 |
|
Mark Olesen
|
f8d87e2ab4
|
first implementation of filename clean method
- test as independent application first
|
2009-07-25 20:32:29 +02:00 |
|