Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/doc/html/thread/acknowledgements.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 5.3 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.69.1">
7<link rel="start" href="../index.html" title="The Boost C++ Libraries">
8<link rel="up" href="../threads.html" title="Chapter 12. Boost.Threads">
9<link rel="prev" href="../threads/release_notes.html" title="Release Notes">
10<link rel="next" href="../tribool.html" title="Chapter 13. Boost.Tribool">
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.png (6897 bytes)" 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="../threads/release_notes.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../threads.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="../tribool.html"><img src="../images/next.png" alt="Next"></a>
24</div>
25<div class="section" lang="en">
26<div class="titlepage"><div><div><h3 class="title">
27<a name="thread.acknowledgements"></a>Acknowledgements</h3></div></div></div>
28<p>William E. Kempf was the architect, designer, and implementor of
29  <span class="bold"><strong>Boost.Threads</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  and
34  <code class="computeroutput">thread_pool</code>
35  classes.</p>
36<p>Important contributions were also made by Jeremy Siek (lots of input
37  on the design and on the implementation), Alexander Terekhov (lots of input
38  on the Win32 implementation, especially in regards to boost::condition, as
39  well as a lot of explanation of POSIX behavior), Greg Colvin (lots of input
40  on the design), Paul Mclachlan, Thomas Matelich and Iain Hanson (for help
41  in trying to get the build to work on other platforms), and Kevin S. Van
42  Horn (for several updates/corrections to the documentation).</p>
43<p>Mike Glassford finished changes to <span class="bold"><strong>Boost.Threads</strong></span> that were begun
44  by William Kempf and moved them into the main CVS branch.
45  He also addressed a number of issues that were brought up on the Boost
46  developer's mailing list and provided some additions and changes to the
47  read_write_mutex and related classes.</p>
48<p>The documentation was written by William E. Kempf. Beman Dawes
49  provided additional documentation material and editing.
50  Mike Glassford finished William Kempf's conversion of the documentation to
51  BoostBook format and added a number of new sections.</p>
52<p>Discussions on the boost.org mailing list were essential in the
53  development of <span class="bold"><strong>Boost.Threads</strong></span>
54  . As of August 1, 2001, participants included Alan Griffiths, Albrecht
55  Fritzsche, Aleksey Gurtovoy, Alexander Terekhov, Andrew Green, Andy Sawyer,
56  Asger Alstrup Nielsen, Beman Dawes, Bill Klein, Bill Rutiser, Bill Wade,
57  Branko èibej, Brent Verner, Craig Henderson, Csaba Szepesvari,
58  Dale Peakall, Damian Dixon, Dan Nuffer, Darryl Green, Daryle Walker, David
59  Abrahams, David Allan Finch, Dejan Jelovic, Dietmar Kuehl, Douglas Gregor,
60  Duncan Harris, Ed Brey, Eric Swanson, Eugene Karpachov, Fabrice Truillot,
61  Frank Gerlach, Gary Powell, Gernot Neppert, Geurt Vos, Ghazi Ramadan, Greg
62  Colvin, Gregory Seidman, HYS, Iain Hanson, Ian Bruntlett, J Panzer, Jeff
63  Garland, Jeff Paquette, Jens Maurer, Jeremy Siek, Jesse Jones, Joe Gottman,
64  John (EBo) David, John Bandela, John Maddock, John Max Skaller, John
65  Panzer, Jon Jagger , Karl Nelson, Kevlin Henney, KG Chandrasekhar, Levente
66  Farkas, Lie-Quan Lee, Lois Goldthwaite, Luis Pedro Coelho, Marc Girod, Mark
67  A. Borgerding, Mark Rodgers, Marshall Clow, Matthew Austern, Matthew Hurd,
68  Michael D. Crawford, Michael H. Cox , Mike Haller, Miki Jovanovic, Nathan
69  Myers, Paul Moore, Pavel Cisler, Peter Dimov, Petr Kocmid, Philip Nash,
70  Rainer Deyke, Reid Sweatman, Ross Smith, Scott McCaskill, Shalom Reich,
71  Steve Cleary, Steven Kirk, Thomas Holenstein, Thomas Matelich, Trevor
72  Perrin, Valentin Bonnard, Vesa Karvonen, Wayne Miller, and William
73  Kempf.</p>
74<p>Apologies for anyone inadvertently missed.</p>
75</div>
76<table width="100%"><tr>
77<td align="left"><small><p>Last revised: October 16, 2005 at 14:37:34 GMT</p></small></td>
78<td align="right"><small>Copyright © 2001-2003 William E. Kempf</small></td>
79</tr></table>
80<hr>
81<div class="spirit-nav">
82<a accesskey="p" href="../threads/release_notes.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../threads.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="../tribool.html"><img src="../images/next.png" alt="Next"></a>
83</div>
84</body>
85</html>
Note: See TracBrowser for help on using the repository browser.