Blame view

3rdparty/boost_1_81_0/libs/flyweight/doc/acknowledgements.html 3.92 KB
977ed18d   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
  <!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&ntilde;aga, Janek Kozicki, Tobias Schwinger,
  Pavel Vo&#382;en&iacute;lek. Simon Atanasyan contributed a workaround for a
  problem with Sun Studio compilers. Rosa Bern&aacute;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&ntilde;aga, the stalwart review manager,
  and to all the reviewers: Alberto Ganesh Barbati, Tim Blechmann,
  Vicente Juan Botet Escrib&aacute;, Mat&iacute;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&ntilde;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&oacute;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>&copy; Copyright 2006-2014 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;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>