Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/html/thread/acknowledgements.html @ 46

Last change on this file since 46 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 5.7 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>Acknowledgements</title>
5<link rel="stylesheet" href="../boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
7<link rel="start" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
8<link rel="up" href="../thread.html" title="Chapter 15. Boost.Thread">
9<link rel="prev" href="release_notes.html" title="Release Notes">
10<link rel="next" href="../boost_tr1.html" title="Chapter 16. Boost.TR1">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%">
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
15<td align="center"><a href="../../../index.htm">Home</a></td>
16<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="../../../people/people.htm">People</a></td>
18<td align="center"><a href="../../../more/faq.htm">FAQ</a></td>
19<td align="center"><a href="../../../more/index.htm">More</a></td>
20</table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="release_notes.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../thread.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../boost_tr1.html"><img src="../images/next.png" alt="Next"></a>
24</div>
25<div class="section" lang="en">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="thread.acknowledgements"></a>Acknowledgements</h2></div></div></div>
28<p>William E. Kempf was the architect, designer, and implementor of
29  <span class="bold"><strong>Boost.Thread</strong></span>.</p>
30<p>Mac OS Carbon implementation written by Mac Murrett.</p>
31<p>Dave Moore provided initial submissions and further comments on the
32  <code class="computeroutput">barrier</code>
33  ,
34  <code class="computeroutput">thread_pool</code>
35  ,
36  <code class="computeroutput">read_write_mutex</code>
37  ,
38  <code class="computeroutput">read_write_try_mutex</code>
39  and
40  <code class="computeroutput">read_write_timed_mutex</code>
41  classes.</p>
42<p>Important contributions were also made by Jeremy Siek (lots of input
43  on the design and on the implementation), Alexander Terekhov (lots of input
44  on the Win32 implementation, especially in regards to boost::condition, as
45  well as a lot of explanation of POSIX behavior), Greg Colvin (lots of input
46  on the design), Paul Mclachlan, Thomas Matelich and Iain Hanson (for help
47  in trying to get the build to work on other platforms), and Kevin S. Van
48  Horn (for several updates/corrections to the documentation).</p>
49<p>Mike Glassford finished changes to <span class="bold"><strong>Boost.Thread</strong></span> that were begun
50  by William Kempf and moved them into the main CVS branch.
51  He also addressed a number of issues that were brought up on the Boost
52  developer's mailing list and provided some additions and changes to the
53  read_write_mutex and related classes.</p>
54<p>The documentation was written by William E. Kempf. Beman Dawes
55  provided additional documentation material and editing.
56  Mike Glassford finished William Kempf's conversion of the documentation to
57  BoostBook format and added a number of new sections.</p>
58<p>Discussions on the boost.org mailing list were essential in the
59  development of <span class="bold"><strong>Boost.Thread</strong></span>
60  . As of August 1, 2001, participants included Alan Griffiths, Albrecht
61  Fritzsche, Aleksey Gurtovoy, Alexander Terekhov, Andrew Green, Andy Sawyer,
62  Asger Alstrup Nielsen, Beman Dawes, Bill Klein, Bill Rutiser, Bill Wade,
63  Branko èibej, Brent Verner, Craig Henderson, Csaba Szepesvari,
64  Dale Peakall, Damian Dixon, Dan Nuffer, Darryl Green, Daryle Walker, David
65  Abrahams, David Allan Finch, Dejan Jelovic, Dietmar Kuehl, Douglas Gregor,
66  Duncan Harris, Ed Brey, Eric Swanson, Eugene Karpachov, Fabrice Truillot,
67  Frank Gerlach, Gary Powell, Gernot Neppert, Geurt Vos, Ghazi Ramadan, Greg
68  Colvin, Gregory Seidman, HYS, Iain Hanson, Ian Bruntlett, J Panzer, Jeff
69  Garland, Jeff Paquette, Jens Maurer, Jeremy Siek, Jesse Jones, Joe Gottman,
70  John (EBo) David, John Bandela, John Maddock, John Max Skaller, John
71  Panzer, Jon Jagger , Karl Nelson, Kevlin Henney, KG Chandrasekhar, Levente
72  Farkas, Lie-Quan Lee, Lois Goldthwaite, Luis Pedro Coelho, Marc Girod, Mark
73  A. Borgerding, Mark Rodgers, Marshall Clow, Matthew Austern, Matthew Hurd,
74  Michael D. Crawford, Michael H. Cox , Mike Haller, Miki Jovanovic, Nathan
75  Myers, Paul Moore, Pavel Cisler, Peter Dimov, Petr Kocmid, Philip Nash,
76  Rainer Deyke, Reid Sweatman, Ross Smith, Scott McCaskill, Shalom Reich,
77  Steve Cleary, Steven Kirk, Thomas Holenstein, Thomas Matelich, Trevor
78  Perrin, Valentin Bonnard, Vesa Karvonen, Wayne Miller, and William
79  Kempf.</p>
80<p>
81  As of February 2006 Anthony Williams and Roland Schwarz took over maintainance
82  and further development of the library after it has been in an orphaned state
83  for a rather long period of time.
84  </p>
85<p>Apologies for anyone inadvertently missed.</p>
86</div>
87<table width="100%"><tr>
88<td align="left"><small><p>Last revised: January 12, 2007 at 16:48:02 GMT</p></small></td>
89<td align="right"><small>Copyright © 2001-2003 William E. Kempf</small></td>
90</tr></table>
91<hr>
92<div class="spirit-nav">
93<a accesskey="p" href="release_notes.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../thread.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../boost_tr1.html"><img src="../images/next.png" alt="Next"></a>
94</div>
95</body>
96</html>
Note: See TracBrowser for help on using the repository browser.