acknowledgements.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0.1 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <title>Boost.Flyweight Documentation - Acknowledgements</title>
  6. <link rel="stylesheet" href="style.css" type="text/css">
  7. <link rel="start" href="index.html">
  8. <link rel="prev" href="release_notes.html">
  9. <link rel="up" href="index.html">
  10. </head>
  11. <body>
  12. <h1><img src="../../../boost.png" alt="Boost logo" align=
  13. "middle" width="277" height="86">Boost.Flyweight Acknowledgements</h1>
  14. <div class="prev_link"><a href="release_notes.html"><img src="prev.gif" alt="release notes" border="0"><br>
  15. Release notes
  16. </a></div>
  17. <div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
  18. Index
  19. </a></div>
  20. <div class="next_link">
  21. </div><br clear="all" style="clear: all;">
  22. <hr>
  23. <p>
  24. The following people have provided valuable feedback and suggestions during the
  25. development of the library: Ion Gazta&ntilde;aga, Janek Kozicki, Tobias Schwinger,
  26. Pavel Vo&#382;en&iacute;lek. Simon Atanasyan contributed a workaround for a
  27. problem with Sun Studio compilers. Rosa Bern&aacute;rdez has proofread the
  28. documentation from the first drafts up to its present form.
  29. </p>
  30. <p>
  31. The acceptance review of Boost.Flyweight took place between January 21st
  32. and February 3rd 2008. Many thanks to Ion Gazta&ntilde;aga, the stalwart review manager,
  33. and to all the reviewers: Alberto Ganesh Barbati, Tim Blechmann,
  34. Vicente Juan Botet Escrib&aacute;, Mat&iacute;as Capeletto, Neil Hunt, Marcus Lindblom,
  35. John Reid, David Sankel, Kevin Sopp, John Torjo, Markus Werle. Alberto identified
  36. important limitations of the initial design, which led to the
  37. introduction of <a href="tutorial/key_value.html">key-value flyweights</a>.
  38. </p>
  39. <p>
  40. Boost.Flyweight relies on the
  41. <a href="../../mpl/doc/index.html">Boost MPL Library</a> from
  42. Aleksey Gurtovoy. The
  43. <a href="tutorial/configuration.html#free_order_template">free-order template
  44. parameter interface</a> offered by the library has been implemented
  45. with the <a href="../../parameter/doc/html/index.html">Boost Parameter
  46. Library</a> from David Abrahams and Daniel Wallin. Ion Gazta&ntilde;aga's
  47. <a href="../../interprocess/index.html">Boost Interprocess Library</a>
  48. is the core element behind the
  49. <a href="tutorial/configuration.html#intermodule_holder"><code>intermodule_holder</code></a>
  50. component.
  51. </p>
  52. <p>
  53. This work is dedicated to Jorge L&oacute;pez, in the hope that past
  54. dire straits gentler oceans will lie.
  55. </p>
  56. <h2><a name="boost_1_39">Boost 1.39 release</a></h2>
  57. <p>
  58. Many thanks to Tim Blechmann for helping identify and solve a serious
  59. <a href="release_notes.html#refcounted_bug">thread safety problem</a>
  60. and to Peter Dimov for kindly extending the interface of his
  61. <code>boost::detail::atomic_count</code> utility to allow for the
  62. implementation of the fix.
  63. </p>
  64. <h2><a name="boost_1_57">Boost 1.57 release</a></h2>
  65. <p>
  66. Boost.Flyweight serialization uses the newly introduced
  67. <a href="../../serialization/doc/special.html#helpersupport">helper support
  68. functionality</a> of the <a href="../../serialization/index.html">Boost Serialization Library</a>
  69. from Robert Ramey. Without helper support, serialization of <code>flyweight</code>s would have
  70. been unacceptably costly in terms of archive space consumption.
  71. </p>
  72. <hr>
  73. <div class="prev_link"><a href="release_notes.html"><img src="prev.gif" alt="release notes" border="0"><br>
  74. Release notes
  75. </a></div>
  76. <div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
  77. Index
  78. </a></div>
  79. <div class="next_link">
  80. </div><br clear="all" style="clear: all;">
  81. <br>
  82. <p>Revised September 1st 2014</p>
  83. <p>&copy; Copyright 2006-2014 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
  84. Distributed under the Boost Software
  85. License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
  86. LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
  87. http://www.boost.org/LICENSE_1_0.txt</a>)
  88. </p>
  89. </body>
  90. </html>