109 lines
3.9 KiB
HTML
109 lines
3.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0.1 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Boost.Flyweight Documentation - Acknowledgements</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
<link rel="start" href="index.html">
|
|
<link rel="prev" href="release_notes.html">
|
|
<link rel="up" href="index.html">
|
|
</head>
|
|
|
|
<body>
|
|
<h1><img src="../../../boost.png" alt="Boost logo" align=
|
|
"middle" width="277" height="86">Boost.Flyweight Acknowledgements</h1>
|
|
|
|
<div class="prev_link"><a href="release_notes.html"><img src="prev.gif" alt="release notes" border="0"><br>
|
|
Release notes
|
|
</a></div>
|
|
<div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
|
|
Index
|
|
</a></div>
|
|
<div class="next_link">
|
|
</div><br clear="all" style="clear: all;">
|
|
|
|
<hr>
|
|
|
|
<p>
|
|
The following people have provided valuable feedback and suggestions during the
|
|
development of the library: Ion Gaztañaga, Janek Kozicki, Tobias Schwinger,
|
|
Pavel Voženílek. Simon Atanasyan contributed a workaround for a
|
|
problem with Sun Studio compilers. Rosa Bernárdez has proofread the
|
|
documentation from the first drafts up to its present form.
|
|
</p>
|
|
|
|
<p>
|
|
The acceptance review of Boost.Flyweight took place between January 21st
|
|
and February 3rd 2008. Many thanks to Ion Gaztañaga, the stalwart review manager,
|
|
and to all the reviewers: Alberto Ganesh Barbati, Tim Blechmann,
|
|
Vicente Juan Botet Escribá, Matías Capeletto, Neil Hunt, Marcus Lindblom,
|
|
John Reid, David Sankel, Kevin Sopp, John Torjo, Markus Werle. Alberto identified
|
|
important limitations of the initial design, which led to the
|
|
introduction of <a href="tutorial/key_value.html">key-value flyweights</a>.
|
|
</p>
|
|
|
|
<p>
|
|
Boost.Flyweight relies on the
|
|
<a href="../../mpl/doc/index.html">Boost MPL Library</a> from
|
|
Aleksey Gurtovoy. The
|
|
<a href="tutorial/configuration.html#free_order_template">free-order template
|
|
parameter interface</a> offered by the library has been implemented
|
|
with the <a href="../../parameter/doc/html/index.html">Boost Parameter
|
|
Library</a> from David Abrahams and Daniel Wallin. Ion Gaztañaga's
|
|
<a href="../../interprocess/index.html">Boost Interprocess Library</a>
|
|
is the core element behind the
|
|
<a href="tutorial/configuration.html#intermodule_holder"><code>intermodule_holder</code></a>
|
|
component.
|
|
</p>
|
|
|
|
<p>
|
|
This work is dedicated to Jorge López, in the hope that past
|
|
dire straits gentler oceans will lie.
|
|
</p>
|
|
|
|
<h2><a name="boost_1_39">Boost 1.39 release</a></h2>
|
|
|
|
<p>
|
|
Many thanks to Tim Blechmann for helping identify and solve a serious
|
|
<a href="release_notes.html#refcounted_bug">thread safety problem</a>
|
|
and to Peter Dimov for kindly extending the interface of his
|
|
<code>boost::detail::atomic_count</code> utility to allow for the
|
|
implementation of the fix.
|
|
</p>
|
|
|
|
<h2><a name="boost_1_57">Boost 1.57 release</a></h2>
|
|
|
|
<p>
|
|
Boost.Flyweight serialization uses the newly introduced
|
|
<a href="../../serialization/doc/special.html#helpersupport">helper support
|
|
functionality</a> of the <a href="../../serialization/index.html">Boost Serialization Library</a>
|
|
from Robert Ramey. Without helper support, serialization of <code>flyweight</code>s would have
|
|
been unacceptably costly in terms of archive space consumption.
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
<div class="prev_link"><a href="release_notes.html"><img src="prev.gif" alt="release notes" border="0"><br>
|
|
Release notes
|
|
</a></div>
|
|
<div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
|
|
Index
|
|
</a></div>
|
|
<div class="next_link">
|
|
</div><br clear="all" style="clear: all;">
|
|
|
|
<br>
|
|
|
|
<p>Revised September 1st 2014</p>
|
|
|
|
<p>© Copyright 2006-2014 Joaquín M López Muñoz.
|
|
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>)
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|