6 Oct
2014
6 Oct
'14
12:39 p.m.
On 29/09/14 20:48, Robert Ramey wrote:
Mathias Gaunard-2 wrote
Hi folks,
I'd like to ready my library for inclusion into Boost. My library is made of several modules, and I'd like to keep that into Boost.
How does Boost handles multiple submodules within a library submodule?
I'm getting a little confused as to what we mean by module, library, sub module, repository etc.
Boost is a set of libraries, which are managed by git submodules. My own library is split in several functional modules, primarily because some of them have special dependencies and are optional. How should this be presented for inclusion into Boost?