Boost logo

Boost :

Subject: Re: [boost] Git Modularization Review no vote heads-up
From: Daniel Pfeifer (daniel_at_[hidden])
Date: 2013-05-26 15:43:32


2013/5/26 Jürgen Hunold <jhunold_at_gmx.eu>

> Hi,
>
> On Saturday, 25. May 2013 15:38:07 Jürgen Hunold wrote:
> > Next task is generating forward headers.
>
> I got the patches applying and Boost.Build getting started. Patches for
> Jamroot and tools/build repository attached.
>
> Caveats:
> - Dependency analysis is screwed, symlinks are created _after_ compilation.
> Just run compilation twice for the time being.
>
> Repository layout:
>
> Most targets fail with:
>
> fatal error: boost/detail/workaround.hpp: No such file or directory
>
> We have 7 workaround files after the conversion:
>
> libs/math/include/boost/math/tools/workaround.hpp
> libs/interprocess/include/boost/interprocess/detail/workaround.hpp
> libs/test/include/boost/test/detail/workaround.hpp
> libs/intrusive/include/boost/intrusive/detail/workaround.hpp
> libs/container/include/boost/container/detail/workaround.hpp
> libs/mpl/include/boost/mpl/aux_/config/workaround.hpp
>
> but the missing one from boost/details seems to belong to mpl.
>
> Any ideas?

Many files from "boost/detail" were sent to a repository "core" that was
not mapped as a submodule.
I renamed the repository to "detail" and mapped it to "libs/detail".


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