1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Acknowledgements</title> 6<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> 7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 8<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9<link rel="up" href="../process.html" title="Chapter 29. Boost.Process"> 10<link rel="prev" href="../boost/process/windows/create_no_window.html" title="Global create_no_window"> 11<link rel="next" href="../program_options.html" title="Chapter 30. Boost.Program_options"> 12</head> 13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 14<table cellpadding="2" width="100%"><tr> 15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td> 16<td align="center"><a href="../../../index.html">Home</a></td> 17<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> 18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 20<td align="center"><a href="../../../more/index.htm">More</a></td> 21</tr></table> 22<hr> 23<div class="spirit-nav"> 24<a accesskey="p" href="../boost/process/windows/create_no_window.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../process.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../program_options.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 25</div> 26<div class="section"> 27<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 28<a name="boost_process.acknowledgements"></a><a class="link" href="acknowledgements.html" title="Acknowledgements">Acknowledgements</a> 29</h2></div></div></div> 30<p> 31 The first Boost.Process draft was created in 2006. A lof of people have worked 32 on various drafts since then. Especially Merino Vidal, Ilya Sokolov and Felipe 33 Tanus spent a lot of time working on early drafts. They influenced Boost.Process 34 over the years and wrote code which, to various extents, is still around in 35 the library today. 36 </p> 37<p> 38 The design of earlier versions of Boost.Process was not always satisfying. 39 In 2011 Jeff Flinn proposed the executor and initializer concepts Boost.Process 40 is based on today. Without Jeff's idea the overall design of Boost.Process 41 would not look like it does today. 42 </p> 43<p> 44 A special thank you goes to <a href="http://www.intra2net.com/" target="_top">Intra2net 45 AG</a> (especially Thomas Jarosch) who sponsored a project to support the 46 development of Boost.Process. It was this sponsorship which made it possible 47 to create a new Boost.Process version in 2012. 48 </p> 49<p> 50 Great thanks also goes to Boris Schaeling, who despite having boost.process 51 rejected, went on to work on it and maintained it up until this day and participated 52 in the development of the current version. 53 </p> 54</div> 55<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 56<td align="left"></td> 57<td align="right"><div class="copyright-footer">Copyright © 2006-2012 Julio M. Merino Vidal, Ilya Sokolov, 58 Felipe Tanus, Jeff Flinn, Boris Schaeling<br>Copyright © 2016 Klemens D. Morgenstern<p> 59 Distributed under the Boost Software License, Version 1.0. (See accompanying 60 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 61 </p> 62</div></td> 63</tr></table> 64<hr> 65<div class="spirit-nav"> 66<a accesskey="p" href="../boost/process/windows/create_no_window.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../process.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../program_options.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 67</div> 68</body> 69</html> 70