Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6691: Add option to emit file dependencies to quickbook
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-20 23:43:35
#6691: Add option to emit file dependencies to quickbook
--------------------------------------+-------------------------------------
Reporter: mgaunard | Owner: danieljames
Type: Feature Requests | Status: assigned
Milestone: To Be Determined | Component: quickbook
Version: Boost Development Trunk | Severity: Cosmetic
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Comment (by danieljames):
(In [77442]) Quickbook: Rough stab at outputting dependencies. Refs #6691
Adds `--output-deps` flag. To write out dependencies to `deps.txt`:
{{{
quickbook --output-deps deps.txt source.qbk
}}}
If `--output-deps` is specified, quickbook won't generate an output file
unless one is specified with `--output-file`. If there is an error it
will return an error code, but it will still write out all the opened
files.
Known issues:
- If the same file is included/imported twice it may or may not list it
twice. Should be consistent.
- Doesn't include SVG files. It probably should as they can affect the
output.
- Need to check some of the path issues for things such as xinclude
paths which depend on the output file path.
- Needs tests and documentation.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6691#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC