| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|---|
| 2 | |
|---|
| 3 | <html> |
|---|
| 4 | <head> |
|---|
| 5 | <meta http-equiv="Content-Language" content="en-us"> |
|---|
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> |
|---|
| 7 | <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> |
|---|
| 8 | <meta name="ProgId" content="FrontPage.Editor.Document"> |
|---|
| 9 | <link rel="stylesheet" type="text/css" href="../../../boost.css"> |
|---|
| 10 | |
|---|
| 11 | <title>The Boost Statechart Library - Acknowledgments</title> |
|---|
| 12 | </head> |
|---|
| 13 | |
|---|
| 14 | <body link="#0000FF" vlink="#800080"> |
|---|
| 15 | <table border="0" cellpadding="7" cellspacing="0" width="100%" summary= |
|---|
| 16 | "header"> |
|---|
| 17 | <tr> |
|---|
| 18 | <td valign="top" width="300"> |
|---|
| 19 | <h3><a href="../../../index.htm"><img alt="C++ Boost" src= |
|---|
| 20 | "../../../boost.png" border="0" width="277" height="86"></a></h3> |
|---|
| 21 | </td> |
|---|
| 22 | |
|---|
| 23 | <td valign="top"> |
|---|
| 24 | <h1 align="center">The Boost Statechart Library</h1> |
|---|
| 25 | |
|---|
| 26 | <h2 align="center">Acknowledgments</h2> |
|---|
| 27 | </td> |
|---|
| 28 | </tr> |
|---|
| 29 | </table> |
|---|
| 30 | <hr> |
|---|
| 31 | |
|---|
| 32 | <p>Very special thanks go to:</p> |
|---|
| 33 | |
|---|
| 34 | <ul> |
|---|
| 35 | <li>Aleksey Gurtovoy, the developer of the ingenious meta programming |
|---|
| 36 | library (boost::mpl). The interface as well as the implementation of |
|---|
| 37 | Boost.Statechart hugely benefit from Alekseys work. I would have given up |
|---|
| 38 | long ago without mpl. Moreover, Aleksey's double dispatch implementation |
|---|
| 39 | in <a href="http://www.mywikinet.com/mpl/fsm_example_25_jul_02.zip">his |
|---|
| 40 | FSM framework</a> gave me fresh ideas after I had come to the conclusion |
|---|
| 41 | that my <code>dynamic_cast</code>-based solution was too bad</li> |
|---|
| 42 | </ul> |
|---|
| 43 | |
|---|
| 44 | <p>Special thanks go to:</p> |
|---|
| 45 | |
|---|
| 46 | <ul> |
|---|
| 47 | <li>Mitsuo Fukasawa, who is the first person using Boost.Statechart in a |
|---|
| 48 | real-world project. He gave invaluable feedback, convinced me to make |
|---|
| 49 | history a top priority, translated the tutorial to Japanese and tested |
|---|
| 50 | new releases on Linux</li> |
|---|
| 51 | |
|---|
| 52 | <li>Peter Petrov, who contributed various standard conformance fixes, |
|---|
| 53 | commented on early redesigns of the |
|---|
| 54 | <code>asynchronous_state_machine</code> and <code>fifo_scheduler</code> |
|---|
| 55 | class templates and reviewed the documentation</li> |
|---|
| 56 | |
|---|
| 57 | <li>Peter Dimov and Douglas Gregor for developing other libraries |
|---|
| 58 | (<code>bind</code>, <code>intrusive_ptr</code>, |
|---|
| 59 | <code>atomic_count</code>, <code>function</code>) Boost.Statechart is |
|---|
| 60 | building on</li> |
|---|
| 61 | |
|---|
| 62 | <li>Pavel Vozenilek for making many suggestions on how to improve code |
|---|
| 63 | & documentation, providing Intel 7.0 workarounds and managing the |
|---|
| 64 | review</li> |
|---|
| 65 | |
|---|
| 66 | <li>the countless folks who worked and are still working on the boost |
|---|
| 67 | infrastructure (config, regression tests, build, html templates, etc). |
|---|
| 68 | Writing Boost.Statechart would have been much less fun without this |
|---|
| 69 | foundation</li> |
|---|
| 70 | |
|---|
| 71 | <li>David Abrahams and Darryl Green for being persistent enough to |
|---|
| 72 | convince me that the exit action to state destructor mapping is sometimes |
|---|
| 73 | not a good idea</li> |
|---|
| 74 | |
|---|
| 75 | <li>Paul A Bristow, Keith Burton, Jeff Garland, Simon Gittins, Dave |
|---|
| 76 | Gomboc, Darryl Green, Jody Hagins, Iain K. Hanson, David B. Held, Mick |
|---|
| 77 | Hollins, Alexander Nasonov, Peter Petrov, Augustus Saunders, John |
|---|
| 78 | Spalding, Rob Steward, Jonathan Turkanis and Matthew Vogt for |
|---|
| 79 | participating in the review</li> |
|---|
| 80 | |
|---|
| 81 | <li>Joaquín M López Muñoz for his broken allocator |
|---|
| 82 | workaround in boost/detail/allocator_utilities.hpp</li> |
|---|
| 83 | </ul> |
|---|
| 84 | |
|---|
| 85 | <p>Thanks for feedback and/or encouragement go to:</p> |
|---|
| 86 | |
|---|
| 87 | <p>Bardur Arantsson, Robert Bell, Bohdan, Wayne Chao, Topher Cooper, Peter |
|---|
| 88 | Dimov, Reece Dunn, John Fuller, Jeff Garland, Eugene Gladyshev, David A. |
|---|
| 89 | Greene, Douglas Gregor, Gustavo Guerra, Aleksey Gurtovoy, Iain K. Hanson, |
|---|
| 90 | David B. Held, Jürgen Hunold, Oliver Kowalke, Simon Meiklejohn, Johan |
|---|
| 91 | Nilsson, Matthieu Paindavoine, Chris Russell, Rob Stewart, Kwee Heong Tan, |
|---|
| 92 | Marcin Tustin, Vincent N. Virgilio, Gang Wang and Scott Woods.</p> |
|---|
| 93 | <hr> |
|---|
| 94 | |
|---|
| 95 | <p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src= |
|---|
| 96 | "http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" |
|---|
| 97 | height="31" width="88"></a></p> |
|---|
| 98 | |
|---|
| 99 | <p>Revised |
|---|
| 100 | <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->03 December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38512" --></p> |
|---|
| 101 | |
|---|
| 102 | <p><i>Copyright © 2003-<!--webbot bot="Timestamp" s-type="EDITED" s-format="%Y" startspan -->2006<!--webbot bot="Timestamp" endspan i-checksum="770" --> |
|---|
| 103 | <a href="contact.html">Andreas Huber Dönni</a></i></p> |
|---|
| 104 | |
|---|
| 105 | <p><i>Distributed under the Boost Software License, Version 1.0. (See |
|---|
| 106 | accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or |
|---|
| 107 | copy at <a href= |
|---|
| 108 | "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</i></p> |
|---|
| 109 | </body> |
|---|
| 110 | </html> |
|---|