|
Subject: [v2]recursive-glob Newsgroups: gmane.comp.lib.boost.build Date: 2005-01-05 22:07:52 GMT (4 years, 25 weeks, 4 days, 21 hours and 3 minutes ago)
FYI, I've written rule recursive-glob, which, as the name
implies, recursively descends directory structure starting
with given path(relative or absolute) and returns a list of
filenames('normalized' paths) which match the given pattern.
It is intended to be helpful when converting large projects to BB.
This version is not complete nor bug-free but is already
usable and works for me(tested on Windows).
Code can be seen at http://longlivedeath.fatal.ru/cpp/recursive-glob.jam
(Wiki says that my IP address was banned)
p.s. Code is public domain, feel free to add it where you like.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/jamboost/
<*> To unsubscribe from this group, send an email to:
jamboost-unsubscribe <at> yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|
|
|