|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63883 - website/public_html/beta/feed
From: daniel_james_at_[hidden]
Date: 2010-07-11 13:38:59
Author: danieljames
Date: 2010-07-11 13:38:58 EDT (Sun, 11 Jul 2010)
New Revision: 63883
URL: http://svn.boost.org/trac/boost/changeset/63883
Log:
Rebuild release notes.
Text files modified:
website/public_html/beta/feed/history.rss | 149 +++++++++
website/public_html/beta/feed/news.rss | 625 +++++++++------------------------------
2 files changed, 296 insertions(+), 478 deletions(-)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2010-07-11 13:38:58 EDT (Sun, 11 Jul 2010)
@@ -6,7 +6,154 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.43.0</title><pubDate>Thu 6 May 2010 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.44.0</title><pubDate>$Date: 2010/07/10 16:36:00 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ New Libraries: Updated Libraries:
+ </span></span></boostbook:purpose><description><div class="description">
+
+
+ <div id="version_1_44_0.new_libraries">
+ <h3><span class="link">New Libraries</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/libs/msm/index.html">Meta State Machine</a>:</span>
+ High-performance
+ expressive UML2 finite state machines, from Christophe Henry
+ </li>
+ <li>
+ <span class="library"><a href="/libs/polygon/index.html">Polygon</a>:</span>
+ Booleans/clipping,
+ resizing/offsetting and more for planar polygons with integral coordinates,
+ from Lucanus Simonson.
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_44_0.updated_libraries">
+ <h3><span class="link">Updated Libraries</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
+ <ul>
+ <li>
+ Prevent implicit conversions when calling <code><span class="identifier">hash_value</span></code>.
+ If this breaks your code, you can enable the old behaviour by defining
+ <code><span class="identifier">BOOST_HASH_ALLOW_IMPLICIT_CASTS</span></code>.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
+ <ul>
+ <li>
+ Several fixes for file descriptors class, including a breaking change
+ to the constructors and <code><span class="identifier">open</span></code>
+ methods for <code><span class="identifier">file_descriptor</span></code>,
+ <code><span class="identifier">file_descriptor_source</span></code>
+ and <code><span class="identifier">file_descriptor_sink</span></code>.
+ See <a href="classes/file_descriptor.html">the documentation</a>
+ for details. The old methods are still available if you define <code><span class="identifier">BOOST_IOSTREAMS_USE_DEPRECATED</span></code> (<a href="https://svn.boost.org/trac/boost/ticket/3323">#3323</a>, <a href="https://svn.boost.org/trac/boost/ticket/3517">#3517</a>, <a href="https://svn.boost.org/trac/boost/ticket/4335">#4335</a>).
+ </li>
+ <li>
+ Fix several issues with compression and decompression (<a href="https://svn.boost.org/trac/boost/ticket/2318">#2318</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/4091">#4091</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/3348">#3348</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2783">#2783</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1579">#1579</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/3853">#3853</a>).
+ </li>
+ <li>
+ And a load more miscellaneous fixes (<a href="https://svn.boost.org/trac/boost/ticket/3851">#3851</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/3279">#3279</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/3689">#3689</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2356">#2356</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2996">#2996</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/4102">#4102</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2998">#2998</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1612">#1612</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2325">#2325</a>).
+ </li>
+ <li>
+ Almost all of this is thanks to Steven Watanabe. For more detail see
+ the <a href="/libs/iostreams/doc/release_notes.html">/libs/iostreams/doc/release_notes.html</a>.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/numeric/ublas/index.html">uBLAS</a>:</span>
+ <ul>
+ <li>
+ New assignment operators to feed in vectors and matrices in many nice
+ ways (<a href="http://svn.boost.org/trac/boost/ticket/4034">#4034</a>).
+ Thank you Nasos
+ </li>
+ <li>
+ New doxygen-based <a href="/libs/numeric/ublas/doc/html/index.html">documentation</a>
+ </li>
+ <li>
+ Enable arithmetic operators (+,-,*,/) to work between ublas containers
+ of std::complex and integral types (<a href="http://svn/boost/org/trac/boost/ticket/3649">#3649</a>).
+ Thank you Neal
+ </li>
+ <li>
+ Removed unused variables in functional.hpp (<a href="http://svn.boost.org/trac/boost/ticket/4377">#4377</a>).
+ Thank you Marco
+ </li>
+ <li>
+ New matrix_indirect and vector_indirect views to access elements with
+ a matrix or vector of indices
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_44_0.updated_tools">
+ <h3><span class="link">Updated tools</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/tools/quickbook/index.html">Quickbook</a>:</span>
+ <ul>
+ <li>
+ Use the cygwin 1.7 API for better path handling.
+ </li>
+ <li>
+ Improved boostbook generation.
+ </li>
+ <li>
+ Tweak the grammar to clean up some edge cases.
+ </li>
+ <li>
+ For more detail see the <a href="/doc/libs/1_44_0/doc/html/quickbook/change_log.html#quickbook.change_log.version_1_5_2___boost_1_44_0">change
+ log</a>.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_44_0.compilers_tested">
+ <h3><span class="link">Compilers Tested</span></h3>
+ <p>
+ Boost's primary test compilers are:
+ </p>
+ <ul>
+ <li>
+ <em>TODO</em>
+ </li>
+ </ul>
+ <p>
+ Boost's additional test compilers include:
+ </p>
+ <ul>
+ <li>
+ <em>TODO</em>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_44_0.acknowledgements">
+ <h3><span class="link">Acknowledgements</span></h3>
+ <p>
+ <em>TODO</em>
+ </p>
+ </div>
+</div></description></item><item><title>Version 1.43.0</title><pubDate>Thu 6 May 2010 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Functional/Factory, Functional/Forward. Major Update: Range.
Updated Libraries: Accumulators, Array, Asio, Fusion, Iostreams, Multi-index
Containers, Proto, Random, Spirit, Thread, Unordered, Uuid, Wave, Xpressive.
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2010-07-11 13:38:58 EDT (Sun, 11 Jul 2010)
@@ -6,7 +6,154 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.43.0</title><pubDate>Thu 6 May 2010 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.44.0</title><pubDate>$Date: 2010/07/10 16:36:00 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ New Libraries: Updated Libraries:
+ </span></span></boostbook:purpose><description><div class="description">
+
+
+ <div id="version_1_44_0.new_libraries">
+ <h3><span class="link">New Libraries</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/libs/msm/index.html">Meta State Machine</a>:</span>
+ High-performance
+ expressive UML2 finite state machines, from Christophe Henry
+ </li>
+ <li>
+ <span class="library"><a href="/libs/polygon/index.html">Polygon</a>:</span>
+ Booleans/clipping,
+ resizing/offsetting and more for planar polygons with integral coordinates,
+ from Lucanus Simonson.
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_44_0.updated_libraries">
+ <h3><span class="link">Updated Libraries</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
+ <ul>
+ <li>
+ Prevent implicit conversions when calling <code><span class="identifier">hash_value</span></code>.
+ If this breaks your code, you can enable the old behaviour by defining
+ <code><span class="identifier">BOOST_HASH_ALLOW_IMPLICIT_CASTS</span></code>.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
+ <ul>
+ <li>
+ Several fixes for file descriptors class, including a breaking change
+ to the constructors and <code><span class="identifier">open</span></code>
+ methods for <code><span class="identifier">file_descriptor</span></code>,
+ <code><span class="identifier">file_descriptor_source</span></code>
+ and <code><span class="identifier">file_descriptor_sink</span></code>.
+ See <a href="classes/file_descriptor.html">the documentation</a>
+ for details. The old methods are still available if you define <code><span class="identifier">BOOST_IOSTREAMS_USE_DEPRECATED</span></code> (<a href="https://svn.boost.org/trac/boost/ticket/3323">#3323</a>, <a href="https://svn.boost.org/trac/boost/ticket/3517">#3517</a>, <a href="https://svn.boost.org/trac/boost/ticket/4335">#4335</a>).
+ </li>
+ <li>
+ Fix several issues with compression and decompression (<a href="https://svn.boost.org/trac/boost/ticket/2318">#2318</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/4091">#4091</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/3348">#3348</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2783">#2783</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1579">#1579</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/3853">#3853</a>).
+ </li>
+ <li>
+ And a load more miscellaneous fixes (<a href="https://svn.boost.org/trac/boost/ticket/3851">#3851</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/3279">#3279</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/3689">#3689</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2356">#2356</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2996">#2996</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/4102">#4102</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2998">#2998</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1612">#1612</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2325">#2325</a>).
+ </li>
+ <li>
+ Almost all of this is thanks to Steven Watanabe. For more detail see
+ the <a href="/libs/iostreams/doc/release_notes.html">/libs/iostreams/doc/release_notes.html</a>.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/numeric/ublas/index.html">uBLAS</a>:</span>
+ <ul>
+ <li>
+ New assignment operators to feed in vectors and matrices in many nice
+ ways (<a href="http://svn.boost.org/trac/boost/ticket/4034">#4034</a>).
+ Thank you Nasos
+ </li>
+ <li>
+ New doxygen-based <a href="/libs/numeric/ublas/doc/html/index.html">documentation</a>
+ </li>
+ <li>
+ Enable arithmetic operators (+,-,*,/) to work between ublas containers
+ of std::complex and integral types (<a href="http://svn/boost/org/trac/boost/ticket/3649">#3649</a>).
+ Thank you Neal
+ </li>
+ <li>
+ Removed unused variables in functional.hpp (<a href="http://svn.boost.org/trac/boost/ticket/4377">#4377</a>).
+ Thank you Marco
+ </li>
+ <li>
+ New matrix_indirect and vector_indirect views to access elements with
+ a matrix or vector of indices
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_44_0.updated_tools">
+ <h3><span class="link">Updated tools</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/tools/quickbook/index.html">Quickbook</a>:</span>
+ <ul>
+ <li>
+ Use the cygwin 1.7 API for better path handling.
+ </li>
+ <li>
+ Improved boostbook generation.
+ </li>
+ <li>
+ Tweak the grammar to clean up some edge cases.
+ </li>
+ <li>
+ For more detail see the <a href="/doc/libs/1_44_0/doc/html/quickbook/change_log.html#quickbook.change_log.version_1_5_2___boost_1_44_0">change
+ log</a>.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_44_0.compilers_tested">
+ <h3><span class="link">Compilers Tested</span></h3>
+ <p>
+ Boost's primary test compilers are:
+ </p>
+ <ul>
+ <li>
+ <em>TODO</em>
+ </li>
+ </ul>
+ <p>
+ Boost's additional test compilers include:
+ </p>
+ <ul>
+ <li>
+ <em>TODO</em>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_44_0.acknowledgements">
+ <h3><span class="link">Acknowledgements</span></h3>
+ <p>
+ <em>TODO</em>
+ </p>
+ </div>
+</div></description></item><item><title>Version 1.43.0</title><pubDate>Thu 6 May 2010 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Functional/Factory, Functional/Forward. Major Update: Range.
Updated Libraries: Accumulators, Array, Asio, Fusion, Iostreams, Multi-index
Containers, Proto, Random, Spirit, Thread, Unordered, Uuid, Wave, Xpressive.
@@ -1954,481 +2101,5 @@
James managed this release.
</p>
</div>
-</div></description></item><item><title>Version 1.39.0</title><pubDate>Sat, 02 May 2009 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- New Libraries: Signals2. Updated Libraries: Asio, Flyweight, Foreach, Hash,
- Interprocess, Intrusive, Program.Options, Proto, PtrContainer, Range, Unordered,
- Xpressive. Updated Tools: Boostbook, Quickbook.
- </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.39.0/><description><div class="description">
-
-
-
- <div id="version_1_39_0.new_libraries">
- <h3><span class="link">New Libraries</span></h3>
- <ul>
- <li>
- <span class="library"><a href="/libs/signals2/index.html">Signals2</a>:</span> Managed signals
- &amp; slots callback implementation (thread-safe version 2), from Frank Mori
- Hess.
- </li>
- </ul>
- </div>
- <div id="version_1_39_0.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
- <ul>
- <li>
- Implement automatic resizing of the bucket array in the internal hash
- maps. This is to improve performance for very large numbers of asynchronous
- operations and also to reduce memory usage for very small numbers. A
- new macro <code><span class="identifier">BOOST_ASIO_HASH_MAP_BUCKETS</span></code>
- may be used to tweak the sizes used for the bucket arrays.
- </li>
- <li>
- Add performance optimisation for the Windows IOCP backend for when no
- timers are used.
- </li>
- <li>
- Prevent locale settings from affecting formatting of TCP and UDP endpoints
- (<a href="https://svn.boost.org/trac/boost/ticket/2682">#2682</a>).
- </li>
- <li>
- Fix a memory leak that occurred when an asynchronous SSL operation's
- completion handler threw an exception (<a href="https://svn.boost.org/trac/boost/ticket/2910">#2910</a>).
- </li>
- <li>
- Fix the implementation of <code><span class="identifier">io_control</span><span class="special">()</span></code> so that it adheres to the documented
- type requirements for IoControlCommand (<a href="https://svn.boost.org/trac/boost/ticket/2820">#2820</a>).
- </li>
- <li>
- Fix incompatibility between Asio and ncurses.h (<a href="https://svn.boost.org/trac/boost/ticket/2156">#2156</a>).
- </li>
- <li>
- On Windows, specifically handle the case when an overlapped <code><span class="identifier">ReadFile</span></code> call fails with <code><span class="identifier">ERROR_MORE_DATA</span></code>. This enables a hack
- where a <code><span class="identifier">windows</span><span class="special">::</span><span class="identifier">stream_handle</span></code> can be used with a message-oriented
- named pipe (<a href="https://svn.boost.org/trac/boost/ticket/2936">#2936</a>).
- </li>
- <li>
- Fix system call wrappers to always clear the error on success, as POSIX
- allows successful system calls to modify errno (<a href="https://svn.boost.org/trac/boost/ticket/2953">#2953</a>).
- </li>
- <li>
- Don't include termios.h if <code><span class="identifier">BOOST_ASIO_DISABLE_SERIAL_PORT</span></code>
- is defined (<a href="https://svn.boost.org/trac/boost/ticket/2917">#2917</a>).
- </li>
- <li>
- Cleaned up some more MSVC level 4 warnings (<a href="https://svn.boost.org/trac/boost/ticket/2828">#2828</a>).
- </li>
- <li>
- Various documentation fixes (<a href="https://svn.boost.org/trac/boost/ticket/2871">#2871</a>).
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/flyweight/index.html">Flyweight</a>:</span>
- <ul>
- <li>
- The <a href="/libs/flyweight/doc/tutorial/configuration.html#refcounted">refcounted</a>
- component was not thread-safe due to an incorrect implementation and
- could deadlock under heavy usage conditions. This problem has been corrected.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/foreach/index.html">Foreach</a>:</span>
- <ul>
- <li>
- Eliminate shadow warnings on gcc for nested <code><span class="identifier">FOREACH</span></code>
- loops
- </li>
- <li>
- Portability fix for Intel-Win toolset
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
- <ul>
- <li>
- Remove deprecated headers for hashing containers. Everything that was
- in them is included in <code><span class="special">&lt;</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">hash</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
- (<a href="https://svn.boost.org/trac/boost/ticket/2412">#2412</a>).
- </li>
- <li>
- Other minor changes, full details in the library <a href="/doc/html/hash/changes.html#hash.changes.boost_1_39_0">change
- log</a>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/interprocess/index.html">Interprocess</a>:</span>
- <ul>
- <li>
- Increased portability and bug fixes. Full details in the library <a href="/doc/html/interprocess/acknowledgements_notes.html#interprocess.acknowledgements_notes.release_notes.release_notes_boost_1_39_00">change
- log</a>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/intrusive/index.html">Intrusive</a>:</span>
- <ul>
- <li>
- Optimizations and bug fixes. Full details in the library <a href="/doc/html/intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_39_00">change
- log</a>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/program_options/index.html">Program.Options</a>:</span>
- <ul>
- <li>
- Multitoken options fixed (<a href="https://svn.boost.org/trac/boost/ticket/469">#469</a>).
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
- <ul>
- <li>
- Work around incompatibility with standard Linux header.
- </li>
- <li>
- Add <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">noinvoke</span><span class="special">&lt;&gt;</span></code>
- to block metafunction invocation in object transforms.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/ptr_container/index.html">PtrContainer</a>:</span>
- <ul>
- <li>
- Bug fixes from Trac applied.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/range/index.html">Range</a>:</span>
- <ul>
- <li>
- Bug fixes from Trac applied.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
- <ul>
- <li>
- Fixed regression in 1.38 that prevented unordered from using more than
- about 1.5 million buckets (<a href="https://svn.boost.org/trac/boost/ticket/2975">#2975</a>).
- </li>
- <li>
- Minor implementation changes, including <a href="https://svn.boost.org/trac/boost/ticket/2756">#2756</a>.
- Full details in the library <a href="/doc/html/unordered/changes.html#unordered.changes.boost_1_39_0">change
- log</a>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
- <ul>
- <li>
- Work around for gcc optimization problem resulting in pure virtual function
- call runtime error (<a href="https://svn.boost.org/trac/boost/ticket/2655">#2655</a>).
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_39_0.updated_tools">
- <h3><span class="link">Updated Tools</span></h3>
- <ul>
- <li>
- <span class="library"><a href="/tools/boostbook/index.html">Boostbook</a>:</span>
- <ul>
- <li>
- Improved PDF generation.
- </li>
- <li>
- Preliminary HTMLHelp support.
- </li>
- <li>
- Add default path for callout images.
- </li>
- <li>
- Include data members' <code><span class="special">&lt;</span><span class="identifier">purpose</span><span class="special">&gt;</span></code>
- in the class synopsis.
- </li>
- <li>
- Fix bug where a function's <code><span class="special">&lt;</span><span class="identifier">purpose</span><span class="special">&gt;</span></code>
- wasn't displayed if it was just plain text.
- </li>
- <li>
- Support the alt tag in <code><span class="special">&lt;</span><span class="identifier">headername</span><span class="special">&gt;</span></code>
- and <code><span class="special">&lt;</span><span class="identifier">macroname</span><span class="special">&gt;</span></code>. Use this if the header or macro
- name is different to the contents of the tag (<a href="https://svn.boost.org/trac/boost/ticket/1977">#1977</a>).
- </li>
- <li>
- Support links relative to the boost root in <code><span class="special">&lt;</span><span class="identifier">ulink</span><span class="special">&gt;</span></code>
- tags, using a custom url, see the <a href="/doc/html/boostbook/together.html#boostbook.linking">linking
- documentation</a> for details (<a href="https://svn.boost.org/trac/boost/ticket/1166">#1166</a>).
- </li>
- <li>
- Avoid generating filenames that only differ in case for function, method
- and macro documentation.
- </li>
- <li>
- Run the docbook chunker quietly, unless boostbook.verbose is set. This
- parameter might be used in other places in future releases.
- </li>
- <li>
- Make the 1.1 DTD available.
- </li>
- <li>
- Fill in some missing reference documentation (partially fixes <a href="https://svn.boost.org/trac/boost/ticket/2153">#2153</a>).
- </li>
- <li>
- Changes to doxygen integration:
- <ul>
- <li>
- Support <code><span class="special">\</span><span class="keyword">throw</span></code>.
- </li>
- <li>
- Support global variables and enums.
- </li>
- <li>
- Better support for documentation written in function and method bodies.
- </li>
- <li>
- Workaround a problem with doxygen 1.5.8's xml output (<a href="https://svn.boost.org/trac/boost/ticket/2937">#2937</a>).
- </li>
- </ul>
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/tools/quickbook/index.html">Quickbook</a>:</span>
- <ul>
- <li>
- Return an error code and error count if there are any errors (<a href="https://svn.boost.org/trac/boost/ticket/1399">#1399</a>).
- </li>
- <li>
- Support both windows and cygwin paths at the compile line when compiled
- with cygwin.
- </li>
- <li>
- Fix some issues with C++ and Python code:
- <ul>
- <li>
- Fail gracefully for a mismatched <code><span class="char">''</span></code>.
- </li>
- <li>
- Warn if any unexpected character are encountered and write them out
- properly (<a href="https://svn.boost.org/trac/boost/ticket/1170">#1170</a>).
- </li>
- <li>
- Fix a bug for hex encoded characters in strings (<a href="https://svn.boost.org/trac/boost/ticket/2860">#2860</a>).
- </li>
- </ul>
- </li>
- <li>
- Improved testing, including tests for expected failures.
- </li>
- <li>
- Generate valid document info for document types other than <code><span class="identifier">library</span></code> (<a href="https://svn.boost.org/trac/boost/ticket/2711">#2711</a>):
- <ul>
- <li>
- Remove library specific attributes.
- </li>
- <li>
- Put title before info block.
- </li>
- </ul>
- </li>
- <li>
- Fix a bug when calling templates.
- </li>
- <li>
- Less warnings when built using gcc.
- </li>
- <li>
- Small documentation improvements (<a href="https://svn.boost.org/trac/boost/ticket/1213">#1213</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/2701">#2701</a>).
- </li>
- <li>
- Fix a bug with xinclude pages when outdir is the current directory (<a href="https://svn.boost.org/trac/boost/ticket/2921">#2921</a>).
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_39_0.compilers_tested">
- <h3><span class="link">Compilers Tested</span></h3>
- <p>
- Boost's primary test compilers are:
- </p>
- <ul>
- <li>
- OS X:
- <ul>
- <li>
- GCC 4.0.1 on Intel Tiger and Leopard
- </li>
- <li>
- GCC 4.0.1 on PowerPC Tiger
- </li>
- </ul>
- </li>
- <li>
- Linux:
- <ul>
- <li>
- GCC 4.3.2 on Ubuntu Linux.
- </li>
- <li>
- GCC 4.3.3 on Debian &quot;unstable&quot;.
- </li>
- </ul>
- </li>
- <li>
- Windows:
- <ul>
- <li>
- Visual C++ 7.1 SP1, 8.0 SP1 and 9.0 SP1 on Windows XP.
- </li>
- </ul>
- </li>
- </ul>
- <p>
- Boost's additional test compilers include:
- </p>
- <ul>
- <li>
- Linux:
- <ul>
- <li>
- Intel 9.0 on Red Hat Enterprise Linux
- </li>
- <li>
- Intel 10.0 on Red Hat Enterprise Linux
- </li>
- <li>
- Intel 10.1 on 64-bit Linux Redhat 5.1 Server.
- </li>
- <li>
- Intel 10.1 on Suse Linux on 64 bit Itanium
- </li>
- <li>
- Intel 11.0 on Red Hat Enterprise Linux
- </li>
- <li>
- GCC 4.1.1, 4.2.1 on 64-bit Red Hat Enterprise Linux
- </li>
- <li>
- GCC 4.1.2 on 64-bit Redhat Server 5.1
- </li>
- <li>
- GCC 4.1.2 on Suse Linux on 64 bit Itanium
- </li>
- <li>
- GCC 3.4.3, GCC 4.0.1, GCC 4.2.4 and GCC 4.3.2 on Red Hat Enterprise Linux
- </li>
- <li>
- GCC 4.3.2 with C++0x extensions on Red Hat Enterprise Linux
- </li>
- <li>
- GCC 4.2.1 on OpenSuSE Linux
- </li>
- <li>
- QLogic PathScale(TM) Compiler Suite: Version 3.1 on Red Hat Enterprise
- Linux
- </li>
- <li>
- GNU gcc version 4.2.0 (PathScale 3.2 driver) on 64-bit Red Hat Enterprise
- Linux
- </li>
- <li>
- Sun 5.9 on Red Hat Enterprise Linux
- </li>
- </ul>
- </li>
- <li>
- OS X:
- <ul>
- <li>
- Intel 9.1, 10.1 on Tiger
- </li>
- <li>
- Intel 10.1, 11.0 on Leopard
- </li>
- <li>
- GCC 4.2.1 on Leopard
- </li>
- </ul>
- </li>
- <li>
- Windows:
- <ul>
- <li>
- Visual C++ 9.0 on Vista.
- </li>
- <li>
- Visual C++ 9.0, using STLport 5.2, on XP and Windows Mobile 5.0.
- </li>
- <li>
- Borland 5.9.3
- </li>
- <li>
- Borland 6.1.0
- </li>
- <li>
- Intel C++ 11.0, with a Visual C++ 9.0 backend, on XP 32-bit.
- </li>
- <li>
- Intel C++ 11.0, with a Visual C++ 9.0 backend, on Vista 64-bit. (TODO:
- not recently)
- </li>
- <li>
- GCC 4.3.3, on Mingw
- </li>
- </ul>
- </li>
- <li>
- AIX:
- <ul>
- <li>
- IBM XL C/C++ Enterprise Edition for AIX, V10.1.0.0, on AIX Version 5.3.0.40
- </li>
- </ul>
- </li>
- <li>
- NetBSD:
- <ul>
- <li>
- GCC 4.1.2 on NetBSD 4.0/i386 and NetBSD 4.0/amd64.
- </li>
- </ul>
- </li>
- <li>
- Solaris:
- <ul>
- <li>
- Sun C++ 5.7, 5.8, 5.9 on Solaris 5.10
- </li>
- <li>
- GCC 3.4.6 on Solaris 5.10
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_39_0.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- <a href="/users/people/beman_dawes.html">Beman Dawes</a>, Eric Niebler,
- <a href="/users/people/rene_rivera.html">Rene Rivera</a>, and Daniel
- James managed this release.
- </p>
- </div>
</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