Changes between Version 115 and Version 116 of LibrariesUnderConstruction


Ignore:
Timestamp:
Aug 31, 2010, 4:55:30 PM (12 years ago)
Author:
viboes
Comment:

Updated Boost.Process links

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v115 v116  
    866866---------------------------------------------------------------------------------------------------
    867867== Boost.Process ==
    868  * '''Author(s):'''  Julio M. Merino Vidal
    869  * '''Version:''' v0.1
     868 * '''Author(s):'''   Boris Schaeling, Ilya Sokolov, Felipe Tanus, Julio M. Merino Vidal
     869 * '''Version:''' v0.4
    870870 * '''State:'''
    871871 * '''Last upload:'''
    872  * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/SOC/2006/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]
    873873 * '''Categories:''' [#System System]
    874874 * '''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.