84 lines
4.1 KiB
HTML
84 lines
4.1 KiB
HTML
<html>
|
||
|
||
<head>
|
||
<meta http-equiv="Content-Language" content="en-us">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
|
||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||
<link rel="stylesheet" type="text/css" href="../../../boost.css">
|
||
<title>The Boost Statechart Library - Acknowledgments</title>
|
||
</head>
|
||
|
||
<body link="#0000ff" vlink="#800080">
|
||
|
||
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
|
||
<tr>
|
||
<td valign="top" width="300">
|
||
<h3><a href="../../../index.htm">
|
||
<img alt="C++ Boost" src="../../../boost.png" border="0" width="277" height="86"></a></h3>
|
||
</td>
|
||
<td valign="top">
|
||
<h1 align="center">The Boost Statechart Library</h1>
|
||
<h2 align="center">Acknowledgments</h2>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<hr>
|
||
<p>Very special thanks go to:</p>
|
||
<ul>
|
||
<li>Aleksey Gurtovoy, the developer of the ingenious meta programming
|
||
library (boost::mpl). The interface as well as the implementation of
|
||
Boost.Statechart hugely benefit from Alekseys work. I would have given up long ago
|
||
without mpl. Moreover, Aleksey's double dispatch implementation in
|
||
<a href="http://www.mywikinet.com/mpl/fsm_example_25_jul_02.zip">his FSM
|
||
framework</a> gave me fresh ideas after I had come to the conclusion that my
|
||
<code>dynamic_cast</code>-based solution was too bad</li>
|
||
</ul>
|
||
<p>Special thanks go to:</p>
|
||
<ul>
|
||
<li>Mitsuo Fukasawa, who is the first person using Boost.Statechart in a
|
||
real-world project. He gave invaluable feedback, convinced me to make
|
||
history a top priority, translated the tutorial to Japanese and tested new
|
||
releases on Linux</li>
|
||
<li>Peter Petrov, who contributed various standard conformance fixes,
|
||
commented on early redesigns of the <code>asynchronous_state_machine</code>
|
||
and <code>fifo_scheduler</code> class templates and reviewed the
|
||
documentation</li>
|
||
<li>Peter Dimov and Douglas Gregor for developing other libraries (<code>bind</code>,
|
||
<code>intrusive_ptr</code>, <code>atomic_count</code>, <code>function</code>)
|
||
Boost.Statechart is building on</li>
|
||
<li>Pavel Vozenilek for making many suggestions on how to improve code &
|
||
documentation, providing Intel 7.0 workarounds and managing the review</li>
|
||
<li>the countless folks who worked and are still working on the boost
|
||
infrastructure (config, regression tests, build, html templates, etc).
|
||
Writing Boost.Statechart would have been much less fun without this foundation</li>
|
||
<li>David Abrahams and Darryl Green for being persistent enough to
|
||
convince me that the exit action to state destructor mapping is sometimes
|
||
not a good idea</li>
|
||
<li>Paul A Bristow, Keith Burton, Jeff Garland, Simon Gittins, Dave Gomboc, Darryl Green,
|
||
Jody Hagins, Iain K. Hanson, David B. Held, Mick Hollins, Alexander
|
||
Nasonov, Peter Petrov, Augustus Saunders, John Spalding, Rob Steward,
|
||
Jonathan Turkanis and Matthew Vogt for participating in the review</li>
|
||
</ul>
|
||
<p>Thanks for feedback and/or encouragement go to:</p>
|
||
<p>Robert Bell, Bohdan, Wayne Chao, Topher Cooper, Peter Dimov, Reece Dunn,
|
||
John Fuller, Jeff Garland, Eugene Gladyshev, Douglas Gregor, Gustavo Guerra, Aleksey Gurtovoy,
|
||
Iain K. Hanson, David B. Held, J<>rgen Hunold, Simon Meiklejohn, Johan Nilsson, Matthieu Paindavoine, Chris Russell,
|
||
Rob Stewart, Kwee Heong Tan, Marcin Tustin,
|
||
Vincent N. Virgilio, Gang Wang and Scott Woods.</p>
|
||
<hr>
|
||
<p>Revised
|
||
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->10 May, 2005<!--webbot bot="Timestamp" endspan i-checksum="13987" --></p>
|
||
<p><i><EFBFBD> Copyright <a href="mailto:ahd6974-spamgroupstrap@yahoo.com">Andreas Huber D<>nni</a>
|
||
2003-2005. <font color="#FF0000"><b>The link refers to a
|
||
<a href="http://en.wikipedia.org/wiki/Honeypot">spam honeypot</a>. Please remove the words spam and trap
|
||
to obtain my real address.</b></font></i></p>
|
||
<p><i>Distributed under the Boost Software License, Version 1.0. (See
|
||
accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
|
||
copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
|
||
http://www.boost.org/LICENSE_1_0.txt</a>)</i></p>
|
||
|
||
</body>
|
||
|
||
</html>
|