[Dune] unreached headers in DUNE
Andreas Lauser
andreas.lauser at iws.uni-stuttgart.de
Wed Dec 21 13:31:25 CET 2011
Hi,
"unreachable" is defined by means of a greedy algorithm:
1. define all sources (*.cc files) as reachable
2. add all headers (*.hh files) which appear are included in a reachable file
to the list
3. repeat (2) until the list of reachable files does not change anymore
4. all headers which are not in the list of reachable files are unreachable
cheers
Andreas
On Mittwoch, 21. Dezember 2011 you wrote:
> Hi Bernd,
>
> On Tue, Dec 20, 2011 at 05:41:29PM +0100, Bernd Flemisch wrote:
> > I used a script provided by Andreas Lauser to scan for unreached
> > headers in the DUNE core modules. The script starts from each
> > source, i.e. *.cc-, file and collects which headers, i.e. *.hh-,
> > files are reached.
>
> What do you mean be unreached headers?
>
> Markus
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
--
Andreas Lauser
Department of Hydromechanics and Modelling of Hydrosystems
University of Stuttgart
Pfaffenwaldring 61
D-70569 Stuttgart
Phone: (+49) 711 685-64719
Fax: (+49) 711 685-60430
www.hydrosys.uni-stuttgart.de
More information about the Dune
mailing list