|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2007-11-04 12:20:29
Author: danieljames
Date: 2007-11-04 12:20:28 EST (Sun, 04 Nov 2007)
New Revision: 40745
URL: http://svn.boost.org/trac/boost/changeset/40745
Log:
Oops, I included the 1.30 in the generated history in the last commit. Regenerated
without it.
Text files modified:
website/public_html/beta/feed/history.rss | 259 ----------------------------------------
1 files changed, 0 insertions(+), 259 deletions(-)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2007-11-04 12:20:28 EST (Sun, 04 Nov 2007)
@@ -1504,264 +1504,5 @@
</li>
</ul>
</div>
-</div></description></item><item><title>Version 1.30.2</title><pubDate>Tue, 19 Aug 2003 12:00:00 GMT</pubDate><description><span class="brief"><span class="purpose">
- Bugfix release
- </span></span><hr/><div class="description">
- <ul>
- <li>
- <a href="http://www.boost-consulting.com">Boost Consulting</a> is now
- hosting Boost CVS mirrors - see our <a href="more/getting_started.html#CVS">download
- page</a>.
- </li>
- <li>
- Backported changes to the <a href="libs/config/config.htm">config system</a>,
- to better handle new compiler releases.
- </li>
- <li>
- Bugs in regression reporting in subproject tests were fixed.
- </li>
- <li>
- Tests are now run in the context of the user's PATH environment settings
- </li>
- <li>
- msvc-stlport and intel-win32-stlport toolsets now build static libraries with
- multithreading enabled, to be compatible with the STLPort builds.
- </li>
- <li>
- intel-win32 toolset now handles <code><span class="keyword">wchar_t</span></code>
- correctly when intel is installed over msvc6.
- </li>
- <li>
- Backported fixes from the main trunk which prevent errors building the <a href="libs/test/doc/index.html">Boost.Test</a> library in its default configuration.
- </li>
- <li>
- Backported portability improvements for <a href="libs/utility/checked_delete.html">checked_delete</a>.
- </li>
- <li>
- Locale support for metrowerks (requiring a statically-linked runtime) is more
- uniformly handled.
- </li>
- <li>
- Backported <a href="libs/conversion/lexical_cast.htm">conversion/lexical_cast</a>'s
- <code><span class="keyword">wchar_t</span></code> fixes from the main trunk.
- </li>
- <li>
- intel-linux-tools: added <tt>rt</tt> to FINDLIBS in order to make
- the <tt>clock_gettime()</tt> function available (backport of a patch
- in CVS HEAD).
- </li>
- <li>
- <span class="library"><a href="tools/regression/index.htm">regression/compiler_status.cpp</a>:</span> backported
- fixes in error log links generation.
- </li>
- </ul>
-</div></description></item><item><title>Version 1.30.1</title><pubDate>Mon, 4 Aug 2003 12:00:00 GMT</pubDate><description><span class="brief"><span class="purpose">
- Withdrawn bug fix release, fixes for Lambda, Spirit, MPL, Function, Config,
- Format, Regex, Smart Pointers, Python
- </span></span><hr/><div class="description">
- <p>
- This release was withdrawn on the 12 Aug 2003.
- </p>
- <p>
- Fixes were made to the following libraries:
- </p>
- <ul>
- <li>
- <span class="library"><a href="libs/lambda/doc/index.html">Boost.Lambda</a>:</span>
- <ul>
- <li>
- now usable with gcc-2.95.2
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="libs/spirit/index.html">Boost.Spirit</a>:</span>
- <ul>
- <li>
- Fixed. Using MSVC++6 (SP5), calling the assign action with a string value
- on parsers using the file_iterator will not work.
- </li>
- <li>
- Fixed: using assign semantic action in a grammar with a multi_pass iterator
- adaptor applied to an std::istream_iterator resulted in a failure to compile
- under msvc 7.0.
- </li>
- <li>
- Fixed: There is a bug in the <code><span class="identifier">range_run</span><span class="special">&lt;</span><span class="identifier">CharT</span><span class="special">&gt;::</span><span class="identifier">set</span><span class="special">(</span><span class="identifier">range</span><span class="special">&lt;</span><span class="identifier">CharT</span><span class="special">&gt;</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">r</span><span class="special">)</span></code> function in &quot;../boost/spirit/utility/impl/chset/range_run.ipp&quot;.
- </li>
- <li>
- Fixed: handling of trailing whitespace bug (ast_parse/pt_parse related)
- </li>
- <li>
- Fixed: comment_p and end of data bug
- </li>
- <li>
- Fixed: Most trailing space bug
- </li>
- <li>
- Fixed: <code><span class="identifier">chset</span><span class="special">&lt;&gt;::</span><span class="keyword">operator</span> <span class="special">~(</span><span class="identifier">range</span><span class="special">&lt;&gt;)</span></code>
- bug, <code><span class="keyword">operator</span> <span class="special">&amp;(</span><span class="identifier">chset</span><span class="special">&lt;&gt;,</span>
- <span class="identifier">range</span><span class="special">&lt;&gt;)</span></code>
- bug, <code><span class="keyword">operator</span> <span class="special">&amp;(</span><span class="identifier">range</span><span class="special">&lt;&gt;,</span>
- <span class="identifier">chset</span><span class="special">&lt;&gt;)</span></code>
- bug
- </li>
- <li>
- Fixed: <code><span class="identifier">impl</span><span class="special">::</span><span class="identifier">detach_clear</span></code> bug
- </li>
- <li>
- Fixed: mismatch closure return type bug
- </li>
- <li>
- Fixed: <code><span class="identifier">access_node_d</span><span class="special">[]</span></code>
- and <code><span class="identifier">access_match_d</span><span class="special">[]</span></code>
- iterator bugs
- </li>
- <li>
- Fixed a bug regarding thread safety of Phoenix/Spirit closures.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="libs/mpl/doc/index.html">The Boost Template Metaprogramming
- Library (MPL)</a>:</span>
- <ul>
- <li>
- typeof implementation is now compatible with Metrowerks CodeWarrior Pro8.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="libs/function/index.html">Boost.Function</a>:</span> workaround
- for the new Borland patch (version 0x564) and MSVC++ .NET 2003.
- </li>
- <li>
- <span class="library"><a href="libs/config/index.html">Boost.Config</a></span>, <span class="library"><a href="libs/format/doc/format.html">Boost.Format</a></span>, and <span class="library"><a href="libs/regex/index.html">Boost.Regex</a>:</span>
- <ul>
- <li>
- adjusted to avoid warnings with GCC-3.3, and Boost.Format also now works
- with string types other than <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span></code>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="libs/smart_ptr/index.html">Smart Pointers</a>:</span>
- <ul>
- <li>
- <code><span class="identifier">checked_delete</span></code> now works
- on more platforms
- </li>
- <li>
- Compatibility with the SunPro compiler
- </li>
- <li>
- Added missing <code><span class="preprocessor">#include</span></code>s.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="libs/python/index.html">Boost.Python</a>:</span>
- <ul>
- <li>
- warning suppression for finicky compilers
- </li>
- <li>
- fixed a crashing bug in the <code><span class="identifier">raw_function</span></code>
- facility when no keyword arguments were passed.
- </li>
- <li>
- Improved conversion of NULL <code><span class="identifier">shared_ptr</span></code>s
- to Python.
- </li>
- </ul>
- </li>
- </ul>
-</div></description></item><item><title>Version 1.30.0</title><pubDate>Wed, 19 Mar 2003 12:00:00 GMT</pubDate><description><span class="brief"><span class="purpose">
- New Libraries: Filesystem, Optional, Interval, MPL, Spirit Updated Libraries:
- Smart Pointers, Utility, Date-Time, Function, Operators, Test
- </span></span><hr/><div class="description">
- <ul>
- <li>
- <span class="library"><a href="libs/filesystem/doc/index.htm">Filesystem Library</a></span> added
- - Portable paths, iteration over directories, and other useful filesystem operations,
- from Beman Dawes.
- </li>
- <li>
- <span class="library"><a href="libs/optional/doc/optional.html">Optional Library</a></span> added
- - A discriminated-union wrapper for optional values, from Fernando Cacciola.
- </li>
- <li>
- <span class="library"><a href="libs/numeric/interval/doc/interval.htm">Interval Library</a></span>
- added
- - Extends the usual arithmetic functions to mathematical intervals, from Guillaume
- Melquiond, Herve Bronnimann and Sylvain Pion.
- </li>
- <li>
- <span class="library"><a href="libs/mpl/doc/index.html">MPL</a></span> added - Template metaprogramming
- framework of compile-time algorithms, sequences and metafunction classes, from
- Aleksey Gurtovoy.
- </li>
- <li>
- <span class="library"><a href="libs/spirit/index.html">Spirit Library</a></span> added - An
- LL (unlimited lookahead) parser framework that represents parsers directly
- as EBNF grammars in inlined C++ source code, complete with semantic actions,
- ASTs and much more, from Joel de Guzman and team.
- </li>
- <li>
- <span class="library"><a href="libs/smart_ptr/index.html">Smart Pointers Library</a></span> -
- cast functions are now spelled <a href="libs/smart_ptr/shared_ptr.htm#static_pointer_cast"><code><span class="identifier">static_pointer_cast</span></code></a> / <a href="libs/smart_ptr/shared_ptr.htm#dynamic_pointer_cast"><code><span class="identifier">dynamic_pointer_cast</span></code></a>; <a href="libs/smart_ptr/enable_shared_from_this.html"><code><span class="identifier">enable_shared_from_this</span></code></a> added; <code><span class="identifier">shared_ptr</span><span class="special">::</span><span class="identifier">shared_ptr</span><span class="special">()</span></code>,
- <code><span class="identifier">shared_ptr</span><span class="special">::</span><span class="identifier">reset</span><span class="special">()</span></code>,
- <code><span class="identifier">weak_ptr</span><span class="special">::</span><span class="identifier">weak_ptr</span><span class="special">()</span></code>,
- <code><span class="identifier">weak_ptr</span><span class="special">::</span><span class="identifier">reset</span><span class="special">()</span></code> no
- longer throw; <a href="libs/smart_ptr/shared_ptr.htm#get_deleter"><code><span class="identifier">get_deleter</span></code></a> added; <code><span class="identifier">weak_ptr</span><span class="special">::</span><span class="identifier">get</span><span class="special">()</span></code> removed;
- <code><span class="identifier">make_shared</span></code> is now spelled
- <a href="libs/smart_ptr/weak_ptr.htm#lock"><code><span class="identifier">weak_ptr</span><span class="special">::</span><span class="identifier">lock</span><span class="special">()</span></code></a>
- ; <a href="libs/smart_ptr/intrusive_ptr.html"><code><span class="identifier">intrusive_ptr</span></code>
- documentation</a> added; some experimental undocumented <code><span class="identifier">shared_ptr</span></code>
- features have been removed; a <a href="libs/smart_ptr/sp_techniques.html">page
- describing some smart pointer programming techniques</a> has been added.
- </li>
- <li>
- <a href="libs/utility/assert.html">boost/assert.hpp</a>, <a href="libs/utility/current_function.html">boost/current_function.hpp</a>,
- <a href="libs/utility/throw_exception.html">boost/throw_exception.hpp</a>,
- <a href="libs/utility/checked_delete.html">boost/checked_delete.hpp</a>
- have been documented.
- </li>
- <li>
- <span class="library"><a href="libs/date_time/doc/index.html">Date-Time Library</a></span> -
- several fixes and small additions including an interface change to partial_date.
- See the Date-Time Change History for more details.
- </li>
- <li>
- <span class="library"><a href="libs/function/index.html">Function Library</a></span> - added
- support for assignment to zero (to clear) and comparison against zero (to check
- if empty).
- </li>
- <li>
- <span class="library"><a href="libs/utility/operators.htm#symmetry">Operators Library</a></span> -
- now takes advantage of named return value optimization (NRVO) when available,
- from Daniel Frey.
- </li>
- <li>
- <span class="library"><a href="status/compiler_status.html">Regression Tests</a></span> - Much
- expanded, plus a very nice <a href="http://boost.sourceforge.net/regression-logs/">summary
- page</a> from Rene Rivera.
- </li>
- <li>
- <span class="library"><a href="libs/test/index.html">Test Library</a></span> - introduced following
- new facilities: <ul>
- <li>Automatic registration of unit tests</li>
- <li>XML log format</li>
- <li>XML report format</li>
- <li>BOOST_CHECK_NO_THROW test tool</li>
- <li>BOOST_BITWISE_CHECK test tool</li>
- </ul>
- <p>For a complete list of changes see the Test Library <a href="libs/test/doc/release_notes.html#v1_30_0">release notes</a>.</p>
-
- </li>
- <li>
- Many fixes and enhancements to other libraries. [endsect]
- </li>
- </ul>
</div></description></item></channel>
</rss>
\ No newline at end of file
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk