2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-24 04:22:15 +00:00
Files
website/news.rss
2006-05-22 05:24:04 +00:00

61 lines
6.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<generator>RSS Builder by B!Soft</generator>
<title>Boost News</title>
<link>http://beta.boost.org/feed/news.rss</link>
<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.33.1</title>
<pubDate>Tue, 5 Dec 2006 12:00:00 GMT</pubDate>
<link />
<description><![CDATA[Updated Libraries: Any, Config, Python, Smart Pointer, Regex, Iostreams, Functional/Hash, Multi-index Containers, Graph, Signals, Thread, and Wave.
<HR>
<H3>Updated Libraries</H3>
<ul>
<li><SPAN class=library><a href="doc/html/any.html">Any Library</a>:</SPAN> Cast to reference types introduced in 1.33.0 is now documented on <CODE>any_cast</CODE> documentation page.
<li><SPAN class=library><a href="libs/config/index.html">Config Library</a>:</SPAN> Don't undef BOOST_LIB_TOOLSET after use.
<li><SPAN class=library><a href="libs/python/doc/index.html">Boost.Python</a>:</SPAN>
<ul>
<li>The build now assumes Python 2.4 by default, rather than 2.2
<li>Support Python that's built without Unicode support
<li>Support for wrapping classes with overloaded address-of (<CODE>&amp;</CODE>) operators </li></ul>
<li><SPAN class=library><a href="libs/smart_ptr/index.html">Smart Pointer Library</a>:</SPAN> Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac OS X) with inlining on, GNU GCC on PowerPC 64.
<li><SPAN class=library><a href="libs/regex/doc/index.html">Regex Library</a>:</SPAN> Fixed the supplied makefiles, and other small compiler specific changes. Refer to the <a href="libs/regex/doc/history.html">regex history page</a> for more information on these and other small changes.
<li><SPAN class=library><a href="libs/iostreams/doc/index.html">Iostreams Library</a>:</SPAN> Improved the interface for accessing a chain's components, added <CODE>is_open</CODE> members to the file and file descriptor devices, fixed memory-mapped files on Windows, and made minor changes to the documentation.
<li><SPAN class=library><a href="libs/functional/hash/index.html">Functional/Hash Library</a>:</SPAN> Fixed the points example.
<li><SPAN class=library><a href="libs/multi_index/doc/index.html">Multi-index Containers Library</a>:</SPAN> Fixed a problem with multithreaded code, and other minor changes. Refer to the library <a href="libs/multi_index/doc/release_notes.html#boost_1_33_1">release notes</a> for further details.
<li><SPAN class=library><a href="libs/graph/doc/table_of_contents.html">Graph Library</a>:</SPAN>
<ul>
<li>Fixed a problem with the relaxed heap on x86 Linux (fixes bug in <TT>dijkstra_shortest_paths</TT>).
<li>Fixed problems with <a href="libs/graph/doc/cuthill_mckee_ordering.html"><CODE>cuthill_mckee_ordering</CODE></a> and <a href="libs/graph/doc/king_ordering.html"><CODE>king_ordering</CODE></a> producing no results.
<li>Added <TT>color_map</TT> parameter to <TT>dijkstra_shortest_paths</TT>. </li></ul>
<li><SPAN class=library><a href="libs/signals/doc/index.html">Signals Library</a>:</SPAN> Fixed problems with the use of Signals across shared library boundaries.
<li><SPAN class=library><a href="libs/thread/doc/index.html">Thread library</a>:</SPAN> <CODE>read_write_mutex</CODE> has been removed due to problems with deadlocks.
<li><SPAN class=library><a href="libs/wave/index.html">Wave library</a> (V1.2.1)</SPAN> Fixed a couple of problems, refer to the <a href="libs/wave/ChangeLog">change log</a> for further details. </li></ul>
<H3>Supported Compilers</H3>
<p>Boost is tested on a wide range of compilers and platforms. Since Boost libraries rely on modern C++ features not available in all compilers, not all Boost libraries will work with every compiler. The following compilers and platforms have been extensively tested with Boost, although many other compilers and platforms will work as well. For more information, see the <a href="http://www.boost.org/regression/release/user/">regression test results</a>.</p>
<p><B>New for this release</B>: Support for building with the newest STLport-5.0 was added. The support includes building with MinGW Runtime 3.8 plus STLport-5.0 improved to support wide character operations. Apple GCC 4.0, HP Tru64 C++, and Microsoft Visual C++ 8.0 are supported platforms. We have added an experimental autoconf-like <CODE>configure</CODE> script for Unix-like systems: run <CODE>configure --help</CODE> for more information.</p>
<ul>
<li><a href="http://developer.apple.com/">Apple GCC</a> 3.3, 4.0 on Mac OS X.
<li><a href="http://www.borland.com/us/products/cbuilder/">Borland C++</a> 5.6.4 on Windows.
<li><a href="http://gcc.gnu.org">GNU C++</a> 2.95.3 (with and without STLport), 3.2.x., 3.3.x, 3.4.x, 4.0.x on Windows, Linux and Solaris.
<li><a href="http://h30097.www3.hp.com/cplus/">HP C++ for Tru64 UNIX 7.1</a>.
<li><a href="http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">Intel C++</a> 8.1, 9.0 on Windows, Linux.
<li><a href="http://www.metrowerks.com">Metrowerks CodeWarrior</a> 8.3, 9.4, 9.5 on Mac OS X and Windows.
<li><a href="http://msdn.microsoft.com/visualc/">Microsoft Visual C++</a> 6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not support the non-standard "Safe" C++ Library shipping with Visual C++ 8.0, which may result in many spurious warnings from Boost headers and other standards-conforming C++ code. To suppress these warnings, define the macro <CODE>_SCL_SECURE_NO_DEPRECATE</CODE>. </li></ul>
<H3>Acknowledgements</H3>
<p><img class=left-inset height=118 alt="Medieval Mr. Gregor" src="/gfx/boost_1_33_0.jpg" width=128> <a href="people/doug_gregor.html">Douglas Gregor</a> managed this release.</p>
<p>A great number of people contributed their time and expertise to make this release possible. Special thanks go to Aleksey Gurtovoy and Misha Bergal, who managed to keep the regression testing system working throughout the release process; David Abrahams, Beman Dawes, Aleksey Gurtovoy, Bronek Kozicki, Rene Rivera and Jonathan Turkanis for greatly improving the quality of this release; Rene Rivera for the new Boost web page design; and Zoltan "cad" Juhasz for the new Boost logo.</p>]]></description>
</item>
<item>
<title>asio Formal Review Begins</title>
<pubDate>Sun, 10 Dec 2006 12:00:00 GMT</pubDate>
<link />
<description><![CDATA[The review will run until Friday December 23rd. The <a href="http://asio.sourceforge.net/">Boost.Asio</a> library is intended for programmers using C++ for systems programming, where access to operating system functionality such as networking is often required.]]></description>
</item>
</channel>
</rss>