]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/flyweight/doc/acknowledgements.html
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / flyweight / doc / acknowledgements.html
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>
18 Release notes
19 </a></div>
20 <div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
21 Index
22 </a></div>
23 <div class="next_link">
24 </div><br clear="all" style="clear: all;">
25
26 <hr>
27
28 <p>
29 The following people have provided valuable feedback and suggestions during the
30 development of the library: Ion Gazta&ntilde;aga, Janek Kozicki, Tobias Schwinger,
31 Pavel Vo&#382;en&iacute;lek. Simon Atanasyan contributed a workaround for a
32 problem with Sun Studio compilers. Rosa Bern&aacute;rdez has proofread the
33 documentation from the first drafts up to its present form.
34 </p>
35
36 <p>
37 The acceptance review of Boost.Flyweight took place between January 21st
38 and February 3rd 2008. Many thanks to Ion Gazta&ntilde;aga, the stalwart review manager,
39 and to all the reviewers: Alberto Ganesh Barbati, Tim Blechmann,
40 Vicente Juan Botet Escrib&aacute;, Mat&iacute;as Capeletto, Neil Hunt, Marcus Lindblom,
41 John Reid, David Sankel, Kevin Sopp, John Torjo, Markus Werle. Alberto identified
42 important limitations of the initial design, which led to the
43 introduction of <a href="tutorial/key_value.html">key-value flyweights</a>.
44 </p>
45
46 <p>
47 Boost.Flyweight relies on the
48 <a href="../../mpl/doc/index.html">Boost MPL Library</a> from
49 Aleksey Gurtovoy. The
50 <a href="tutorial/configuration.html#free_order_template">free-order template
51 parameter interface</a> offered by the library has been implemented
52 with the <a href="../../parameter/doc/html/index.html">Boost Parameter
53 Library</a> from David Abrahams and Daniel Wallin. Ion Gazta&ntilde;aga's
54 <a href="../../interprocess/index.html">Boost Interprocess Library</a>
55 is the core element behind the
56 <a href="tutorial/configuration.html#intermodule_holder"><code>intermodule_holder</code></a>
57 component.
58 </p>
59
60 <p>
61 This work is dedicated to Jorge L&oacute;pez, in the hope that past
62 dire straits gentler oceans will lie.
63 </p>
64
65 <h2><a name="boost_1_39">Boost 1.39 release</a></h2>
66
67 <p>
68 Many thanks to Tim Blechmann for helping identify and solve a serious
69 <a href="release_notes.html#refcounted_bug">thread safety problem</a>
70 and to Peter Dimov for kindly extending the interface of his
71 <code>boost::detail::atomic_count</code> utility to allow for the
72 implementation of the fix.
73 </p>
74
75 <h2><a name="boost_1_57">Boost 1.57 release</a></h2>
76
77 <p>
78 Boost.Flyweight serialization uses the newly introduced
79 <a href="../../serialization/doc/special.html#helpersupport">helper support
80 functionality</a> of the <a href="../../serialization/index.html">Boost Serialization Library</a>
81 from Robert Ramey. Without helper support, serialization of <code>flyweight</code>s would have
82 been 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>
88 Release notes
89 </a></div>
90 <div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
91 Index
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>&copy; Copyright 2006-2014 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
101 Distributed under the Boost Software
102 License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
103 LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
104 http://www.boost.org/LICENSE_1_0.txt</a>)
105 </p>
106
107 </body>
108 </html>