Initial HTML commit

[SVN r7635]
This commit is contained in:
Beman Dawes 2000-07-27 13:48:45 +00:00
parent ac5dc48e0e
commit 96c5e9d46c
5 changed files with 514 additions and 0 deletions

BIN
c++boost.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

135
index.htm Normal file
View file

@ -0,0 +1,135 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Boost C++ Libraries</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table border="1" bgcolor="#007F7F" cellpadding="2">
<tr>
<td bgcolor="#FFFFFF"><img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
<td><a href="index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
<td><a href="libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
<td><a href="people.htm"><font face="Arial" color="#FFFFFF"><big>People</big></font></a></td>
<td><a href="more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
<td><a href="more/index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
</tr>
</table>
<h1>Welcome to Boost.org!</h1>
<p>The Boost web site provides a repository for free, peer-reviewed, C++ <a href="libraries.htm">libraries</a>.
The emphasis is on portable libraries which work well with the C++ Standard
Library.</p>
<p><a href="more/lib_guide.htm">Library Requirements and Guidelines</a> and <a href="more/submission_process.htm">Library
Submission Process</a> provides basic information for library authors.</p>
<p>If you are interested in who writes the libraries and maintains the web site,
check out <a href="people.htm">people</a>.</p>
<p>The <a href="more/faq.htm">FAQ</a> answers questions we hope someone will
bother to ask.</p>
<p>Click here for <a href="libraries.htm#Download">download</a> instructions.</p>
<p>See <a href="libs/compiler_status.htm">Compiler Status</a> to find out what
library works with which compiler.</p>
<h2><a name="Mailing List">Membership</a></h2>
<p>If you are interested in Boost.org, please join our mailing list for
discussions of both technical and site-related issues, and to participate in
library reviews. Discussions can be received via email in summary or in full, or
viewed online via a web browser. We use the <a href="http://www.egroups.com">eGroups</a>
list hosting service. Subscribe or unsubscribe by sending email to <a href="mailto:boost-subscribe@egroups.com">boost-subscribe@egroups.com</a>&nbsp;
or <a href="mailto:boost-unsubscribe@egroups.com">boost-unsubscribe@egroups.com</a>
respectively, or go to the eGroups <a href="http://www.egroups.com/list/boost">list
manager home page</a>.&nbsp; Dave Abrahams and Beman Dawes are the list
moderators.</p>
<p>For mailing list members only, preliminary libraries under discussion are
available from the eGroups <a href="http://www.egroups.com/files/boost/">Files
section</a> (formerly called the &quot;vault&quot;).</p>
<p>Beman Dawes is the Boost <a name="webmaster">webmaster</a>; email him at <a href="mailto:beman@boost.org">beman@boost.org</a>
with any concerns you don't want to just post to the mailing list.</p>
<h2>Latest News</h2>
<p>??? - Version 1.16.2</p>
<ul>
<li><a href="libs/smart_ptr/index.htm">Smart Pointer Library</a>: performance
reducing exception-specifications removed.</li>
<li><a href="libs/utility/index.htm">Utility Library</a>: compiler and test
program fixes for call_traits, compressed_pair, and type_traits. </li>
</ul>
<p>July 5, 2000 - Version 1.16.1</p>
<ul>
<li><a href="libs/integer/index.htm">Integer</a> library: fixed <a href="boost/cstdint.hpp">cstdint.hpp</a>
bug, added <a href="libs/integer/cstdint_test.cpp">cstdint_test.cpp</a>,
updated <a href="libs/integer/cstdint.htm">docs</a>.</li>
<li><a href="libs/random/index.html">Random Number Library</a>: minor fixes to
<a href="boost/random.hpp">random.hpp</a> and <a href="libs/random/random_test.cpp">random_test.cpp</a>
to support more compilers.</li>
<li><a href="libs/utility/index.htm">Utility Library</a>: updated <a href="boost/cast.hpp">cast.hpp</a>
with more Microsoft compiler workarounds.</li>
<li><a href="libs/utility/index.htm">Utility Library</a>: updated <a href="libs/utility/call_traits.htm">call_traits
docs</a>, added <a href="libs/utility/call_traits_test.cpp">call_traits_test.cpp</a></li>
<li><a href="libs/utility/index.htm">Utility Library</a>: cleanup and bug
fixes for <a href="boost/operators.hpp">operators.hpp</a> and <a href="libs/utility/operators_test.cpp">operators_test.cpp</a></li>
</ul>
<p>June 28, 2000 - Version 1.16.0:</p>
<ul>
<li>Added <a href="libs/functional/index.html">Functional Library</a> -
Enhanced function object adaptors from Mark Rodgers.</li>
<li>Added missing <a href="libs/random/index.html">Random Number Library</a>
files.</li>
<li>Updated <a href="libs/utility/operators.htm">operators docs</a> and <a href="boost/operators.hpp">operators.hpp</a>.</li>
<li>New <a href="boost/iterator.hpp">iterator.hpp</a> header.</li>
<li>Minor <a href="boost/rational.hpp">rational.hpp</a>, <a href="libs/rational/rational_example.cpp">rational_example.cpp</a>,
and <a href="libs/integer/integer_traits_test.cpp">integer_traits_test.cpp</a>
changes to support more compilers.</li>
<li>Revised <a href="boost/cast.hpp">cast.hpp</a>; removed implicit_cast, plus
fixes for broken compilers.</li>
<li>Minor <a href="boost/smart_ptr.hpp">smart_ptr.hpp</a> workaround for some
GCC builds</li>
<li>Several <a href="boost/config.hpp">config.hpp</a> changes for Microsoft,
Intel, and other compilers.</li>
<li>Added <a href="libs/config/index.htm">Configuration Header</a> page and
test program.</li>
<li>Added Experimental <a href="libs/compiler_status.htm">Compiler Status</a>
page showing what library works with which compilers.</li>
</ul>
<p>June 21, 2000 - Version 1.15.1 - Fixes to <a href="boost/cast.hpp">cast.hpp</a>
and <a href="libs/utility/operators.htm">operators</a> fix. Minor additions to <a href="boost/config.hpp">config.hpp</a>
for Microsoft compilers. The 1.15.0 operators changes seem to have introduced
incompatibilities.&nbsp; We are working on fixing them, and have started to
build a regression test to prevent similar future problems.</p>
<p>June 17, 2000 - Version 1.15.0 - <a href="libs/random/index.html">Random
Number Library</a> from Jens Maurer added. Updated utility library <a href="libs/utility/operators.htm">operators</a>
eliminates code bloat. Minor additions to <a href="boost/config.hpp">config.hpp</a>
and <a href="boost/cast.hpp">cast.hpp</a> for Microsoft compilers.</p>
<p>May 29, 2000 - Version 1.14.3 - Minor additions to <a href="boost/config.hpp">config.hpp</a>
for Borland compilers. Minor fix to <a href="libs/utility/type_traits.htm">type_traits</a>
example. Minor web site fixes. <a href="more/formal_review_process.htm">Library
Formal Review Process</a> page added.</p>
<p>May 9, 2000 - Version 1.14.2 - No libraries updated. <a href="more/lib_guide.htm">Library
Requirements and Guidelines</a> expanded, <a href="more/submission_process.htm">Library
Submission Process</a> added.</p>
<p>March 17, 2000 - Version 1.14.1 - Minor fix to <a href="boost/rational.hpp">rational.hpp</a>.
Minor documentation changes to the <a href="libs/smart_ptr/index.htm">Smart
Pointer</a> Library and <a href="libs/utility/call_traits.htm">call_traits</a>, <a href="libs/utility/compressed_pair.htm">compressed_pair</a>,
and <a href="libs/utility/type_traits.htm">type_traits</a>. Updated <a href="more/lib_guide.htm">Library
Guidelines</a> and <a href="people.htm">People</a> page.</p>
<p>March 5, 2000 - Version 1.14.0 -&nbsp; <a href="libs/integer/index.htm">Integer
Library</a> status upgraded after removing bin_bun.hpp. The
&quot;Experimental&quot; library category has been removed; the boost
files/vault now serves the purpose. Minor fix to <a href="boost/smart_ptr.hpp">smart_ptr.hpp</a>
line endings.</p>
<p>February 29, 2000 - Version 1.13.0 - Adds <a href="libs/utility/index.htm">Utility
Library</a>&nbsp; <a href="libs/utility/type_traits.htm">type_traits</a>, <a href="libs/utility/call_traits.htm">call_traits</a>,
and <a href="libs/utility/compressed_pair.htm">compressed_pair</a> headers from
John Maddock, Steve Cleary and Howard Hinnant.</p>
<p>February 23, 2000 - Version 1.12.0 - Adds a <a href="libs/integer/integer_traits.html">integer_traits</a>
header from Jens Maurer to the <a href="libs/integer/index.htm">Integer Library</a>.</p>
<p>February 21, 2000 - Version 1.11.2 - <a href="libs/smart_ptr/smarttests.htm">Smart
pointer timings</a> added (thanks to Gavin Collings). Minor fix <a href="libs/min_rand/index.htm">min_rand</a>
sample program. Minor fixes to <a href="boost/config.hpp">config.hpp</a>.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->24 July 2000<!--webbot bot="Timestamp" endspan i-checksum="18764" --></p>
</body>
</html>

