Application need a Review Manager. Anyone is interested?
Hi All, The proposed Boost.Application, needs a Review Manager. Anyone is interested? The project: https://github.com/retf/Boost.Application Thanks
On 19 Apr 2014 at 10:44, Renato Forti wrote:
The proposed Boost.Application, needs a Review Manager. Anyone is interested?
So do a ton of other libraries waiting in the review queue. One trend I've noticed in recent reviews is that the libraries which find review managers are small, sometimes very small. It might be worth breaking up Application into smaller libraries if you want a faster review. Equally, AFIO has 1000 active lines of code, and I very much doubt it'll see a review manager any time soon. I'm thinking maybe next year it might (I will speak at C++ Now introducing the session on the Future of Boost, which will mention AFIO :) ). FYI, I'd just love if Application's design rationale told me why and how it's similar or different to Boost.Process. Process is one of the most popular non-official Boost libraries out there. Niall -- Currently unemployed and looking for work in Ireland. Work Portfolio: http://careers.stackoverflow.com/nialldouglas/
On Sun, 20 Apr 2014 15:40:45 +0200, Niall Douglas
[...]FYI, I'd just love if Application's design rationale told me why and how it's similar or different to Boost.Process. Process is one of the most popular non-official Boost libraries out there.
This reminded me to finally uploaded the library to GitHub. It's now at https://github.com/BorisSchaeling/boost-process and waiting for contributions. :) I uploaded the files from http://www.highscore.de/boost/process0.5/ as is. Boris
On 20/04/14 17:36, Boris Schäling wrote:
On Sun, 20 Apr 2014 15:40:45 +0200, Niall Douglas
wrote: [...]FYI, I'd just love if Application's design rationale told me why and how it's similar or different to Boost.Process. Process is one of the most popular non-official Boost libraries out there.
This reminded me to finally uploaded the library to GitHub. It's now at https://github.com/BorisSchaeling/boost-process and waiting for contributions. :) I uploaded the files from http://www.highscore.de/boost/process0.5/ as is.
With every new version of Boost.Process I find, the whole interface appears to have changed. A good interface still hasn't been found? I remember the last time I looked at it, and I couldn't find how to do what I wanted: I want to call a process, read part of its output stream, then bind it to as the input to another process. Is it something that can be done easily with the library?
participants (4)
-
Boris Schäling
-
Mathias Gaunard
-
Niall Douglas
-
Renato Forti