Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/thread/doc/acknowledgements.xml @ 14

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

added boost

File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
3  "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" [
4  <!ENTITY % threads.entities SYSTEM "entities.xml">
5  %threads.entities;
6]>
7<section id="thread.acknowledgements"
8last-revision="$Date: 2005/10/16 14:37:34 $">
9  <title>Acknowledgements</title>
10  <para>William E. Kempf was the architect, designer, and implementor of
11  &Boost.Threads;.</para>
12  <para>Mac OS Carbon implementation written by Mac Murrett.</para>
13  <para>Dave Moore provided initial submissions and further comments on the
14  <code>barrier</code>
15  and
16  <code>thread_pool</code>
17  classes.</para>
18  <para>Important contributions were also made by Jeremy Siek (lots of input
19  on the design and on the implementation), Alexander Terekhov (lots of input
20  on the Win32 implementation, especially in regards to boost::condition, as
21  well as a lot of explanation of POSIX behavior), Greg Colvin (lots of input
22  on the design), Paul Mclachlan, Thomas Matelich and Iain Hanson (for help
23  in trying to get the build to work on other platforms), and Kevin S. Van
24  Horn (for several updates/corrections to the documentation).</para>
25  <para>Mike Glassford finished changes to &Boost.Threads; that were begun
26  by William Kempf and moved them into the main CVS branch.
27  He also addressed a number of issues that were brought up on the Boost
28  developer's mailing list and provided some additions and changes to the
29  read_write_mutex and related classes.</para>
30  <para>The documentation was written by William E. Kempf. Beman Dawes
31  provided additional documentation material and editing.
32  Mike Glassford finished William Kempf's conversion of the documentation to
33  BoostBook format and added a number of new sections.</para>
34  <para>Discussions on the boost.org mailing list were essential in the
35  development of &Boost.Threads;
36  . As of August 1, 2001, participants included Alan Griffiths, Albrecht
37  Fritzsche, Aleksey Gurtovoy, Alexander Terekhov, Andrew Green, Andy Sawyer,
38  Asger Alstrup Nielsen, Beman Dawes, Bill Klein, Bill Rutiser, Bill Wade,
39  Branko &egrave;ibej, Brent Verner, Craig Henderson, Csaba Szepesvari,
40  Dale Peakall, Damian Dixon, Dan Nuffer, Darryl Green, Daryle Walker, David
41  Abrahams, David Allan Finch, Dejan Jelovic, Dietmar Kuehl, Douglas Gregor,
42  Duncan Harris, Ed Brey, Eric Swanson, Eugene Karpachov, Fabrice Truillot,
43  Frank Gerlach, Gary Powell, Gernot Neppert, Geurt Vos, Ghazi Ramadan, Greg
44  Colvin, Gregory Seidman, HYS, Iain Hanson, Ian Bruntlett, J Panzer, Jeff
45  Garland, Jeff Paquette, Jens Maurer, Jeremy Siek, Jesse Jones, Joe Gottman,
46  John (EBo) David, John Bandela, John Maddock, John Max Skaller, John
47  Panzer, Jon Jagger , Karl Nelson, Kevlin Henney, KG Chandrasekhar, Levente
48  Farkas, Lie-Quan Lee, Lois Goldthwaite, Luis Pedro Coelho, Marc Girod, Mark
49  A. Borgerding, Mark Rodgers, Marshall Clow, Matthew Austern, Matthew Hurd,
50  Michael D. Crawford, Michael H. Cox , Mike Haller, Miki Jovanovic, Nathan
51  Myers, Paul Moore, Pavel Cisler, Peter Dimov, Petr Kocmid, Philip Nash,
52  Rainer Deyke, Reid Sweatman, Ross Smith, Scott McCaskill, Shalom Reich,
53  Steve Cleary, Steven Kirk, Thomas Holenstein, Thomas Matelich, Trevor
54  Perrin, Valentin Bonnard, Vesa Karvonen, Wayne Miller, and William
55  Kempf.</para>
56  <para>Apologies for anyone inadvertently missed.</para>
57</section>
58
Note: See TracBrowser for help on using the repository browser.