• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>Release Notes</title>
5<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="../index.html" title="Chapter 1. Boost.LocalFunction 1.0.0">
8<link rel="up" href="../index.html" title="Chapter 1. Boost.LocalFunction 1.0.0">
9<link rel="prev" href="../reference.html" title="Reference">
10<link rel="next" href="bibliography.html" title="Bibliography">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
15<td align="center"><a href="../../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="../reference.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bibliography.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="boost_localfunction.release_notes"></a><a class="link" href="release_notes.html" title="Release Notes">Release Notes</a>
28</h2></div></div></div>
29<p>
30      This section lists the major changes between different library releases (in
31      chronological order).
32    </p>
33<h4>
34<a name="boost_localfunction.release_notes.h0"></a>
35      <span class="phrase"><a name="boost_localfunction.release_notes.version_1_0_0__2012_04_12_"></a></span><a class="link" href="release_notes.html#boost_localfunction.release_notes.version_1_0_0__2012_04_12_">Version
36      1.0.0 (2012-04-12)</a>
37    </h4>
38<div class="orderedlist"><ol class="orderedlist" type="1">
39<li class="listitem">
40          Incorporated all comments from the <a href="http://lists.boost.org/boost-announce/2011/12/0340.php" target="_top">Boost
41          review of this library</a>.
42        </li>
43<li class="listitem">
44          Removed local blocks and local exits.
45        </li>
46<li class="listitem">
47          Renamed the library from Boost.Local to Boost.LocalFunction.
48        </li>
49<li class="listitem">
50          Using <code class="computeroutput"><span class="identifier">this_</span></code> instead of
51          <code class="computeroutput"><span class="keyword">this</span></code> also in the local function
52          declaration (not just the body).
53        </li>
54<li class="listitem">
55          Made changes that allow to return local functions (similar to closures).
56        </li>
57<li class="listitem">
58          Added GCC lambda and constant block examples.
59        </li>
60<li class="listitem">
61          Moved <code class="computeroutput"><span class="identifier">overloaded_function</span></code>
62          to Boost.Functional/OverloadedFunction.
63        </li>
64<li class="listitem">
65          Moved <code class="computeroutput"><span class="identifier">BOOST_IDENTITY_TYPE</span></code>
66          to Boost.Utility/IdentityType.
67        </li>
68<li class="listitem">
69          Completely removed use of Boost.Typeof when bound and result types are
70          explicitly specified.
71        </li>
72<li class="listitem">
73          Added <code class="computeroutput"><span class="special">...</span><span class="identifier">_ID</span></code>
74          macros for multiple expansions on the same line.
75        </li>
76<li class="listitem">
77          Fixed compilation on Boost regression test platforms.
78        </li>
79</ol></div>
80<h4>
81<a name="boost_localfunction.release_notes.h1"></a>
82      <span class="phrase"><a name="boost_localfunction.release_notes.version_0_2_0__2011_05_14_"></a></span><a class="link" href="release_notes.html#boost_localfunction.release_notes.version_0_2_0__2011_05_14_">Version
83      0.2.0 (2011-05-14)</a>
84    </h4>
85<div class="orderedlist"><ol class="orderedlist" type="1">
86<li class="listitem">
87          Replaced parenthesized syntax with variadic and sequencing macro syntaxes.
88        </li>
89<li class="listitem">
90          Profiled library performances against other approaches.
91        </li>
92<li class="listitem">
93          Replaced virtual functor trick with casting functor trick (for smaller
94          run-time).
95        </li>
96<li class="listitem">
97          Optimized library run-time (rearranging code and not using casting functor
98          trick on compilers that accept local classes as template parameters).
99        </li>
100<li class="listitem">
101          Supported inline and recursive local functions.
102        </li>
103<li class="listitem">
104          Added type-of macro to expose bound types.
105        </li>
106<li class="listitem">
107          Allowed to explicitly specify bound types.
108        </li>
109<li class="listitem">
110          Removed using <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">function</span></code> instead of exposing internal
111          local functor as public API.
112        </li>
113<li class="listitem">
114          Added functor to overload local functions (and functors in general).
115        </li>
116<li class="listitem">
117          Implemented support for nesting local functions, blocks, and exits into
118          one another.
119        </li>
120</ol></div>
121<h4>
122<a name="boost_localfunction.release_notes.h2"></a>
123      <span class="phrase"><a name="boost_localfunction.release_notes.version_0_1_1__2011_01_10_"></a></span><a class="link" href="release_notes.html#boost_localfunction.release_notes.version_0_1_1__2011_01_10_">Version
124      0.1.1 (2011-01-10)</a>
125    </h4>
126<div class="orderedlist"><ol class="orderedlist" type="1">
127<li class="listitem">
128          Uploaded library source into Boost SVN sandbox.
129        </li>
130<li class="listitem">
131          Fixed prev/next arrows and other minor layouts in documentation.
132        </li>
133<li class="listitem">
134          Added Release section to documentation.
135        </li>
136</ol></div>
137<h4>
138<a name="boost_localfunction.release_notes.h3"></a>
139      <span class="phrase"><a name="boost_localfunction.release_notes.version_0_1_0__2011_01_03_"></a></span><a class="link" href="release_notes.html#boost_localfunction.release_notes.version_0_1_0__2011_01_03_">Version
140      0.1.0 (2011-01-03)</a>
141    </h4>
142<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
143          Shared with Boost for first round of comments.
144        </li></ol></div>
145<h4>
146<a name="boost_localfunction.release_notes.h4"></a>
147      <span class="phrase"><a name="boost_localfunction.release_notes.version_0_0_1__2010_12_15_"></a></span><a class="link" href="release_notes.html#boost_localfunction.release_notes.version_0_0_1__2010_12_15_">Version
148      0.0.1 (2010-12-15)</a>
149    </h4>
150<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
151          Completed development, examples, and documentation.
152        </li></ol></div>
153</div>
154<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
155<td align="left"></td>
156<td align="right"><div class="copyright-footer">Copyright © 2009-2012 Lorenzo
157      Caminiti<p>
158        Distributed under the Boost Software License, Version 1.0 (see accompanying
159        file LICENSE_1_0.txt or a copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
160      </p>
161</div></td>
162</tr></table>
163<hr>
164<div class="spirit-nav">
165<a accesskey="p" href="../reference.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bibliography.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
166</div>
167</body>
168</html>
169