acknowledgments.qbk 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. [/==============================================================================
  2. Copyright (C) 2001-2011 Joel de Guzman
  3. Copyright (C) 2001-2011 Hartmut Kaiser
  4. Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. ===============================================================================/]
  7. [section Acknowledgments]
  8. This version of Spirit is a complete rewrite of the /classic/ Spirit many
  9. people have been contributing to (see below). But there are a couple of people
  10. who already managed to help significantly during this rewrite. We would like to
  11. express our special acknowledgement to (in no particular order):
  12. [*Eric Niebler] for writing Boost.Proto, without which this rewrite wouldn't
  13. have been possible, and helping with examples, advice, and suggestions on
  14. how to use Boost.Proto in the best possible way.
  15. [*Ben Hanson] for providing us with an early version of his __lexertl__ library,
  16. which is proposed to be included into Boost (as Boost.Lexer). At the time
  17. of this writing the Boost review for this library is still pending.
  18. [*Francois Barel] for his silent but steady work on making and keeping Spirit
  19. compatible with all versions of gcc, older and newest ones. He not only
  20. contributed subrules to Spirit V2.1, but always keeps an eye on the small
  21. details which are so important to make a difference.
  22. [*Andreas Haberstroh] for proof reading the documentation and fixing those
  23. non-native-speaker-quirks we managed to introduce into the first versions of
  24. the documentation.
  25. [*Chris Hoeppler] for taking up the editorial tasks for the initial
  26. version of this documentation together with Andreas Haberstroh. Chris
  27. did a lot especially at the last minute when we are about to release.
  28. [*Michael Caisse] (a.k.a mjcaisse) for being Spirit's benevolent
  29. evangelist on freenode's #boost IRC . No Spirit question asked there
  30. stays without an answer because of his active involvement. Also, we would
  31. like to thank him for last minute editing work on the 2.1 release
  32. documentation.
  33. [*Tobias Schwinger] for proposing expectation points and GCC port of an
  34. early version.
  35. [*Dave Abrahams] as always, for countless advice and help on C++,
  36. library development, interfaces, usability and ease of use, for
  37. reviewing the code and providing valuable feedback and for always
  38. keeping us on our toes.
  39. [*OvermindDL] for his creative ideas on the mailing list helping to resolve
  40. even more difficult user problems.
  41. [*Carl Barron] for his early adoption and valuable feedback on the Lexer
  42. library forcing us to design a proper API covering all of his use cases.
  43. He also contributed an early version of the variadic attribute API for
  44. Qi.
  45. [*Daniel James] for improving and maintaining Quickbook, the tool we use
  46. for this documentation. Also, for bits and pieces here and there such
  47. documentation suggestions and editorial patches.
  48. [*Stephan Menzel] for his early adoption of Qi and Karma and his willingness
  49. to invest time to spot bugs which were hard to isolate. Also, for his feedback
  50. on the documentation.
  51. [*Ray Burkholder] and [*Dainis Polis] for last minute feedback on the
  52. documentation.
  53. [*Steve Brandt] for his his effort trying to put Qi and Karma to some use while
  54. writing a source to source language transformation tool. He made many incredible
  55. suggestions helping to improve the usability of both libraries.
  56. [*Bryce Leylbach] (a.k.a. wash) for contributing the components `qi::`__qi_as__
  57. and `karma::`__karma_as__, for working on __utree__ and its integration with
  58. Qi and Karma, for adding numeric parser literals, for contributing the related
  59. documentation, and for being a big help in the everyday maintenance of the
  60. library's (and our) sanity.
  61. [*Mathias Gaunard] for his bug reports, suggestions and regression test
  62. contributions to the Lexer helping to find subtle bugs and to improve its
  63. overall usability.
  64. [*Thomas Bernard] (a.k.a. teajay) for working on the keyword parser and for
  65. adding explicit names to the `qi::`__qi_symbols__ component.
  66. [*Robert Stewart] for his active participation on the mailing list, his
  67. helpful comments, examples and suggestions.
  68. [*Thomas Taylor], [*Richard Crossley], [*Semen], and [*Adalberto Castelo] for
  69. their help in isolating problems while testing the new attribute handling code
  70. released with V2.5.
  71. Special thanks to spirit-devel and spirit-general mailing lists for
  72. participating in the discussions, being early adopters of pre-release
  73. versions of Spirit2 from the very start and helping out in various tasks
  74. such as helping with support, bug tracking, benchmarking and testing,
  75. etc. The list include: [*Larry Evans], [*Richard Webb], [*Martin Wille],
  76. [*Dan Marsden], [*Cedric Venet], [*Allan Odgaard], [*Matthias
  77. Vallentin], [*Justinas V.D.], [*Darid Tromer], [*Brian O'Kennedy],
  78. [*Aaron Graham], [*Joerg Becker].
  79. [*Joao Abecasis] for his early support and involvement in Spirit2
  80. development and for disturbing my peace every once in a while for a
  81. couple of jokes.
  82. The list goes on and on... if you've been mentioned thank Joel and
  83. Hartmut, if not, kick Joao :-)
  84. [heading Acknowledgements from the Spirit V1 /classic/ Documentation]
  85. Special thanks for working on Spirit /classic/ to:
  86. [*Dan Nuffer] for his work on lexers, parse trees, ASTs, XML parsers, the
  87. multi-pass iterator as well as administering Spirit's site, editing,
  88. maintaining the CVS and doing the releases plus a zillion of other chores that
  89. were almost taken for granted.
  90. [*Hartmut Kaiser] for his work on the C parser, the work on the C/C++
  91. preprocessor, utility parsers, the original port to Intel 5.0, various work on
  92. Phoenix, porting to v1.5, the meta-parsers, the grouping-parsers, extensive
  93. testing and painstaking attention to details.
  94. [*Martin Wille] who improved grammar multi thread safety, contributed the eol_p
  95. parser, the dynamic parsers, documentation and for taking an active role in
  96. almost every aspect from brainstorming and design to coding. And, as always,
  97. helps keep the regression tests for g++ on Linux as green as ever :-).
  98. [*Martijn W. Van Der Lee] our Web site administrator and for contributing the
  99. RFC821 parser.
  100. [*Giovanni Bajo] for last minute tweaks of Spirit 1.8.0 for CodeWarrior 8.3.
  101. Actually, I'm ashamed Giovanni was not in this list already. He's done a lot
  102. since Spirit 1.5, the first Boost.Spirit release. He's instrumental in the
  103. porting of the Spirit iterators stuff to the new Boost Iterators Library
  104. (version 2). He also did various bug fixes and wrote some tests here and there.
  105. [*Juan Carlos Arevalo-Baeza (JCAB)*] for his work on the C++ parser, the position
  106. iterator, ports to v1.5 and keeping the mailing list discussions alive and
  107. kicking.
  108. [*Vaclav Vesely], lots of stuff, the no\_actions directive, various patches
  109. fixes, the distinct parsers, the lazy parser, some phoenix tweaks and add-ons
  110. (e.g. new\_). Also, *Stefan Slapeta] and wife for editing Vaclav's distinct
  111. parser doc.
  112. [*Raghavendra Satish] for doing the original v1.3 port to VC++ and his work on
  113. Phoenix.
  114. [*Noah Stein] for following up and helping Ragav on the VC++ ports.
  115. [*Hakki Dogusan], for his original v1.0 Pascal parser.
  116. [*John (EBo) David] for his work on the VM and watching over my shoulder as I
  117. code giving the impression of distance eXtreme programming.
  118. [*Chris Uzdavinis] for feeding in comments and valuable suggestions as well as
  119. editing the documentation.
  120. [*Carsten Stoll], for his work on dynamic parsers.
  121. [*Andy Elvey] and his conifer parser.
  122. [*Bruce Florman], who did the original v1.0 port to VC++.
  123. [*Jeff Westfahl] for porting the loop parsers to v1.5 and contributing the file
  124. iterator.
  125. [*Peter Simons] for the RFC date parser example and tutorial plus helping out
  126. with some nitty gritty details.
  127. [*Markus Sch'''ö'''pflin] for suggesting the end_p parser and lots of other
  128. nifty things and his active presence in the mailing list.
  129. [*Doug Gregor] for mentoring and his ability to see things that others don't.
  130. [*David Abrahams] for giving Joel a job that allows him to still work on Spirit,
  131. plus countless advice and help on C++ and specifically template
  132. metaprogramming.
  133. [*Aleksey Gurtovoy] for his MPL library from which we stole many metaprogramming
  134. tricks especially for less conforming compilers such as Borland and VC6/7.
  135. [*Gustavo Guerra] for his last minute review of Spirit and constant feedback,
  136. plus patches here and there (e.g. proposing the new dot behavior of the real
  137. numerics parsers).
  138. [*Nicola Musatti], [*Paul Snively], [*Alisdair Meredith] and [*Hugo Duncan] for
  139. testing and sending in various patches.
  140. [*Steve Rowe] for his splendid work on the TSTs that will soon be taken into
  141. Spirit.
  142. [*Jonathan de Halleux] for his work on actors.
  143. [*Angus Leeming] for last minute editing work on the 1.8.0 release
  144. documentation, his work on Phoenix and his active presence in the Spirit
  145. mailing list.
  146. [*Joao Abecasis] for his active presence in the Spirit mailing list, providing
  147. user support, participating in the discussions and so on.
  148. [*Guillaume Melquiond] for a last minute patch to multi_pass for 1.8.1.
  149. [*Peder Holt] for his porting work on Phoenix, Fusion and Spirit to VC6.
  150. To Joel's wife Mariel who did the graphics in this document.
  151. My, there's a lot in this list! And it's a continuing list. We add people to
  152. this list every time. We hope we did not forget anyone. If we missed
  153. someone you know who has helped in any way, please inform us.
  154. Special thanks also to people who gave feedback and valuable comments,
  155. particularly members of Boost and Spirit mailing lists. This includes all those
  156. who participated in the review:
  157. [*John Maddock], our review manager, [*Aleksey Gurtovoy], [*Andre Hentz],
  158. [*Beman Dawes], [*Carl Daniel], [*Christopher Currie], [*Dan Gohman],
  159. [*Dan Nuffer], [*Daryle Walker], [*David Abrahams], [*David B. Held],
  160. [*Dirk Gerrits], [*Douglas Gregor], [*Hartmut Kaiser], [*Iain K.Hanson],
  161. [*Juan Carlos Arevalo-Baeza], [*Larry Evans], [*Martin Wille],
  162. [*Mattias Flodin], [*Noah Stein], [*Nuno Lucas], [*Peter Dimov],
  163. [*Peter Simons], [*Petr Kocmid], [*Ross Smith], [*Scott Kirkwood],
  164. [*Steve Cleary], [*Thorsten Ottosen], [*Tom Wenisch], [*Vladimir Prus]
  165. Finally thanks to SourceForge for hosting the Spirit project and Boost: a C++
  166. community comprised of extremely talented library authors who participate in
  167. the discussion and peer review of well crafted C++ libraries.
  168. [endsect]