Changes between Version 115 and Version 116 of LibrariesUnderConstruction
- Timestamp:
- Aug 31, 2010, 4:55:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v115 v116 866 866 --------------------------------------------------------------------------------------------------- 867 867 == Boost.Process == 868 * '''Author(s):''' Julio M. Merino Vidal869 * '''Version:''' v0. 1868 * '''Author(s):''' Boris Schaeling, Ilya Sokolov, Felipe Tanus, Julio M. Merino Vidal 869 * '''Version:''' v0.4 870 870 * '''State:''' 871 871 * '''Last upload:''' 872 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/SOC/20 06/process Boost Sandbox]872 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/SOC/2010/process Boost Sandbox] [http://www.highscore.de/boost/gsoc2010/process.zip Download] 873 873 * '''Categories:''' [#System System] 874 874 * '''Description:''' Provides a flexible framework for the C++ programming language to manage running programs, also known as ''processes''. Among other functionality, this includes the ability to manage the execution context of the currently running process, the ability to spawn new child processes, and a way to communicate with them them using standard C++ streams.