87
libraries.htm Normal file
View file

@ -0,0 +1,87 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Libraries</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="none, default">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table border="1" bgcolor="#007F7F" cellpadding="2">
<tr>
<td bgcolor="#FFFFFF"><img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
<td><a href="index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
<td><a href="libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
<td><a href="people.htm"><font face="Arial" color="#FFFFFF"><big>People</big></font></a></td>
<td><a href="more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
<td><a href="more/index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
</tr>
</table>
<h1>Boost Libraries</h1>
<ul>
<li><a href="libs/compose/index.htm">compose</a> - functional composition
adapters for the STL from Nicolai Jusuttis.</li>
<li><a href="libs/dir_it/index.htm">dir_it</a> - a set of file system
directory level iterators from Dietmar Kühl.</li>
<li><a href="libs/functional/index.html">functional</a> - enhanced function
object adaptors from Mark Rodgers.</li>
<li><a href="libs/integer/index.htm">integer</a> - headers for dealing with
integral types.</li>
<li><a href="libs/random/index.html">random</a> - a complete system for random
number generation from Jens Maurer.</li>
<li><a href="libs/rational/index.html">rational</a> - a rational number class
from Paul Moore.</li>
<li><a href="libs/smart_ptr/index.htm">smart_ptr</a> - four smart pointer
classes from Greg Colvin and Beman Dawes.</li>
<li><a href="libs/timer/index.htm">timer</a> - event timer, progress timer,
and progress display classes from Beman Dawes</li>
<li><a href="libs/utility/index.htm">utility</a> - various utility classes and
functions:
<ul>
<li><a href="libs/utility/call_traits.htm">call_traits</a> Defines types
for passing parameters from John Maddock, Howard Hinnant, et al.</li>
<li><a href="libs/utility/compressed_pair.htm">compressed_pair</a> Empty
member optimization from John Maddock, Howard Hinnant, et al.</li>
<li><a href="libs/utility/operators.htm">operators</a> Templates ease
arithmetic classes and iterators from Dave Abrahams and Jeremy Siek</li>
<li><a href="libs/utility/type_traits.htm">type_traits</a> Templates for
fundamental properties of types from John Maddock, Steve Cleary, et al.</li>
<li><a href="libs/utility/utility.htm">utility</a> Class <b>noncopyable</b>
plus <b>next()</b> and <b>prior()</b> template functions from Dave
Abrahams</li>
</ul>
</li>
</ul>
<p>See <a href="libs/compiler_status.htm">Compiler Status</a> to find out what
library works with which compiler.</p>
<h2>Obsolete Libraries</h2>
<ul>
<li><a href="libs/min_rand/index.htm">min_rand</a> - a random number generator
class from Beman Dawes. Replaced by <a href="libs/random/index.html">random</a>.
Will be removed the first update after August 1, 2000.</li>
</ul>
<h2>Beta Libraries</h2>
<ul>
<li><a href="libs/array/index.html">array</a> - tools to treat built-in arrays
more like STL containers from Dietmar Kühl.</li>
<li><a href="libs/utility/cast.htm">casts</a> - cast templates improve clarity
and safety; utility library contribution from Dave Abrahams and Kevlin
Henney.</li>
<li><a href="libs/pri_queue/index.html">heaps</a> - a heap of priority queues
from Dietmar Kühl.</li>
</ul>
<h2><a name="Download">Download</a></h2>
<p>You may <a href="boost_all.zip">download all of boost</a> as a single ZIP
file.&nbsp; As many boost headers include other boost headers, installing one at
at time is painful. This is a first try at making installation easier.&nbsp;</p>
<p>If you don't already have a ZIP file decoder, download one from the <a href="http://www.info-zip.org/pub/infozip/">Info-ZIP</a>
web site.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->28 Jun 2000<!--webbot bot="Timestamp" endspan i-checksum="15058" --></p>
</body>
</html>

