Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/thread/doc/acknowledgements.xml @ 35

Last change on this file since 35 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

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