Hi Marcus,
Welcome back! I'm very glad to see you getting involved in ryppl again.
I have been keeping the modularized boost in sync with trunk, but I
haven't made much additional progress beyond that. The project has
reached a lull, blocked on CMake support on one side and dependency
resolution on the other. I'd be happy to actively work with you to
improve CMake support for modularlized boost. Personally, I'd like to
see us push git+cmake+modularization forward and try to transition boost
to that asap. There are no technical obstacles there, so it seems doable.
Any other suggestions for plans to proceed?
--
Eric Niebler
BoostPro Computing
http://www.boostpro.com
Hear hear!
> I have been keeping the modularized boost in sync with trunk, but I
> haven't made much additional progress beyond that. The project has
> reached a lull, blocked on CMake support on one side and dependency
> resolution on the other. I'd be happy to actively work with you to
> improve CMake support for modularlized boost. Personally, I'd like
> to see us push git+cmake+modularization forward and try to
> transition boost to that asap. There are no technical obstacles
> there, so it seems doable.
>
> Any other suggestions for plans to proceed?
I'm going to give my status update in a separate message. I was just
writing it when I saw Marcus's message come in!
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
Hi Marcus, a few questions. Have you grokked enough of the modularized
boost cmake system to share what you've learned? Is there something I
can do to help out with these cmake-related bugs?
One of the larger outstanding issues, which I think I talked to you
about previously, is the missing name resolution in the build system.
So if I want the static form of the library, rather than the default
shared form, it seems to be missing.
I also need to hunt down what happened to the version components in
some of the libraries on Windows, where the version is encoded in the
library name. This was working, and it looks like the CMake variables
are empty. I think I grokked the majority, and am working on setting
aside some time to write about what I have learned, and fix some of
these bugs that have turned up.
Having nightly builds on all three major platforms helps. I will make
myself more available on IRC. I am also eager to start using this form
of Boost in some of the projects I work on, as it would be far more
convenient for us and would provide more testing feedback.
Marcus