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