
On Sun, 21 Sep 2008 23:28:40 +0200, Ilya Sokolov <ilyasokol@gmail.com> wrote:
I would like to present my draft of the Boost Process library. If you are interested (Boris?), you may find a zip archive named process-is-0.3.zip here: http://www.boostpro.com/vault/index.php?direction=0&order=&directory=Process&
The library was originally written by Julio M. Merino Vidal. I continued from this point in the Boost sandbox: http://svn.boost.org/svn/boost/sandbox/SOC/2006/process/trunk/ Currently it builds with msvc-9.0-express and gcc-3.4.4/cygwin. It is in experimental stage right now, so don't be surprised if most the of interfaces will change in the future.
Ilya, can you tell me what you added or changed (compared to Boost.Process in SVN)? And when you say "it builds" does that mean all test cases are passed successfully? Boris