189
libs/compiler_status.htm Normal file
View file

@ -0,0 +1,189 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Compiler Status Report</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table border="1" bgcolor="#007F7F" cellpadding="2">
<tr>
<td bgcolor="#FFFFFF"><img src="../c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
<td><a href="../index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
<td><a href="../libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
<td><a href="../people.htm"><font face="Arial" color="#FFFFFF"><big>People</big></font></a></td>
<td><a href="../more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
<td><a href="../more/index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
</tr>
</table>
<h1>Compiler Status</h1>
<p>Will all boost libraries work with your compiler?&nbsp; Unfortunately, the
answer is &quot;it depends.&quot;.</p>
<p>Boost libraries rely on modern C++ features such as templates and the C++
Standard Library.&nbsp; But even today, years after the adoption of the C++
Standard, some compilers still don't support important features like partial
template specialization.</p>
<p>Boost library authors often expend a great deal of effort trying to work
around compiler deficiencies.&nbsp; Nevertheless, some libraries will not
compile at all with certain compilers or may have crippled functionality.&nbsp;
Even if the current release of a compiler supports a boost library, older
version of the compiler may not work properly.</p>
<h2>Compiler Status Tables</h2>
<p>Boost releases are run through a regression test which automatically
generates the following tables. Unless otherwise indicated, the C++ Standard
Library implementation is the one shipped with the compiler.</p>
<p><b>Warning:</b> These tables are not a good indication of a particular
compiler's compliance with the C++ Standard.&nbsp; The boost libraries often
contain workarounds which mask compiler deficiencies.</p>
<p><b>Warning: </b>The regression test is under development and cannot yet be
relied upon.&nbsp; The current version is a compile only test; the programs are
not executed or otherwise tested.&nbsp; Even the compilation results may be
spurious; many negative results stem from problems with the immature test suite
rather that with the library or compiler.&nbsp; Furthermore, some library tests
have not yet been included.</p>
<h3>Platform: Windows 2000</h3>
<p>As of boost version 1.16.1</p>
<table border="1" cellspacing="0" cellpadding="5">
<tr>
<td>Program</td>
<td>Borland<br>
BCC<br>
5.4</td>
<td>Borland<br>
BCC<br>
5.5</td>
<td>Metrowerks<br>
CodeWarrior<br>
5.3</td>
<td>Microsoft<br>
VC++<br>
6.0 SP3</td>
<td>Microsoft<br>
VC++<br>
6.0 SP3<br>
STLport<br>
3.2.1</td>
</tr>
<tr>
<td><a href="config/config_test.cpp">config/config_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="functional/function_test.cpp">functional/function_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>no</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a href="integer/cstdint_test.cpp">integer/cstdint_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="integer/integer_test.cpp">integer/integer_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a href="integer/integer_traits_test.cpp">integer/integer_traits_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="rational/rational_example.cpp">rational/rational_example.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="random/random_test.cpp">random/random_test.cpp</a></td>
<td>no</td>
<td>yes</td>
<td>no</td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="random/random_demo.cpp">random/random_demo.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>no</td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="smart_ptr/smart_ptr_test.cpp">smart_ptr/smart_ptr_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="utility/call_traits_test.cpp">utility/call_traits_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>no</td>
<td>no</td>
<td>no</td>
</tr>
<tr>
<td><a href="utility/cast_test.cpp">utility/cast_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a href="utility/iterators_test.cpp">utility/iterators_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="utility/operators_test.cpp">utility/operators_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td><a href="utility/type_traits_test.cpp">utility/type_traits_test.cpp</a></td>
<td>no</td>
<td>no</td>
<td>no</td>
<td>no</td>
<td>no</td>
</tr>
</table>
<br>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->05 July 2000<!--webbot bot="Timestamp" endspan i-checksum="18764" --></p>
</body>
</html>

