Skip to content

leutloff/boost-process

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boost-process

Build Status

Proposed portable process library for Boost (see http://boost.org).

The library is header-only. There are some examples in the test cases in libs/process/test. They can be build using cmake, e.g.

mkdir build && cd build && cmake .. && make

The the tests can be executed:

pushd libs/process/test && ./basic_run_test && ./environment_test && ./execute_show_env && popd

More information about the library is available from the BoostProcess.pdf file. But some of the descriptions may be outdated.

About

proposed portable process library for boost

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 96.3%
  • CMake 3.4%
  • Shell 0.3%