JeffGarland / liaw2019-process

Repository for initial drafting of boost.process standards paper
MIT License
5 stars 4 forks source link

LEWGI Cologne: add survey of other C++ process libs #29

Closed JeffGarland closed 4 years ago

JeffGarland commented 5 years ago

Folly was brought up. I've also used the old school ACE::process in the past.

klemens-morgenstern commented 5 years ago

There QProcess, glibmm::spawn, cpp-subprocess and reproc, too.

The cpp-subprocess is only available on posix (or was back then) and is the closest to what I wanted to achieve with boost.process.

JeffGarland commented 4 years ago

Thanks for the list -- I've incorporated these into the paper.