103
people.htm Normal file
View file

@ -0,0 +1,103 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>People</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="none, default">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table border="1" bgcolor="#007F7F" cellpadding="2">
<tr>
<td bgcolor="#FFFFFF"><img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
<td><a href="index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
<td><a href="libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
<td><a href="people.htm"><font face="Arial" color="#FFFFFF"><big>People</big></font></a></td>
<td><a href="more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
<td><a href="more/index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
</tr>
</table>
<h1>Boost People</h1>
<p>(Click on the names for biographies)<br>
(Click on the images for enlarged images)</p>
<table border="0" cellpadding="4" cellspacing="4">
<tr>
<td><a href="people/dave_abrahams.htm">Dave Abrahams</a></td>
<td><a href="people/dave_abrahams.jpg"><img border="0" src="people/dave_abrahams_small.jpg" alt="dave_abrahams.jpg (30926 bytes)" width="100" height="75"></a></td>
</tr>
<tr>
<td><a href="people/darin_adler.htm">Darin Adler</a></td>
<td><a href="people/darin_adler.jpg"><img border="0" src="people/darin_adler_small.jpg" alt="darin_adler.jpg (30416 bytes)" width="100" height="133"></a></td>
</tr>
<tr>
<td><a href="people/valentin_bonnard.htm">Valentin Bonnard</a></td>
<td><a href="people/valentin_bonnard.jpg"><img src="people/valentin_bonnard_small.jpg" alt="valentin_bonnard.jpg (18207 bytes)" border="0" width="100" height="142"></a></td>
</tr>
<tr>
<td><a href="people/ed_brey.htm">Ed Brey</a></td>
<td><a href="people/ed_brey.jpg"><img border="0" src="people/ed_brey_small.jpg" alt="ed_brey.jpg (13913 bytes)" width="100" height="118"></a></td>
</tr>
<tr>
<td><a href="people/gavin_collings.htm">Gavin Collings</a></td>
<td><a href="people/gavin_collings.jpg"><img border="0" src="people/gavin_collings_small.jpg" alt="gavin_collings.jpg (16739 bytes)" width="100" height="137"></a></td>
</tr>
<tr>
<td><a href="people/greg_colvin.htm">Greg Colvin</a></td>
<td><a href="people/greg_colvin.jpg"><img src="people/greg_colvin_small.jpg" alt="greg_colvin.jpg (52740 bytes)" border="0" width="100" height="133"></a></td>
</tr>
<tr>
<td><a href="http://www.ocsltd.com/founderff.html">Sean Corfield</a></td>
<td><a href="people/sean_corfield.jpg"><img src="people/sean_corfield_small.jpg" alt="sean_corfield.jpg (51225 bytes)" border="0" width="100" height="133"></a></td>
</tr>
<tr>
<td><a href="people/beman_dawes.html">Beman Dawes</a></td>
<td><a href="people/beman_dawes.jpg"><img src="people/beman_dawes_small.jpg" alt="beman_dawes.jpg (47863 bytes)" border="0" width="100" height="133"></a></td>
</tr>
<tr>
<td><a href="people/aleksey_gurtovoy.htm">Aleksey Gurtovoy</a></td>
<td><a href="people/aleksey_gurtovoy.jpg"><img border="0" src="people/aleksey_gurtovoy_small.jpg" alt="aleksey_gurtovoy.jpg (12871 bytes)" width="100" height="120"></a></td>
</tr>
<tr>
<td><a href="people/kevlin_henney.htm">Kevlin Henney</a></td>
<td><a href="people/kevlin_henney.jpg"><img src="people/kevlin_henney_small.jpg" alt="kevlin_henney.jpg (27191 bytes)" border="0" width="100" height="133"></a></td>
</tr>
<tr>
<td><a href="people/howard_hinnant.htm">Howard Hinnant</a></td>
<td><a href="people/howard_hinnant.jpg"><img border="0" src="people/howard_hinnant_small.jpg" alt="howard_hinnant.jpg (19817 bytes)" width="100" height="97"></a></td>
</tr>
<tr>
<td><a href="http://www.josuttis.com">Nicolai Josuttis</a></td>
<td><a href="people/nicolai_josuttis.jpg"><img src="people/nicolai_josuttis_small.jpg" alt="nicolai_josuttis.jpg (40745 bytes)" border="0" width="100" height="133"></a></td>
</tr>
<tr>
<td><a href="people/dietmar_kuehl.htm">Dietmar Kühl</a></td>
<td><a href="people/dietmar_kuehl.jpg"><img src="people/dietmar_kuehl_small.jpg" alt="dietmar_kuehl.jpg (57821 bytes)" border="0" width="100" height="133"></a></td>
</tr>
<tr>
<td><a href="people/john_maddock.htm">John Maddock</a></td>
<td><a href="people/john_maddock.jpg"><img border="0" src="people/john_maddock_small.jpg" alt="john_maddock.jpg (14611 bytes)" width="100" height="132"></a></td>
</tr>
<tr>
<td><a href="people/jens_maurer.htm">Jens Maurer</a></td>
<td><a href="people/jens_maurer.jpg"><img border="0" src="people/jens_maurer_small.jpg" width="100" height="124"></a></td>
</tr>
<tr>
<td><a href="people/paul_moore.htm">Paul Moore</a></td>
<td><a href="people/paul_moore.jpg"><img border="0" src="people/paul_moore_small.jpg" alt="paul_moore.jpg (12023 bytes)" width="100" height="81"></a></td>
</tr>
<tr>
<td><a href="people/mark_rodgers.htm">Mark Rodgers</a></td>
<td><a href="people/mark_rodgers.jpg"><img border="0" src="people/mark_rodgers_small.jpg" alt="mark_rodgers.jpg (23035 bytes)" width="100" height="75"></a></td>
</tr>
<tr>
<td><a href="people/jeremy_siek.htm">Jeremy Siek</a></td>
<td><a href="people/jeremy_siek.jpg"><img border="0" src="people/jeremy_siek_small.jpg" alt="jeremy_siek.jpg (12867 bytes)" width="100" height="133"></a></td>
</tr>
</table>
</body>
</html>