Boost logo

Boost :

Subject: Re: [boost] detail/interlocked.hpp -> winapi?
From: Peter Dimov (lists_at_[hidden])
Date: 2014-06-09 08:04:17


Vicente J. Botet Escriba wrote:

> Let me know how do you find the modules and the associated files then.

I'm not sure what you're asking.

If you are asking how, given a module, I (as a human) can find what headers
it contains, I just look into its include/ directory.

If you want to know how, given a header, I can find in what module it is and
what includes it, I do that with boostdep from the command line:

C:\Projects\boost-git\boost>%boostdep% boost/concept/requires.hpp

Inclusion report for <boost/concept/requires.hpp> (in module concept_check):

    from geometry:
        <boost/geometry/algorithms/assign.hpp>
        <boost/geometry/algorithms/detail/assign_values.hpp>
        <boost/geometry/algorithms/detail/for_each_range.hpp>
        <boost/geometry/algorithms/detail/recalculate.hpp>
        <boost/geometry/algorithms/detail/sections/sectionalize.hpp>
        <boost/geometry/arithmetic/arithmetic.hpp>
        <boost/geometry/arithmetic/dot_product.hpp>
        <boost/geometry/geometries/concepts/check.hpp>
        <boost/geometry/geometries/multi_linestring.hpp>
        <boost/geometry/geometries/multi_point.hpp>
        <boost/geometry/geometries/multi_polygon.hpp>
        <boost/geometry/util/for_each_coordinate.hpp>

    from graph:
        <boost/graph/transitive_reduction.hpp>
        <boost/graph/two_graphs_common_spanning_trees.hpp>

These header inclusion reports are not part of the HTML report. Just use
boostdep. It's in tools/boostdep.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk