File: acknowledgments.html

package info (click to toggle)
boost 1.34.1-14
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 116,412 kB
  • ctags: 259,566
  • sloc: cpp: 642,395; xml: 56,450; python: 17,612; ansic: 14,520; sh: 2,265; yacc: 858; perl: 481; makefile: 478; lex: 94; sql: 74; csh: 6
file content (110 lines) | stat: -rw-r--r-- 4,734 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
  <meta http-equiv="Content-Language" content="en-us">
  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
  <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
    &amp; 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>

    <li>Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz for his broken allocator
    workaround in boost/detail/allocator_utilities.hpp</li>
  </ul>

  <p>Thanks for feedback and/or encouragement go to:</p>

  <p>Bardur Arantsson, Robert Bell, Bohdan, Wayne Chao, Topher Cooper, Peter
  Dimov, Reece Dunn, John Fuller, Jeff Garland, Eugene Gladyshev, David A.
  Greene, Douglas Gregor, Gustavo Guerra, Aleksey Gurtovoy, Iain K. Hanson,
  David B. Held, J&uuml;rgen Hunold, Oliver Kowalke, 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><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
  "http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
  height="31" width="88"></a></p>

  <p>Revised 
  <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->03 December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38512" --></p>

  <p><i>Copyright &copy; 2003-<!--webbot bot="Timestamp" s-type="EDITED" s-format="%Y" startspan -->2006<!--webbot bot="Timestamp" endspan i-checksum="770" -->
  <a href="contact.html">Andreas Huber D&ouml;nni</a></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>