Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67624 - in website/public_html/dev: . users/download users/news
From: dnljms_at_[hidden]
Date: 2011-01-03 12:44:30


Author: danieljames
Date: 2011-01-03 12:44:26 EST (Mon, 03 Jan 2011)
New Revision: 67624
URL: http://svn.boost.org/trac/boost/changeset/67624

Log:
Single cannonical location for release notes.
Removed:
   website/public_html/dev/users/download/version_1_44_0.html
   website/public_html/dev/users/download/version_1_45_0.html
   website/public_html/dev/users/news/version_1_40_0.html
   website/public_html/dev/users/news/version_1_41_0.html
   website/public_html/dev/users/news/version_1_42_0.html
   website/public_html/dev/users/news/version_1_43_0.html
   website/public_html/dev/users/news/version_1_44_0.html
   website/public_html/dev/users/news/version_1_45_0.html
   website/public_html/dev/users/news/version_1_46_0.html
Text files modified:
   website/public_html/dev/.htaccess | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: website/public_html/dev/.htaccess
==============================================================================
--- website/public_html/dev/.htaccess (original)
+++ website/public_html/dev/.htaccess 2011-01-03 12:44:26 EST (Mon, 03 Jan 2011)
@@ -23,6 +23,8 @@
 
 ########## Rewrites to serve up dynamic RSS feeds.
 
+RewriteRule ^users/news/(version_[-\w]+)$ users/history/$1 [L,R=301]
+RewriteRule ^users/download/(version_[-\w]+)$ users/history/$1 [L,R=301]
 RewriteRule ^users/news/([-\w]+)$ users/news/$1.html [L]
 RewriteRule ^users/download/([-\w]+)$ users/download/$1.html [L]
 RewriteRule ^users/history/([-\w]+)$ users/history/$1.html [L]

Deleted: website/public_html/dev/users/download/version_1_44_0.html
==============================================================================
--- website/public_html/dev/users/download/version_1_44_0.html 2011-01-03 12:44:26 EST (Mon, 03 Jan 2011)
+++ (empty file)
@@ -1,1043 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<head>
- <title>Version 1.44.0</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="icon" href="/favicon.ico" type="image/ico" />
- <link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
- <!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
-</head>
-
-<body>
- <div id="heading">
- <!--#include virtual="/common/heading.html" --> </div>
-
- <div id="body">
- <div id="body-inner">
- <div id="content">
- <div class="section" id="intro">
- <div class="section-0">
- <div class="section-title">
- <h1>Version 1.44.0</h1>
- </div>
-
- <div class="section-body">
- <h2><span class=
- "news-title">Version 1.44.0</span></h2>
-
- <p><span class=
- "news-date">August 13th, 2010 17:00 GMT</span></p>
-
- <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
-<tr><th scope="row" rowspan="2">unix</th><td>boost_1_44_0.tar.bz2</td></tr><tr><td>boost_1_44_0.tar.gz</td></tr>
-<tr><th scope="row" rowspan="2">windows</th><td>boost_1_44_0.7z</td></tr><tr><td>boost_1_44_0.zip</td></tr></table>
- <div class="news-description">
- <div class="description">
-
-
-
- <div id="version_1_44_0.new_libraries">
- <h3><span class="link">New Libraries</span></h3>
- <ul>
- <li>
- <div>
- <span class="library">Meta State Machine:</span>
- High-performance
- expressive UML2 finite state machines, from Christophe Henry
- </div>
- </li>
- <li>
- <div>
- <span class="library">Polygon:</span>
- Booleans/clipping,
- resizing/offsetting and more for planar polygons with integral coordinates,
- from Lucanus Simonson.
- </div>
- </li>
- </ul>
- </div>
- <div id="version_1_44_0.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <div>
- <span class="library">Accumulators:</span>
- <ul>
- <li>
- <div>
- Correct miscellaneous documentation inaccuracies
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Asio:</span>
- <ul>
- <li>
- <div>
- Reduced compile times. (Note that some programs may need to add additional
- <code><span class="preprocessor">#include</span></code>s, e.g.
- if the program uses <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code>
- but does not explicitly include <code><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>.)
- </div>
- </li>
- <li>
- <div>
- Reduced the size of generated code.
- </div>
- </li>
- <li>
- <div>
- Refactored <code><span class="identifier">deadline_timer</span></code>
- implementation to improve performance.
- </div>
- </li>
- <li>
- <div>
- Improved multiprocessor scalability on Windows by using a dedicated
- hidden thread to wait for timers.
- </div>
- </li>
- <li>
- <div>
- Improved performance of <code><span class="identifier">asio</span><span class="special">::</span><span class="identifier">streambuf</span></code>
- with <code><span class="identifier">async_read</span><span class="special">()</span></code>
- and <code><span class="identifier">async_read_until</span><span class="special">()</span></code>. These read operations now use
- the existing capacity of the <code><span class="identifier">streambuf</span></code>
- when reading, rather than limiting the read to 512 bytes.
- </div>
- </li>
- <li>
- <div>
- Added optional separate compilation. To enable, add <code><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">/</span><span class="identifier">impl</span><span class="special">/</span><span class="identifier">src</span><span class="special">.</span><span class="identifier">cpp</span><span class="special">&gt;</span></code>
- to one source file in a program, then build the program with <code><span class="identifier">BOOST_ASIO_SEPARATE_COMPILATION</span></code>
- defined in the project/compiler settings. Alternatively, <code><span class="identifier">BOOST_ASIO_DYN_LINK</span></code> may be defined
- to build a separately-compiled Asio as part of a shared library.
- </div>
- </li>
- <li>
- <div>
- Added new macro <code><span class="identifier">BOOST_ASIO_DISABLE_FENCED_BLOCK</span></code>
- to permit the disabling of memory fences around completion handlers,
- even if thread support is enabled.
- </div>
- </li>
- <li>
- <div>
- Reworked timeout examples to better illustrate typical use cases.
- </div>
- </li>
- <li>
- <div>
- Ensured that handler arguments are passed as <code><span class="keyword">const</span></code>
- types.
- </div>
- </li>
- <li>
- <div>
- Fixed incorrect parameter order in <code><span class="identifier">null_buffers</span></code>
- variant of <code><span class="identifier">async_send_to</span></code>
- (#4170).
- </div>
- </li>
- <li>
- <div>
- Ensured <code><span class="keyword">unsigned</span> <span class="keyword">char</span></code>
- is used with <code><span class="identifier">isdigit</span></code>
- in <code><span class="identifier">getaddrinfo</span></code> emulation
- (#4201).
- </div>
- </li>
- <li>
- <div>
- Fixed handling of very small but non-zero timeouts (#4205).
- </div>
- </li>
- <li>
- <div>
- Fixed crash that occurred when an empty buffer sequence was passed
- to a composed read or write operation.
- </div>
- </li>
- <li>
- <div>
- Added missing <code><span class="keyword">operator</span><span class="special">+</span></code> overload in <code><span class="identifier">buffers_iterator</span></code>
- (#4382).
- </div>
- </li>
- <li>
- <div>
- Implemented cancellation of <code><span class="identifier">null_buffers</span></code>
- operations on Windows.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Config:</span>
- <ul>
- <li>
- <div>
- Added new defect macro, <code><span class="identifier">BOOST_NO_COMPLETE_VALUE_INITIALIZATION</span></code>.
- </div>
- </li>
- <li>
- <div>
- Added new defect macro <code><span class="identifier">BOOST_NO_0X_HDR_TYPEINDEX</span></code>,
- fixes issue #4274.
- </div>
- </li>
- <li>
- <div>
- Added support for code visibility in GCC.
- </div>
- </li>
- <li>
- <div>
- Fixed issues #4385,
- #4324,
- #4221,
- #4182,
- #4178,
- #4152,
- #4115.
- #4112,
- #4059,
- #4041,
- #4012.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Filesystem:</span>
- <ul>
- <li>
- <div>
- This release contains both version 2 and version 3 of the library.
- Version 3 is a major upgrade that will break some existing user code,
- so version 2 is the default. Users are encouraged to migrate to version
- 3. See 'Version 2'
- and 'Version 3'
- for more information.
- </div>
- </li>
- <li>
- <div>
- Fix problems with symbol visibility for shared libraries.
- </div>
- </li>
- <li>
- <div>
- Fix various minor problems.
- </div>
- </li>
- <li>
- <div>
- Fixed issues: #3863,
- #4248.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Foreach:</span>
- <ul>
- <li>
- <div>
- Add <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">foreach_fwd</span><span class="special">.</span><span class="identifier">hpp</span></code> for forward declarations of
- foreach's customization points, fixes #3998.
- </div>
- </li>
- <li>
- <div>
- Remove out-of-date work-arounds for sun compilers, fixes #4306.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Fusion:</span>
- <ul>
- <li>
- <div>
- Added <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">reverse_fold</span></code>, <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">iter_fold</span></code>
- and <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">reverse_iter_fold</span></code> (#1623).
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Hash:</span>
- <ul>
- <li>
- <div>
- Option to prevent implicit casts when calling the hash function by
- defining the macro <code><span class="identifier">BOOST_HASH_NO_IMPLICIT_CASTS</span></code>,
- which can avoid some subtle problems. This might be activated by
- default in a future version.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Iostreams:</span>
- <ul>
- <li>
- <div>
- 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="/libs/iostreams/doc/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>
- (#3323,
- #3517,
- #4335).
- </div>
- </li>
- <li>
- <div>
- Fix several issues with compression and decompression (#2318,
- #4091,
- #3348,
- #2783,
- #1579,
- #3853).
- </div>
- </li>
- <li>
- <div>
- And a load more miscellaneous fixes (#3851,
- #3279,
- #3689,
- #2356,
- #2996,
- #4102,
- #2998,
- #1612,
- #2325).
- </div>
- </li>
- <li>
- <div>
- Thanks to Steven Watanabe for almost all these fixes. For more detail
- see the <a href="/libs/iostreams/doc/release_notes.html">release
- notes</a>.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Math:</span>
- <ul>
- <li>
- <div>
- Fixed incorrect range and support for Rayleigh distribution.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">MPL:</span>
- <ul>
- <li>
- <div>
- Make <code><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">string</span></code> work with <code><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">transform</span></code>.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Multi-index Containers:</span>
- <ul>
- <li>
- <div>
- Fixed a bug preventing the use of <code><span class="identifier">modify_key</span></code>
- with rollback in ordered
- and hashed
- indices when <code><span class="identifier">Modifier</span></code>
- and <code><span class="identifier">Rollback</span></code> are
- different types (ticket #4130).
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Proto:</span>
- <ul>
- <li>
- <div>
- <em>Minor change in behavior:</em> when using
- <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">and_</span></code> as a transform, apply <em>all</em>
- transforms but only return the result of applying the last. See Proto's
- <a href="/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_44">Release
- Notes</a> for details.
- </div>
- </li>
- <li>
- <div>
- <em>Minor change in behavior:</em> <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">as_expr</span></code> and <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">as_child</span></code>
- no longer run objects that are already proto expressions through
- the expression domain's generator. See Proto's <a href="/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_44">Release
- Notes</a> for details.
- </div>
- </li>
- <li>
- <div>
- <em>Minor change in behavior:</em> Proto
- uses <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">basic_expr</span></code> instead of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">expr</span></code> when possible for better compile
- times. See Proto's <a href="/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_44">Release
- Notes</a> for details.
- </div>
- </li>
- <li>
- <div>
- Add support for sub-domains.
- </div>
- </li>
- <li>
- <div>
- Introduce per-domain <code><span class="identifier">as_expr</span></code>
- and <code><span class="identifier">as_child</span></code> customization
- points to allow for domain-specific customization of variable capture
- behavior.
- </div>
- </li>
- <li>
- <div>
- The <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">_default</span></code> transform is also a grammar
- that matches the expressions the transform knows how to handle.
- </div>
- </li>
- <li>
- <div>
- Add <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">_void</span></code>, a no-op primitive transform
- that does nothing and returns <code><span class="keyword">void</span></code>.
- </div>
- </li>
- <li>
- <div>
- The <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">pass_through</span></code> transform doesn't
- strip expression wrappers, fixes #4175.
- </div>
- </li>
- <li>
- <div>
- Const-correctness fixes when invoking proto domains.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Regex:</span>
- <ul>
- <li>
- <div>
- Fixed issues: #4309,
- #4215,
- #4212,
- #4191,
- #4132,
- #4123,
- #4114,
- #4036,
- #4020,
- #3941,
- #3902,
- #3890.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Spirit:</span>
- Spirit V2.4,
- see the '<a href="/doc/libs/1_44_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_4.html">What's
- New</a>' section for details.
- </div>
- </li>
- <li>
- <div>
- <span class="library">System:</span>
- <ul>
- <li>
- <div>
- Change system_category and generic_category to functions, to conform
- to the C++0x FCD. This change may cause compile errors some user
- code; the fix is add &quot;()&quot; to references to system_category
- and generic_category, so that they become function calls.
- </div>
- </li>
- <li>
- <div>
- Fix problems with symbol visibility for shared libraries.
- </div>
- </li>
- <li>
- <div>
- Fixed issues: #4254,
- #3994,
- #3474.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Thread:</span>
- <ul>
- <li>
- <div>
- Fixes for miscellaneous trac issues (#2501,
- #4341,
- #4363,
- #3760,
- #3761,
- #3611,
- #2955,
- #4071,
- #3195,
- #3097,
- #2874,
- #4316,
- #4317,
- #4322,
- #3244,
- #2747,
- #4305,
- #3195,
- #2704,
- #2293,
- #868,
- #2918,
- #4238,
- #3269,
- #3178,
- #3195).
- </div>
- </li>
- <li>
- <div>
- Fixes for other miscellaneous issues (remove warnings, support newer
- compilers, etc.)
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">TR1:</span>
- <ul>
- <li>
- <div>
- Fixed VC10 support.
- </div>
- </li>
- <li>
- <div>
- <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">tr1</span><span class="special">::</span><span class="identifier">result_of</span></code> always uses the TR1 ResultOf
- protocol, even on compilers that support the C++0x <code><span class="identifier">decltype</span></code>-based implementation.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Type Traits:</span>
- <ul>
- <li>
- <div>
- Added support for rvalue references throughout the library, plus
- two new traits classes is_rvalue_reference and is_lvalue_reference.
- Fixes #4407
- and #3804.
- </div>
- </li>
- <li>
- <div>
- Fixed ticket #3621.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">uBLAS:</span>
- <ul>
- <li>
- <div>
- New assignment operators to feed in vectors and matrices in many
- nice ways (#4034).
- Thank you Nasos
- </div>
- </li>
- <li>
- <div>
- New doxygen-based documentation
- </div>
- </li>
- <li>
- <div>
- Enable arithmetic operators (+,-,*,/) to work between ublas containers
- of std::complex and integral types (#3649).
- Thank you Neal
- </div>
- </li>
- <li>
- <div>
- Removed unused variables in functional.hpp (#4377).
- Thank you Marco
- </div>
- </li>
- <li>
- <div>
- New matrix_indirect and vector_indirect views to access elements
- with a matrix or vector of indices
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Utility:</span>
- <ul>
- <li>
- <div>
- Added a new template class, boost::initialized<T>,
- in order to fix #3472.
- </div>
- </li>
- <li>
- <div>
- New version of <code><span class="identifier">value_initialized</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span></code> no longer calls <code><span class="identifier">memset</span></code> when the compiler has implemented
- value-initialization completely (#3869).
- </div>
- </li>
- <li>
- <div>
- New template <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">tr1_result_of</span></code>
- that implements the TR1 ResultOf protocol even if <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">result_of</span></code>
- uses the C++0x <code><span class="identifier">decltype</span></code>-based
- implementation.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Uuid:</span>
- <ul>
- <li>
- <div>
- Define <code><span class="identifier">BOOST_UUID_NO_TYPE_TRAITS</span></code>
- to remove the dependency on Boost.TypeTraits.
- </div>
- </li>
- <li>
- <div>
- Stream <code><span class="keyword">operator</span><span class="special">&lt;&lt;</span></code>
- handles left, internal, and right manipulators.
- </div>
- </li>
- <li>
- <div>
- Added <code><span class="identifier">to_string</span></code>,
- <code><span class="identifier">to_wstring</span></code> to convert
- a uuid to a string.
- </div>
- </li>
- <li>
- <div>
- Fixed minor bugs in documentation.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Wave:</span>
- See the Changelog
- for details.
- </div>
- </li>
- <li>
- <div>
- <span class="library">Xpressive:</span>
- <ul>
- <li>
- <div>
- Replace non-portable <code><span class="keyword">using</span></code>
- declarations with <code><span class="keyword">typedef</span></code>s
- in <code><span class="identifier">nested_results</span></code>.
- </div>
- </li>
- <li>
- <div>
- Support user-defined assertions with placeholders for non-local variables.
- </div>
- </li>
- </ul>
- </div>
- </li>
- </ul>
- </div>
- <div id="version_1_44_0.updated_tools">
- <h3><span class="link">Updated tools</span></h3>
- <ul>
- <li>
- <div>
- <span class="library">Boostbook:</span>
- <ul>
- <li>
- <div>
- Significantly faster.
- </div>
- </li>
- <li>
- <div>
- Improved syntax highlighter.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Quickbook:</span>
- <ul>
- <li>
- <div>
- Use the cygwin 1.7 API for better path handling.
- </div>
- </li>
- <li>
- <div>
- Improved boostbook generation.
- </div>
- </li>
- <li>
- <div>
- Tweak the grammar to clean up some edge cases.
- </div>
- </li>
- <li>
- <div>
- 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>.
- </div>
- </li>
- </ul>
- </div>
- </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>
- <div>
- OS X:
- <ul>
- <li>
- <div>
- GCC 4.0.1 on Intel Leopard.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- Linux:
- <ul>
- <li>
- <div>
- GCC 4.4 on 64-bit Suse.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- Windows:
- <ul>
- <li>
- <div>
- Visual C++ 7.1 SP1, 8.0 SP1, 9.0 SP1 and 10.0.
- </div>
- </li>
- <li>
- <div>
- GCC 4.3.3, using Mingw.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- FreeBSD:
- <ul>
- <li>
- <div>
- GCC 4.2.1, 32 and 64 bit.
- </div>
- </li>
- </ul>
- </div>
- </li>
- </ul>
- <p>
- Boost's additional test compilers include:
- </p>
- <ul>
- <li>
- <div>
- Linux:
- <ul>
- <li>
- <div>
- Intel 10.1 on 32 bit Red Hat Enterprise Linux.
- </div>
- </li>
- <li>
- <div>
- Intel 10.1, 11.0, 11.1 on 64 bit Red Hat Enterprise Linux.
- </div>
- </li>
- <li>
- <div>
- GCC 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.5 on Red Hat Enterprise Linux.
- </div>
- </li>
- <li>
- <div>
- GCC, with C++0x extensions, 4.3.4, 4.4.3, 4.5 on Red Hat Enterprise
- Linux.
- </div>
- </li>
- <li>
- <div>
- GCC 4.4 on 64 bit Suse.
- </div>
- </li>
- <li>
- <div>
- QLogic PathScale(TM) Compiler Suite: Version 3.2 on Red Hat Enterprise
- Linux.
- </div>
- </li>
- <li>
- <div>
- Clang from subversion (will be released with LLVM 2.8).
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- OS X:
- <ul>
- <li>
- <div>
- Intel C++ Compiler 10.1, 11.0, 11.1 on Leopard.
- </div>
- </li>
- <li>
- <div>
- GCC 4.0.1, 4.2.1 (Apple build).
- </div>
- </li>
- <li>
- <div>
- GCC 4.4
- </div>
- </li>
- <li>
- <div>
- GCC, with C++0x extensions, 4.4
- </div>
- </li>
- <li>
- <div>
- Clang from subversion (will be released with LLVM 2.8).
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- Windows:
- <ul>
- <li>
- <div>
- Visual C++ 7.1 SP, 8.0, 9.0 on 32-bit XP.
- </div>
- </li>
- <li>
- <div>
- Visual C++ 9.0 using STLport 5.2 on XP and Windows Mobile 5.0.
- </div>
- </li>
- <li>
- <div>
- Visual C++ 10.0 on XP.
- </div>
- </li>
- <li>
- <div>
- Visual C++ 10.0 on 64-bit Windows 7.
- </div>
- </li>
- <li>
- <div>
- Borland/Codegear C++ 5.9.3, 6.1.3 (2009), 6.2.1 (2010).
- </div>
- </li>
- <li>
- <div>
- Intel C++ 11.1, with a Visual C++ 9.0 backend, on Vista 32-bit.
- </div>
- </li>
- <li>
- <div>
- GCC 4.3.3, 4.5 on Mingw.
- </div>
- </li>
- <li>
- <div>
- GCC, with C++0x extensions, 4.5 on Mingw.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- AIX:
- <ul>
- <li>
- <div>
- IBM XL C/C++ Enterprise Edition, V11.1.0.0, on AIX Version 5.3.0.40.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- FreeBSD:
- <ul>
- <li>
- <div>
- GCC 4.2.1 on FreeBSD 7.2, 64 bit.
- </div>
- </li>
- <li>
- <div>
- GCC 4.2.1 on FreeBSD 8.0, 32 bit.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- Solaris:
- <ul>
- <li>
- <div>
- Sun C++ 5.10 on Solaris 5.10.
- </div>
- </li>
- </ul>
- </div>
- </li>
- </ul>
- </div>
- <div id="version_1_44_0.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- Beman Dawes, Eric Niebler,
- Rene Rivera, Daniel James
- and Vladimir Prus managed this release.
- </p>
- <p>
- Thanks to Marshall Clow for organizing the bug sprint and to everyone who took
- part.
- </p>
- </div>
-</div> </div>
- </div>
- </div>
- </div>
- </div>
-
- <div id="sidebar">
- <!--#include virtual="/common/sidebar-common.html" --><!--#include virtual="/common/sidebar-boost.html" --> </div>
-
- <div class="clear"></div>
- </div>
- </div>
-
- <div id="footer">
- <div id="footer-left">
- <div id="revised">
- <p>Revised $Date: 2010-08-18 21:38:46 +0100 (Wed, 18 Aug 2010) $</p>
- </div>
-
- <div id="copyright">
- <p>Copyright Rene Rivera 2006-2007.</p>
- </div><!--#include virtual="/common/footer-license.html" --> </div>
-
- <div id="footer-right">
- <!--#include virtual="/common/footer-banners.html" --> </div>
-
- <div class="clear"></div>
- </div>
-</body>
-</html>

Deleted: website/public_html/dev/users/download/version_1_45_0.html
==============================================================================
--- website/public_html/dev/users/download/version_1_45_0.html 2011-01-03 12:44:26 EST (Mon, 03 Jan 2011)
+++ (empty file)
@@ -1,893 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<head>
- <title>Version 1.45.0</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="icon" href="/favicon.ico" type="image/ico" />
- <link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
- <!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
-</head>
-
-<body>
- <div id="heading">
- <!--#include virtual="/common/heading.html" --> </div>
-
- <div id="body">
- <div id="body-inner">
- <div id="content">
- <div class="section" id="intro">
- <div class="section-0">
- <div class="section-title">
- <h1>Version 1.45.0</h1>
- </div>
-
- <div class="section-body">
- <h2><span class=
- "news-title">Version 1.45.0</span></h2>
-
- <p><span class=
- "news-date">November 19th, 2010 16:00 GMT</span></p>
-
- <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
-<tr><th scope="row" rowspan="2">unix</th><td>boost_1_45_0.tar.bz2</td></tr><tr><td>boost_1_45_0.tar.gz</td></tr>
-<tr><th scope="row" rowspan="2">windows</th><td>boost_1_45_0.7z</td></tr><tr><td>boost_1_45_0.zip</td></tr></table>
- <div class="news-description">
- <div class="description">
-
-
-
- <div id="version_1_45_0.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <div>
- <span class="library">Asio:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fixed a problem on kqueue-based platforms where a <code><span class="identifier">deadline_timer</span></code>
- may never fire if the <code><span class="identifier">io_service</span></code>
- is running in a background thread (#4568).
- </div>
- </li>
- <li>
- <div>
- Fixed a const-correctness issue that prevented valid uses of <code><span class="identifier">has_service</span><span class="special">&lt;&gt;</span></code>
- from compiling (#4638).
- </div>
- </li>
- <li>
- <div>
- Fixed MinGW cross-compilation (#4491).
- </div>
- </li>
- <li>
- <div>
- Removed dependency on deprecated Boost.System functions (#4672).
- </div>
- </li>
- <li>
- <div>
- Ensured <code><span class="identifier">close</span><span class="special">()</span></code>/<code><span class="identifier">closesocket</span><span class="special">()</span></code>
- failures are correctly propagated (#4573).
- </div>
- </li>
- <li>
- <div>
- Added a check for errors returned by <code><span class="identifier">InitializeCriticalSectionAndSpinCount</span></code>
- (#4574).
- </div>
- </li>
- <li>
- <div>
- Added support for hardware flow control on QNX (#4625).
- </div>
- </li>
- <li>
- <div>
- Always use <code><span class="identifier">pselect</span><span class="special">()</span></code> on HP-UX, if it is available (#4578).
- </div>
- </li>
- <li>
- <div>
- Ensured handler arguments are passed as lvalues (#4744).
- </div>
- </li>
- <li>
- <div>
- Fixed Windows build when thread support is disabled (#4680).
- </div>
- </li>
- <li>
- <div>
- Fixed a Windows-specific problem where <code><span class="identifier">deadline_timer</span></code>
- objects with expiry times set more than 5 minutes in the future may
- never expire (#4745).
- </div>
- </li>
- <li>
- <div>
- Fixed the <code><span class="identifier">resolver</span></code>
- backend on BSD platforms so that an empty service name resolves to
- port number <code><span class="number">0</span></code>, as per the
- documentation (#4690).
- </div>
- </li>
- <li>
- <div>
- Fixed read operations so that they do not accept buffer sequences of
- type <code><span class="identifier">const_buffers_1</span></code>
- (#4746).
- </div>
- </li>
- <li>
- <div>
- Redefined <code><span class="identifier">Protocol</span></code>
- and <code><span class="identifier">id</span></code> to avoid clashing
- with Objective-C++ keywords (#4191).
- </div>
- </li>
- <li>
- <div>
- Fixed a <code><span class="identifier">vector</span></code> reallocation
- performance issue that can occur when there are many active <code><span class="identifier">deadline_timer</span></code> objects (#4780).
- </div>
- </li>
- <li>
- <div>
- Fixed the kqueue backend so that it compiles on NetBSD (#4662).
- </div>
- </li>
- <li>
- <div>
- Fixed the socket <code><span class="identifier">io_control</span><span class="special">()</span></code> implementation on 64-bit Mac OS X
- and BSD platforms (#4782).
- </div>
- </li>
- <li>
- <div>
- Fixed a Windows-specific problem where failures from <code><span class="identifier">accept</span><span class="special">()</span></code>
- are incorrectly treated as successes (#4859).
- </div>
- </li>
- <li>
- <div>
- Deprecated the separate compilation header <code><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">/</span><span class="identifier">impl</span><span class="special">/</span><span class="identifier">src</span><span class="special">.</span><span class="identifier">cpp</span><span class="special">&gt;</span></code>
- in favour of <code><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">/</span><span class="identifier">impl</span><span class="special">/</span><span class="identifier">src</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code> (#4560).
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Config:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Added new defect macros, <code><span class="identifier">BOOST_NO_VARIADIC_MACROS</span></code>
- and <code><span class="identifier">BOOST_NO_NUMERIC_LIMITS_LOWEST</span></code>.
- </div>
- </li>
- <li>
- <div>
- Minor fixes (#4670,
- #4563,
- #4474,
- #4508).
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Flyweight:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fixed a hanging problem with intermodule_holder in Win32
- platforms related to a Boost.Interprocess issue described at ticket
- #4606.
- </div>
- </li>
- <li>
- <div>
- Removed an internal assertion incompatible with program termination
- via <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">exit</span></code>.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Foreach:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fix ambiguitiy by making <code><span class="identifier">auto_any</span></code>
- constructor explicit.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Fusion:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Added <code><span class="identifier">BOOST_FUSION_ADAPT_ADT</span></code>,
- <code><span class="identifier">BOOST_FUSION_ADAPT_TPL_ADT</span></code>,
- <code><span class="identifier">BOOST_FUSION_ADAPT_ASSOC_ADT</span></code>
- and <code><span class="identifier">BOOST_FUSION_ADAPT_ASSOC_TPL_ADT</span></code>.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Graph:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Added Stoer-Wagner min-cut algorithm contributed by Daniel Trebbien.
- </div>
- </li>
- <li>
- <div>
- Added implicit graph (implicit_graph) and A* (astar_maze) examples
- contributed by W. P. McNeill.
- </div>
- </li>
- <li>
- <div>
- Added bundled property support for graph properties.
- </div>
- </li>
- <li>
- <div>
- Fixed bugs #4556,
- #4622,
- #4631,
- #4715,
- #4753,
- #4758
- and #4793
- plus others not in Trac.
- </div>
- </li>
- <li>
- <div>
- Fixed documentation bugs #4731
- and #4737.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Interprocess:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fixed bugs #1080,
- #3284,
- #3439,
- #3448,
- #3582,
- #3682,
- #3829,
- #3846,
- #3914,
- #3947,
- #3950,
- #3951,
- #3985,
- #4010,
- #4417,
- #4019,
- #4039,
- #4218,
- #4230,
- #4250,
- #4297,
- #4350,
- #4352,
- #4426,
- #4516,
- #4524,
- #4557,
- #4606,
- #4685,
- #4694.
- </div>
- </li>
- <li>
- <div>
- Added support for standard rvalue reference move semantics (tested
- on GCC 4.5 and VC10).
- </div>
- </li>
- <li>
- <div>
- Permissions can be detailed for interprocess named resources.
- </div>
- </li>
- <li>
- <div>
- <code><span class="identifier">mapped_region</span><span class="special">::</span><span class="identifier">flush</span></code> initiates disk flushing but
- does not guarantee it's completed when returns, since it is not portable.
- </div>
- </li>
- <li>
- <div>
- FreeBSD and MacOS now use posix semaphores to implement named semaphores
- and mutex.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Math:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Added inverse gamma distribution and inverse chi_square and scaled
- inverse chi_square.
- </div>
- </li>
- <li>
- <div>
- Added warnings about potential ambiguity with std random library in
- distribution and function names.
- </div>
- </li>
- <li>
- <div>
- Editorial revision of documentation, and added FAQ.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Meta State Machine:</span>
-
- </div>
- <ul>
- <li>
- <div>
- <a href="/doc/libs/1_45_0/libs/msm/doc/HTML/ch08.html#d0e2995">Support
- for serialization</a>.
- </div>
- </li>
- <li>
- <div>
- <a href="/doc/libs/1_45_0/libs/msm/doc/HTML/ch03s04.html#eUML-reuse-functor">Possibility
- to use normal</a> functors (from functor front-end) in eUML.
- </div>
- </li>
- <li>
- <div>
- <a href="/doc/libs/1_45_0/libs/msm/doc/HTML/ch03s05.html#backend-fsm-constructor-args">New
- constructors where substates / submachines can be taken as arguments</a>.
- This allows passing arguments to the constructor of a submachine.
- </div>
- </li>
- <li>
- <div>
- Bugfixes (anonymous transitions)
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">MultiArray:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fixes for bugs #3581,
- #3820,
- #3989,
- #4032,
- plus other bugs not in Trac.
- </div>
- </li>
- <li>
- <div>
- Added new examples and test cases.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Proto:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Knock down value of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">N</span></code>,
- fixes bug #4602,
- </div>
- </li>
- <li>
- <div>
- Support non-rtti compilers
- </div>
- </li>
- <li>
- <div>
- Fix bug with <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">matches</span></code>,
- array types and the wildcard pattern.
- </div>
- </li>
- <li>
- <div>
- Make Proto work on MSVC with the /clr option
- </div>
- </li>
- <li>
- <div>
- Add const-qualified overloads of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">eval</span></code>
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Spirit:</span>
- Spirit V2.4.1,
- see the '<a href="/doc/libs/1_45_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_4_1.html">What's
- New</a>' section for details.
- </div>
- </li>
- <li>
- <div>
- <span class="library">TypeTraits:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Added new traits add_rvalue_reference, add_lvalue_reference and common_type.
- </div>
- </li>
- <li>
- <div>
- Minor fixes to is_signed, is_unsigned and is_virtual_base_of.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">uBLAS:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Tickets closed:
- </div>
- <ul>
- <li>
- <div>
- #4410,
- </div>
- </li>
- <li>
- <div>
- #3397,
- </div>
- </li>
- <li>
- <div>
- #795,
- </div>
- </li>
- <li>
- <div>
- #3514,
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- Mixed types operation are possible and new tests added (like matrix&lt;complex&gt;+matrix&lt;double&gt;),
- </div>
- </li>
- <li>
- <div>
- New features:
- </div>
- <ul>
- <li>
- <div>
- a new size&lt;&gt; operator is available. For example size&lt;1&gt;(A+B)
- give the number of rows of the sum of matrices A and B,
- </div>
- </li>
- </ul>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Unordered:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fix inserting from iterators which return by copy from <code><span class="keyword">operator</span><span class="special">*</span></code>
- in <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">unordered_map</span></code> and <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">unordered_set</span></code>.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Wave:</span>
-
- </div>
- <ul>
- <li>
- <div>
- See the Changelog for details.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Xpressive:</span>
-
- </div>
- <ul>
- <li>
- <div>
- <code><span class="identifier">xpressive</span><span class="special">::</span><span class="identifier">as</span></code> handles wide-char <code><span class="identifier">sub_match</span></code> objects, fixes bug #4496
- </div>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_45_0.updated_tools">
- <h3><span class="link">Updated Tools</span></h3>
- <ul>
- <li>
- <div>
- <span class="library">Boostbook:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fix syntax highlighter for comments at the end of code blocks.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Quickbook:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fix command line macros.
- </div>
- </li>
- <li>
- <div>
- Nested code snippets.
- </div>
- </li>
- <li>
- <div>
- Nested documentation info comments.
- </div>
- </li>
- <li>
- <div>
- Revert xml escaping document info, it broke some documentation files
- (will now be in 1.6).
- </div>
- </li>
- <li>
- <div>
- Some other small tweaks. See <a href="/doc/html/quickbook/change_log.html#quickbook.change_log.releases.version_1_5_3___boost_1_45_0">the
- change log</a> for more info.
- </div>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_45_0.compilers_tested">
- <h3><span class="link">Compilers Tested</span></h3>
- <p>
- Boost's primary test compilers are:
- </p>
- <ul>
- <li>
- <div>
- Linux:
- </div>
- <ul>
- <li>
- <div>
- GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.4.5, 4.5.1.
- </div>
- </li>
- <li>
- <div>
- GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.0.
- </div>
- </li>
- <li>
- <div>
- Intel: 10.1, 11.0, 11.1
- </div>
- </li>
- <li>
- <div>
- Pathscale: 3.2.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- OS X:
- </div>
- <ul>
- <li>
- <div>
- GCC: 4.0.1, 4.2.1, 4.4
- </div>
- </li>
- <li>
- <div>
- GCC, C++0x mode: 4.4.
- </div>
- </li>
- <li>
- <div>
- Intel: 11.1
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- Windows:
- </div>
- <ul>
- <li>
- <div>
- Visual C++: 7.1, 8.0, 9.0 and 10.0.
- </div>
- </li>
- <li>
- <div>
- GCC, mingw: 4.3.3.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- FreeBSD:
- </div>
- <ul>
- <li>
- <div>
- GCC: 4.2.1, 32 bit.
- </div>
- </li>
- <li>
- <div>
- GCC: 4.2.1, 64 bit.
- </div>
- </li>
- </ul>
- </li>
- </ul>
- <p>
- Boost's additional test compilers include:
- </p>
- <ul>
- <li>
- <div>
- Linux:
- </div>
- <ul>
- <li>
- <div>
- GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.4.5, 4.5.0, 4.6.0 (dev version).
- </div>
- </li>
- <li>
- <div>
- GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.0.
- </div>
- </li>
- <li>
- <div>
- Intel: 10.1, 11.0, 11.1.
- </div>
- </li>
- <li>
- <div>
- pgCC 10.1.
- </div>
- </li>
- <li>
- <div>
- PathScale: 3.2.
- </div>
- </li>
- <li>
- <div>
- Clang from subversion.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- OS X:
- </div>
- <ul>
- <li>
- <div>
- Intel C++ Compiler: 10.1, 11.0, 11.1.
- </div>
- </li>
- <li>
- <div>
- GCC: 4.0.1, 4.2.1, 4.4.4
- </div>
- </li>
- <li>
- <div>
- GCC, C++0x mode: 4.4.4
- </div>
- </li>
- <li>
- <div>
- Clang from subversion.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- Windows:
- </div>
- <ul>
- <li>
- <div>
- Borland: 5.9.3, 6.1.3 (2009), 6.2.1 (2010), 6.3.0
- </div>
- </li>
- <li>
- <div>
- GCC, mingw: 4.3.3, 4.4.5, 4.5.1
- </div>
- </li>
- <li>
- <div>
- GCC, mingw, C++0x mode: 4.5.1
- </div>
- </li>
- <li>
- <div>
- Visual C++: 7.1, 8.0, 9.0, 10.0
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- AIX:
- </div>
- <ul>
- <li>
- <div>
- IBM XL C/C++ Enterprise Edition, V11.1.0.0.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- FreeBSD:
- </div>
- <ul>
- <li>
- <div>
- GCC 4.2.1, 64 bit.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- Solaris:
- </div>
- <ul>
- <li>
- <div>
- Sun C++: 5.10.
- </div>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_45_0.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- Beman Dawes, Eric Niebler,
- Rene Rivera, Daniel James
- and Vladimir Prus managed this release.
- </p>
- </div>
-</div> </div>
- </div>
- </div>
- </div>
- </div>
-
- <div id="sidebar">
- <!--#include virtual="/common/sidebar-common.html" --><!--#include virtual="/common/sidebar-boost.html" --> </div>
-
- <div class="clear"></div>
- </div>
- </div>
-
- <div id="footer">
- <div id="footer-left">
- <div id="revised">
- <p>Revised $Date: 2010-12-11 14:59:32 +0000 (Sat, 11 Dec 2010) $</p>
- </div>
-
- <div id="copyright">
- <p>Copyright Rene Rivera 2006-2007.</p>
- </div><!--#include virtual="/common/footer-license.html" --> </div>
-
- <div id="footer-right">
- <!--#include virtual="/common/footer-banners.html" --> </div>
-
- <div class="clear"></div>
- </div>
-</body>
-</html>

Deleted: website/public_html/dev/users/news/version_1_40_0.html
==============================================================================
--- website/public_html/dev/users/news/version_1_40_0.html 2011-01-03 12:44:26 EST (Mon, 03 Jan 2011)
+++ (empty file)
@@ -1,621 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<head>
- <title>Version 1.40.0</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="icon" href="/favicon.ico" type="image/ico" />
- <link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
- <style type="text/css">
-/*<![CDATA[*/
- #content .news-description ul {
- list-style: none;
- }
- #content .news-description ul ul {
- list-style: circle;
- }
- /*]]>*/
- </style>
- <!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
-</head>
-
-<body>
- <div id="heading">
- <!--#include virtual="/common/heading.html" --> </div>
-
- <div id="body">
- <div id="body-inner">
- <div id="content">
- <div class="section" id="intro">
- <div class="section-0">
- <div class="section-title">
- <h1>Version 1.40.0</h1>
- </div>
-
- <div class="section-body">
- <h2><span class=
- "news-title">Version 1.40.0</span></h2>
-
- <p><span class=
- "news-date">August 27th, 2009 17:00 GMT</span></p>
-
- <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
-<tr><th scope="row" rowspan="2">unix</th><td>boost_1_40_0.tar.bz2</td></tr><tr><td>boost_1_40_0.tar.gz</td></tr>
-<tr><th scope="row" rowspan="2">windows</th><td>boost_1_40_0.7z</td></tr><tr><td>boost_1_40_0.zip</td></tr></table>
- <div class="news-description">
- <div class="description">
-
-
-
- <div id="version_1_40_0.update">
- <h3><span class="link">Update</span></h3>
- <p>
- Added missing notes for Graph and Property Map.
- </p>
- </div>
- <div id="version_1_40_0.boost_cmake">
- <h3><span class="link">Boost.CMake</span></h3>
- <p>
- Boost.CMake is <em>now distributed separately</em>.
- The cmake build for boost is <em>BROKEN</em> in the
- tarballs above. See the <a href="https://svn.boost.org/trac/boost/wiki/CMake">Boost.CMake
- wiki page</a> for pointers to working versions.
- </p>
- </div>
- <div id="version_1_40_0.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <span class="library">Accumulators:</span>
- <ul>
- <li>
- Works on GCC 4.4.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Asio:</span>
- <ul>
- <li>
- Added a new ping example to illustrate the use of ICMP sockets.
- </li>
- <li>
- Changed the <code><span class="identifier">buffered</span><span class="special">*</span><span class="identifier">_stream</span><span class="special">&lt;&gt;</span></code> templates to treat 0-byte reads
- and writes as no-ops, to comply with the documented type requirements
- for <code><span class="identifier">SyncReadStream</span></code>,
- <code><span class="identifier">AsyncReadStream</span></code>, <code><span class="identifier">SyncWriteStream</span></code> and <code><span class="identifier">AsyncWriteStream</span></code>.
- </li>
- <li>
- Changed some instances of the <code><span class="keyword">throw</span></code>
- keyword to <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">throw_exception</span><span class="special">()</span></code>
- to allow Asio to be used when exception support is disabled. Note that
- the SSL wrappers still require exception support (#2754).
- </li>
- <li>
- Made Asio compatible with the OpenSSL 1.0 beta (#3256).
- </li>
- <li>
- Eliminated a redundant system call in the Solaris <tt>/dev/poll</tt>
- backend.
- </li>
- <li>
- Fixed a bug in resizing of the bucket array in the internal hash maps
- (#3095).
- </li>
- <li>
- Ensured correct propagation of the error code when a synchronous accept
- fails (#3216).
- </li>
- <li>
- Ensured correct propagation of the error code when a synchronous read
- or write on a Windows HANDLE fails.
- </li>
- <li>
- Fixed failures reported when <code><span class="identifier">_GLIBCXX_DEBUG</span></code>
- is defined (#3098).
- </li>
- <li>
- Fixed custom memory allocation support for timers (#3107).
- </li>
- <li>
- Tidied up various warnings reported by g++ (#1341,
- #2618).
- </li>
- <li>
- Various documentation improvements, including more obvious hyperlinks
- to function overloads, header file information, examples for the handler
- type requirements, and adding enum values to the index (#3157,
- #2620).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Circular Buffer:</span>
- <ul>
- <li>
- Fixed bugs #2785,
- #3285.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Foreach:</span>
- <ul>
- <li>
- Workaround for conflict with Python headers (#3000).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Function:</span>
- <ul>
- <li>
- Optimize the use of small target objects.
- </li>
- <li>
- Make Boost.Function compile under BOOST_NO_EXCEPTIONS (#2499,
- #2494,
- #2469,
- #2466,
- #2900)
- </li>
- <li>
- Various minor fixes (#2642,
- #2847,
- #2929
- #3012)
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Fusion:</span>
- <ul>
- <li>
- Improved compile times for <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">vector</span></code>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Graph:</span>
- <ul>
- <li>
- Merged in the <a href="/libs/graph_parallel/doc/html/index.html">Parallel
- Boost Graph Library</a>, giving a full suite of graph algorithms
- and data structures for distributed-memory computers (such as clusters).
- </li>
- <li>
- Updates to the interface of the compressed sparse row graph, including
- constructors from unsorted edge lists.
- </li>
- <li>
- An implicit grid graph, saving memory over using the former generator.
- </li>
- <li>
- New algorithms: Dijkstra's single-source shortest path algorithm without
- a separate color map and an algorithm to find maximal common subgraphs
- between two graphs.
- </li>
- <li>
- Assorted bug fixes.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Hash:</span>
- <ul>
- <li>
- Automatically configure the float functions using template metaprogramming
- instead of trying to configure every possibility manually.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Interprocess:</span>
- <ul>
- <li>
- Windows shared memory is created in Shared Documents folder so that it
- can be shared between services and processes
- </li>
- <li>
- Fixed bugs #2967,
- #2973,
- #2992,
- #3138,
- #3166,
- #3205.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Intrusive:</span>
- <ul>
- <li>
- Code cleanup in tree_algorithms.hpp and avl_tree_algorithms.hpp
- </li>
- <li>
- Fixed bug #3164.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">MPL:</span>
- <ul>
- <li>
- Added <code><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">char_</span></code> and <code><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">string</span></code>
- for compile-time string manipulation, based on multichar literals (#2905).
- </li>
- <li>
- Updated MPL Reference Manual.
- </li>
- <li>
- Bug fixes.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Program.Options:</span>
- <ul>
- <li>
- Support for building with disabled exceptions (#2096).
- </li>
- <li>
- Unicode parser no longer drops original tokens (#2425).
- </li>
- <li>
- Fixed crash on user-inserted items in <code><span class="identifier">variables_map</span></code>
- (#2782).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Property Map:</span>
- <ul>
- <li>
- Moved property map code into a separate directory, <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">property_map</span><span class="special">/</span></code>. The old files exist and forward to
- the new ones; the previous files directly in <code><span class="identifier">boost</span><span class="special">/</span></code> will be removed in Boost 1.42.0.
- </li>
- <li>
- Moved distributed property maps to <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">graph</span><span class="special">::</span><span class="identifier">parallel</span></code>
- namespace.
- </li>
- <li>
- Added a property map based on a <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">shared_array</span></code>,
- providing a simpler interface.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Proto:</span>
- <ul>
- <li>
- PrimitiveTransforms have stricter conformance to ResultOf protocol. (Warning:
- some invalid code may break.)
- </li>
- <li>
- Add a sensible default for <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">_default</span></code>'s
- template parameter.
- </li>
- <li>
- Improved default evaluation strategy for pointers to members.
- </li>
- <li>
- GCC 3.4 portability fixes (#3021).
- </li>
- <li>
- Work around Visual C++'s non-std-compliant ciso646 macros.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Random:</span>
- <ul>
- <li>
- Made the constructors of all the generators call the copy constructor
- when passed a non-const reference.
- </li>
- <li>
- Changed seeding functions to accept any arithmetic type. As a side-effect,
- the exact signature of seed changed for some classes.
- </li>
- <li>
- Major bug fixes in uniform_int.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Serialization:</span>
- <ul>
- <li>
- Removed deprecated headers: <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">static_warning</span><span class="special">.</span><span class="identifier">hpp</span></code>,
- <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">state_saver</span><span class="special">.</span><span class="identifier">hpp</span></code>, <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">smart_cast</span><span class="special">.</span><span class="identifier">hpp</span></code>,
- <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">pfto</span><span class="special">.</span><span class="identifier">hpp</span></code>. Use the the equivalent headers
- in the <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">serialization</span><span class="special">/</span></code>
- directory instead (#3062).
- </li>
- <li>
- <code><span class="identifier">detail</span><span class="special">::</span><span class="identifier">archive_serializer_map</span></code> should now be
- used instead of <code><span class="identifier">detail</span><span class="special">::</span><span class="identifier">archive_pointer_iserializer</span></code>.
- For more details see <a href="/doc/libs/1_40_0/libs/serialization/doc/release.html">the
- library release notes</a>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Unordered:</span>
- <ul>
- <li>
- Implement <code><span class="identifier">emplace</span></code> for
- all compilers, not just ones with rvalue references and variadic templates
- (#1978).
- </li>
- <li>
- Create less buckets by default.
- </li>
- <li>
- Some minor tweaks for better compiler support (#2908,
- #3096,
- #3082).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Xpressive:</span>
- <ul>
- <li>
- Works on Visual C++ 10.0 (#3124).
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_40_0.build_system">
- <h3><span class="link">Build System</span></h3>
- <p>
- The default naming of libraries in Unix-like environment now matches system
- conventions, and does not include various decorations. Naming of libraries
- on Cygwin was also fixed. Support for beta versions of Microsoft Visual Studio
- 10 was added. With gcc, 64-bit compilation no longer requires that target architecture
- be specified.
- </p>
- </div>
- <div id="version_1_40_0.updated_tools">
- <h3><span class="link">Updated Tools</span></h3>
- <ul>
- <li>
- <span class="library">Boostbook:</span>
- <ul>
- <li>
- Hide <code><span class="identifier">INTERNAL</span> <span class="identifier">ONLY</span></code>
- enums in doxygen documentation (#3242).
- </li>
- <li>
- Tweaked appearance of member classes/structs/unions in a class synopsis.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Quickbook:</span>
- <ul>
- <li>
- Support python code snippets (#3029).
- </li>
- <li>
- Add <code><span class="identifier">teletype</span></code> source mode
- (#1202)
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_40_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.3 on Ubuntu Linux.
- </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>
- Intel 11.1 on Red Hat Enterprise Linux.
- </li>
- <li>
- GCC 3.4.3, GCC 4.0.1, GCC 4.2.4, GCC 4.3.3 and GCC 4.4.0 on Red Hat Enterprise
- Linux.
- </li>
- <li>
- GCC 4.3.3 and GCC 4.4.0 with C++0x extensions 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 Suse Linux on 64 bit Itanium.
- </li>
- <li>
- GCC 4.1.2 on 64-bit Redhat Server 5.1.
- </li>
- <li>
- GCC Open64 4.2.2 on Red Hat Enterprise Linux.
- </li>
- <li>
- GCC 4.3.4 on Debian unstable.
- </li>
- <li>
- QLogic PathScale(TM) Compiler Suite: Version 3.1 on Red Hat Enterprise
- Linux.
- </li>
- <li>
- 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 10.1, 11.0 on Intel Leopard.
- </li>
- <li>
- Intel 10.1, 11.0 on Intel Tiger.
- </li>
- <li>
- GCC 4.0.1, 4.2.1 on Intel Leopard.
- </li>
- <li>
- GCC 4.0.1 on Intel Tiger.
- </li>
- <li>
- GCC 4.0.1 on PowerPC Tiger.
- </li>
- </ul>
- </li>
- <li>
- Windows:
- <ul>
- <li>
- Visual C++ 7.1 on XP.
- </li>
- <li>
- Visual C++ 9.0 on XP.
- </li>
- <li>
- Visual C++ 9.0 on Vista.
- </li>
- <li>
- Visual C++ 9.0 on Vista 64-bit.
- </li>
- <li>
- Visual C++ 9.0, using STLport 5.2, on XP and Windows Mobile 5.0.
- </li>
- <li>
- Visual C++ 10.0 beta.
- </li>
- <li>
- Borland 5.9.3, 6.1.0, 6.1.3.
- </li>
- <li>
- Borland C++ Builder 2007 and 2009.
- </li>
- <li>
- Intel C++ 11.1, with a Visual C++ 9.0 backend, on Vista 32-bit.
- </li>
- <li>
- Intel C++ 11.1, with a Visual C++ 9.0 backend, on Vista 64-bit.
- </li>
- <li>
- GCC 4.3.3 and 4.4.0, on Mingw with C++0x features.
- </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>
- 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_40_0.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- Beman Dawes, Eric Niebler,
- Rene Rivera, and Daniel
- James managed this release.
- </p>
- </div>
-</div> </div>
- </div>
- </div>
- </div>
- </div>
-
- <div id="sidebar">
- <!--#include virtual="/common/sidebar-common.html" --><!--#include virtual="/common/sidebar-boost.html" --> </div>
-
- <div class="clear"></div>
- </div>
- </div>
-
- <div id="footer">
- <div id="footer-left">
- <div id="revised">
- <p>Revised $Date$</p>
- </div>
-
- <div id="copyright">
- <p>Copyright Rene Rivera 2006-2007.</p>
- </div><!--#include virtual="/common/footer-license.html" --> </div>
-
- <div id="footer-right">
- <!--#include virtual="/common/footer-banners.html" --> </div>
-
- <div class="clear"></div>
- </div>
-</body>
-</html>

Deleted: website/public_html/dev/users/news/version_1_41_0.html
==============================================================================
--- website/public_html/dev/users/news/version_1_41_0.html 2011-01-03 12:44:26 EST (Mon, 03 Jan 2011)
+++ (empty file)
@@ -1,487 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<head>
- <title>Version 1.41.0</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="icon" href="/favicon.ico" type="image/ico" />
- <link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
- <style type="text/css">
-/*<![CDATA[*/
- #content .news-description ul {
- list-style: none;
- }
- #content .news-description ul ul {
- list-style: circle;
- }
- /*]]>*/
- </style>
- <!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
-</head>
-
-<body>
- <div id="heading">
- <!--#include virtual="/common/heading.html" --> </div>
-
- <div id="body">
- <div id="body-inner">
- <div id="content">
- <div class="section" id="intro">
- <div class="section-0">
- <div class="section-title">
- <h1>Version 1.41.0</h1>
- </div>
-
- <div class="section-body">
- <h2><span class=
- "news-title">Version 1.41.0</span></h2>
-
- <p><span class=
- "news-date">November 17th, 2009 17:00 GMT</span></p>
-
- <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
-<tr><th scope="row" rowspan="2">unix</th><td>boost_1_41_0.tar.bz2</td></tr><tr><td>boost_1_41_0.tar.gz</td></tr>
-<tr><th scope="row" rowspan="2">windows</th><td>boost_1_41_0.7z</td></tr><tr><td>boost_1_41_0.zip</td></tr></table>
- <div class="news-description">
- <div class="description">
-
-
-
- <div id="version_1_41_0.new_libraries">
- <h3><span class="link">New Libraries</span></h3>
- <ul>
- <li>
- <span class="library">Property Tree:</span> A
- tree data structure especially suited to storing configuration data, from
- Marcin Kalicinski and Sebastian Redl.
- </li>
- </ul>
- </div>
- <div id="version_1_41_0.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <span class="library">DateTime:</span>
- <ul>
- <li>
- The default format for time durations is now &quot;<code><span class="special">%-%</span><span class="identifier">O</span><span class="special">:%</span><span class="identifier">M</span><span class="special">:%</span><span class="identifier">S</span><span class="special">%</span><span class="identifier">F</span></code>&quot; instead of &quot;<code><span class="special">%-%</span><span class="identifier">H</span><span class="special">:%</span><span class="identifier">M</span><span class="special">:%</span><span class="identifier">S</span><span class="special">%</span><span class="identifier">F</span></code>&quot;
- that was used previously. In order to retain the old behavior, the format
- string has to be specified explicitly during the time IO facet construction
- (#1861).
- </li>
- <li>
- Gregorian dates now use 32-bit integer type internally on 64-bit platforms
- (#3308).
- </li>
- <li>
- See the <a href="/doc/html/date_time/details.html#date_time.changes">full
- changelog</a> for more detail.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Filesystem:</span>
- <ul>
- <li>
- Bug fixes: (#3385).
- (#3528).
- (#3509).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Iostreams:</span>
- Some old
- unreleased developments. There are still several open issues that should
- be fixed in the next version.
- <ul>
- <li>
- Add a grep filter (#1627).
- </li>
- <li>
- Support archives with multiple members (#1896).
- </li>
- <li>
- Make <code><span class="identifier">tee</span></code> work with input
- streams (#791).
- </li>
- <li>
- Improved filesystem interoperability.
- </li>
- <li>
- Several warnings fixed or suppressed (including #1618,
- #1875,
- #2779).
- </li>
- <li>
- Various other fixes (including #1580,
- #1671).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Math:</span>
- Substantially improved
- the performance of the incomplete gamma function and it's inverse: this enhances
- the performance of the gamma, poisson, chi-squared and non-central chi-squared
- distributions.
- </li>
- <li>
- <span class="library">Multi-index Containers:</span>
- Maintenance
- fixes. Consult the library <a href="/libs/multi_index/doc/release_notes.html#boost_1_41">release
- notes</a> for further information.
- </li>
- <li>
- <span class="library">Proto:</span>
- <ul>
- <li>
- Clean up some MSVC warnings and errors in /Za (disable Microsoft extensions)
- mode.
- </li>
- <li>
- Fixes for c++0x mode on various compilers.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Python:</span>
- Boost.Python now
- supports Python 3 (Haoyu Bai's Google Summer of Code project, mentored by
- Stefan Seefeld).
- </li>
- <li>
- <span class="library">Regex:</span>
- Added support for
- many Perl 5.10 syntax elements including named sub-expressions, branch resets
- and recursive regular expressions.
- </li>
- <li>
- <span class="library">Spirit:</span> This is the initial
- official release of the new Spirit V2.1, a completely new library for parsing,
- lexing, and output generation. Note: this release is not backwards compatible
- with earlier versions. Known issue: <code><span class="identifier">qi</span><span class="special">::</span><span class="identifier">symbol</span><span class="special">::</span><span class="identifier">find</span></code>
- will match a symbol that starts with the string you're searching for. This
- will be fixed in the next version.
- </li>
- <li>
- <span class="library">System:</span>
- <ul>
- <li>
- Bug fix: (#3559).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Thread:</span>
- <ul>
- <li>
- Support for futures, promises and packaged tasks added
- </li>
- <li>
- <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">thread_specific_ptr</span></code> is now faster when
- there are lots of thread-specific objects
- </li>
- <li>
- Some Boost.Thread facilities are now header-only
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Unordered:</span>
- Major update:
- <ul>
- <li>
- Replaced a lot of the macro based implementation with a cleaner template
- based implementation.
- </li>
- <li>
- Reduced memory use.
- </li>
- <li>
- Full details in <a href="/doc/html/unordered/changes.html#unordered.changes.boost_1_41_1">the
- changelog</a>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Utility:</span>
- A &quot;const&quot;
- issue of <code><span class="identifier">value_initialized</span></code>
- is fixed: Its <code><span class="identifier">data</span><span class="special">()</span></code>
- member function and its conversion operator are replaced by overloads for
- const and non-const access (#2548).
- </li>
- <li>
- <span class="library">Wave:</span>
- See the changelog
- for details.
- </li>
- <li>
- <span class="library">Xpressive:</span>
- <ul>
- <li>
- Fix infinite loop with some uses of <tt>\Q...\E</tt> quotemeta
- (#3586).
- </li>
- <li>
- Eliminate unreachable code warnings on MSVC
- </li>
- <li>
- Clean up some MSVC warnings and errors in /Za (&quot;disable Microsoft
- extensions&quot;) mode.
- </li>
- <li>
- Fixes for c++0x mode on various compilers.
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_41_0.build_system">
- <h3><span class="link">Build System</span></h3>
- <p>
- A bug preventing &quot;fat&quot; 32-bit + 64-bit builds on OSX has been fixed.
- </p>
- </div>
- <div id="version_1_41_0.boost_cmake_moved">
- <h3><span class="link">Boost.CMake moved</span></h3>
- <p>
- The cmake version of boost has moved; the Boost.CMmake release will be separate
- and will lag the main release slightly, but will also be capable of producing
- patch releases as necessary.
- </p>
- <p>
- More information on the <a href="https:://svn.boost.org/trac/boost/wiki/CMake">Boost
- CMake wiki page</a>.
- </p>
- </div>
- <div id="version_1_41_0.updated_tools">
- <h3><span class="link">Updated Tools</span></h3>
- <ul>
- <li>
- <span class="library">Quickbook 1.5:</span>
- These
- changes require your document to use the <code><span class="special">[</span><span class="identifier">quickbook</span> <span class="number">1.5</span><span class="special">]</span></code> tag:
- <ul>
- <li>
- More intuitive syntax and variable lookup for template calls (#1174, #2034, #2036).
- </li>
- <li>
- Image attributes (#1157)
- </li>
- <li>
- Table Ids (#1194)
- </li>
- <li>
- Better handling of whitespace in <code><span class="identifier">section</span></code>
- syntax. (#2712)
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_41_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.4.1 on Ubuntu Linux.
- </li>
- <li>
- GCC 4.4 on Debian
- </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 10.1 on Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 10.1 on 64-bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 10.1 on Suse Linux on 64 bit Itanium.
- </li>
- <li>
- Intel 11.0 on 32 bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 11.0 on 64 bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 11.1 on 64 bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 11.1 on 64 bit Linux Redhat 5.1 Server.
- </li>
- <li>
- GCC 3.4.3, GCC 4.2.4, GCC 4.3.3 and GCC 4.4.1 on Red Hat Enterprise Linux.
- </li>
- <li>
- GCC 4.3.3 and GCC 4.4.1 with C++0x extensions on Red Hat Enterprise Linux.
- </li>
- <li>
- GCC 4.3.3 on 64-bit Redhat Server 5.1.
- </li>
- <li>
- GCC 4.3.3 on 64 bit Linux.
- </li>
- <li>
- GCC 4.3.4 on Debian unstable.
- </li>
- <li>
- GCC 4.3.2 on 64 bit Gentoo.
- </li>
- <li>
- QLogic PathScale(TM) Compiler Suite: Version 3.2 on Red Hat Enterprise
- Linux.
- </li>
- <li>
- Sun 5.9 on Red Hat Enterprise Linux.
- </li>
- </ul>
- </li>
- <li>
- OS X:
- <ul>
- <li>
- Intel C++ Compiler 11.1 on Leopard.
- </li>
- <li>
- Intel C++ Compiler 10.1, 11.0.
- </li>
- <li>
- GCC 4.0.1 on Intel Tiger.
- </li>
- <li>
- GCC 4.0.1 on PowerPC Tiger.
- </li>
- </ul>
- </li>
- <li>
- Windows:
- <ul>
- <li>
- Visual C++ 7.1, 8,0, 9,0 on XP.
- </li>
- <li>
- Visual C++ 9.0 on 32-bit Vista.
- </li>
- <li>
- Visual C++ 9.0 on AMD 64-bit Vista.
- </li>
- <li>
- Visual C++ 9.0 using STLport 5.2 on XP and Windows Mobile 5.0.
- </li>
- <li>
- Visual C++ 10.0 beta 1 with <a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=457199">a
- patch for the program options lib</a>.
- </li>
- <li>
- Borland/Codegear C++ 5.9.3, 6.1.3 (2009), 6.2.0 (2010).
- </li>
- <li>
- Intel C++ 11.1, with a Visual C++ 9.0 backend, on Vista 32-bit.
- </li>
- <li>
- GCC 4.4.1 on Mingw, with and without C++0x extensions.
- </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>
- FreeBSD:
- <ul>
- <li>
- GCC 4.2.1 on FreeBSD 7.0.
- </li>
- </ul>
- </li>
- <li>
- Solaris:
- <ul>
- <li>
- Sun C++ 5.10 on Solaris 5.10.
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_41_0.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- Beman Dawes, Eric Niebler,
- Rene Rivera, and Daniel
- James managed this release.
- </p>
- </div>
-</div> </div>
- </div>
- </div>
- </div>
- </div>
-
- <div id="sidebar">
- <!--#include virtual="/common/sidebar-common.html" --><!--#include virtual="/common/sidebar-boost.html" --> </div>
-
- <div class="clear"></div>
- </div>
- </div>
-
- <div id="footer">
- <div id="footer-left">
- <div id="revised">
- <p>Revised $Date: 2010-08-18 21:38:46 +0100 (Wed, 18 Aug 2010) $</p>
- </div>
-
- <div id="copyright">
- <p>Copyright Rene Rivera 2006-2007.</p>
- </div><!--#include virtual="/common/footer-license.html" --> </div>
-
- <div id="footer-right">
- <!--#include virtual="/common/footer-banners.html" --> </div>
-
- <div class="clear"></div>
- </div>
-</body>
-</html>

Deleted: website/public_html/dev/users/news/version_1_42_0.html
==============================================================================
--- website/public_html/dev/users/news/version_1_42_0.html 2011-01-03 12:44:26 EST (Mon, 03 Jan 2011)
+++ (empty file)
@@ -1,565 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<head>
- <title>Version 1.42.0</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="icon" href="/favicon.ico" type="image/ico" />
- <link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
- <style type="text/css">
-/*<![CDATA[*/
- #content .news-description ul {
- list-style: none;
- }
- #content .news-description ul ul {
- list-style: circle;
- }
- /*]]>*/
- </style>
- <!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
-</head>
-
-<body>
- <div id="heading">
- <!--#include virtual="/common/heading.html" --> </div>
-
- <div id="body">
- <div id="body-inner">
- <div id="content">
- <div class="section" id="intro">
- <div class="section-0">
- <div class="section-title">
- <h1>Version 1.42.0</h1>
- </div>
-
- <div class="section-body">
- <h2><span class=
- "news-title">Version 1.42.0</span></h2>
-
- <p><span class=
- "news-date">February 2nd, 2010 14:00 GMT</span></p>
-
- <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
-<tr><th scope="row" rowspan="2">unix</th><td>boost_1_42_0.tar.bz2</td></tr><tr><td>boost_1_42_0.tar.gz</td></tr>
-<tr><th scope="row" rowspan="2">windows</th><td>boost_1_42_0.7z</td></tr><tr><td>boost_1_42_0.zip</td></tr></table>
- <div class="news-description">
- <div class="description">
-
-
-
- <div id="version_1_42_0.new_libraries">
- <h3><span class="link">New Libraries</span></h3>
- <ul>
- <li>
- <span class="library">Uuid:</span>
- A universally unique
- identifier, from Andy Tompkins.
- </li>
- </ul>
- </div>
- <div id="version_1_42_0.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <span class="library">Asio:</span>
- <ul>
- <li>
- Added a new HTTP Server 4 example illustrating the use of stackless coroutines
- with Asio.
- </li>
- <li>
- Changed handler allocation and invocation to use <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">addressof</span></code>
- to get the address of handler objects, rather than applying <code><span class="keyword">operator</span><span class="special">&amp;</span></code>
- directly (#2977).
- </li>
- <li>
- Restricted MSVC buffer debugging workaround to 2008, as it causes a crash
- with 2010 beta 2 (#3796,
- #3822).
- </li>
- <li>
- Fixed a problem with the lifetime of handler memory, where Windows needs
- the <code><span class="identifier">OVERLAPPED</span></code> structure
- to be valid until both the initiating function call has returned and
- the completion packet has been delivered.
- </li>
- <li>
- Don't block signals while performing system calls, but instead restart
- the calls if they are interrupted.
- </li>
- <li>
- Documented the guarantee made by strand objects with respect to order
- of handler invocation.
- </li>
- <li>
- Changed strands to use a pool of implementations, to make copying of
- strands cheaper.
- </li>
- <li>
- Ensured that kqueue support is enabled for BSD platforms (#3626).
- </li>
- <li>
- Added a <code><span class="identifier">boost_</span></code> prefix
- to the <code><span class="keyword">extern</span> <span class="string">&quot;C&quot;</span></code>
- thread entry point function (#3809).
- </li>
- <li>
- In <code><span class="identifier">getaddrinfo</span></code> emulation,
- only check the socket type (<code><span class="identifier">SOCK_STREAM</span></code>
- or <code><span class="identifier">SOCK_DGRAM</span></code>) if a service
- name has been specified. This should allow the emulation to work with
- raw sockets.
- </li>
- <li>
- Added a workaround for some broken Windows firewalls that make a socket
- appear bound to 0.0.0.0 when it is in fact bound to 127.0.0.1.
- </li>
- <li>
- Applied a fix for reported excessive CPU usage under Solaris (#3670).
- </li>
- <li>
- Added some support for platforms that use older compilers such as g++
- 2.95 (#3743).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Circular Buffer:</span>
- <ul>
- <li>
- Added methods erase_begin(size_type) and erase_end(size_type) with constant
- complexity for such types of stored elements which do not need an explicit
- destruction e.g. int or double.
- </li>
- <li>
- Similarly changed implementation of the clear() method and the destructor
- so their complexity is now constant for such types of stored elements
- which do not require an explicit destruction (the complexity for other
- types remains linear).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Fusion:</span>
- <ul>
- <li>
- The accumulator is the first argument to the functor of <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">fold</span></code> and <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">accumulate</span></code>
- (#2355).
- </li>
- <li>
- Added support for associative iterators and views (#3473).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Graph:</span>
- <ul>
- <li>
- Removed old interface to <code><span class="identifier">compressed_sparse_row_graph</span></code>,
- making new interface the default.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Integer:</span>
- <ul>
- <li>
- Reverted Trunk to release branch state (i.e. a &quot;known good state&quot;).
- </li>
- <li>
- Fixed issues: 653,
- 3084,
- 3177,
- 3180,
- 3568,
- 3657,
- 2134.
- </li>
- <li>
- Added long long support to <tt>boost::static_log2</tt>, <tt>boost::static_signed_min</tt>,
- <tt>boost::static_signed_max</tt>, <tt>boost::static_unsigned_min</tt><tt>boost::static_unsigned_max</tt>,
- when available.
- </li>
- <li>
- The argument type and the result type of <tt>boost::static_signed_min</tt>
- etc are now typedef'd. Formerly, they were hardcoded as <tt>unsigned
- long</tt> and <tt>int</tt> respectively. Please, use the
- provided typedefs in new code (and update old code as soon as possible).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Iostreams:</span>
- <ul>
- <li>
- Fixed many outstanding issues. Thanks to Richard Smith for his work on
- this. (#3612,
- #3311,
- #2094,
- #3010,
- #2894,
- #3011,
- #3352,
- #3505).
- </li>
- <li>
- For more information see the <a href="/libs/iostreams/doc/release_notes.html">library
- release notes</a>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Program.Options:</span>
- <ul>
- <li>
- Information about option name added to a few exception classes and various
- clean ups in exception classes (#3423).
- </li>
- <li>
- Description wordwrapping in presense of default parameters fixed (#2613).
- </li>
- <li>
- Empty value in configuration file is now permitted (#1537).
- </li>
- <li>
- Quotes are no longer stripped from string values (#850).
- </li>
- <li>
- Fix endless loop in case of long default arguments (#689).
- </li>
- <li>
- Fix compile warning caused by usage of boost::any (#2562).
- </li>
- <li>
- Fix memory bug in example/response_file.cpp (#3525).
- </li>
- <li>
- Most compilation warnings were fixed (#3608).
- </li>
- <li>
- Make column width for description text configurable. (#3703).
- </li>
- <li>
- Add general split function: split_unix() (#2561).
- </li>
- <li>
- Enable open config files from given file name (#3264).
- </li>
- <li>
- Additional flag for required options (#2982).
- </li>
- <li>
- Enable case insensitive style for command line (#3498).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">PropertyMap:</span>
- <ul>
- <li>
- Removed old header files (directly in the <code><span class="identifier">boost</span><span class="special">/</span></code> directory); they were deprecated since
- 1.40, replaced by headers in <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">property_map</span><span class="special">/</span></code>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Proto:</span>
- <ul>
- <li>
- Fix const correctness issues with <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">flatten</span></code>
- and friends (#3364).
- </li>
- <li>
- Accomodate recent change to <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">fold</span></code>,
- remove old support for Doxygen and pre-1.35 Fusion (#3553).
- </li>
- <li>
- In binary operations, when one operand has a user-specified domain and
- the other has the default domain, the user-specified domain trumps.
- </li>
- <li>
- Fix <code><span class="identifier">BOOST_PROTO_EXTENDS</span></code>
- to work with elaborated types.
- </li>
- <li>
- Work around EDG compiler bug with function types and cv-qualification.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Regex:</span>
- <ul>
- <li>
- Added support for Functors rather than strings as format expressions.
- </li>
- <li>
- Improved error reporting when throwing exceptions to include better more
- relevant information.
- </li>
- <li>
- Improved performance and reduced stack usage of recursive expressions.
- </li>
- <li>
- Fixed tickets #2802,
- #3425,
- #3507,
- #3546,
- #3631,
- #3632,
- #3715,
- #3718,
- #3763,
- #3764
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Spirit:</span>
- Spirit V2.2, see
- the '<a href="/doc/libs/1_42_0/libs/spirit/doc/html/spirit/what_s_new.html">What's
- New</a>' section for details.
- </li>
- <li>
- <span class="library">Unordered:</span>
- <ul>
- <li>
- Support instantiating the containers with incomplete value types.
- </li>
- <li>
- Add <code><span class="identifier">erase_return_void</span></code>
- as a temporary workaround for the current <code><span class="identifier">erase</span></code>
- which can be inefficient because it has to find the next element to return
- an iterator (#3693).
- </li>
- <li>
- Add templated find overload for compatible keys.
- </li>
- <li>
- Improved codegear compatibility.
- </li>
- <li>
- Other minor changes, full details in <a href="/doc/html/unordered/changes.html#unordered.changes.boost_1_42_0">the
- changelog</a>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Xpressive:</span>
- <ul>
- <li>
- <code><span class="identifier">match_results</span></code> no longer
- relies on undefined behavior in <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">list</span></code>
- (#3278).
- </li>
- <li>
- Do NOT copy singular iterators (#3538).
- </li>
- <li>
- Eliminate gcc and darwin warnings (#3734).
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_42_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 Leopard.
- </li>
- <li>
- GCC 4.0.1 on PowerPC Tiger.
- </li>
- </ul>
- </li>
- <li>
- Linux:
- <ul>
- <li>
- GCC 4.4.1 on Ubuntu Linux.
- </li>
- <li>
- GCC 4.4 on Debian.
- </li>
- </ul>
- </li>
- <li>
- Windows:
- <ul>
- <li>
- Visual C++ 7.1 SP1, 8.0 SP1 and 9.0 SP1 on Windows XP.
- </li>
- <li>
- Visual C++ 9.0 on Windows 2008, 64 bit.
- </li>
- <li>
- GCC 4.3.3, using Mingw
- </li>
- </ul>
- </li>
- <li>
- FreeBSD:
- <ul>
- <li>
- GCC 4.2.1, 32 and 64 bit.
- </li>
- </ul>
- </li>
- </ul>
- <p>
- Boost's additional test compilers include:
- </p>
- <ul>
- <li>
- Linux:
- <ul>
- <li>
- Intel 10.1 on Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 10.1 on 64 bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 11.0 on 32 bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 11.0 on 64 bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 11.1 on 64 bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 11.1 on 64 bit Linux Redhat 5.1 Server.
- </li>
- <li>
- Intel 11.1 on Suse Linux 64 bit.
- </li>
- <li>
- GCC 3.4.6, GCC 4.2.4, GCC 4.3.4 and GCC 4.4.2 on Red Hat Enterprise Linux.
- </li>
- <li>
- GCC 4.3.4 and GCC 4.4.2 with C++0x extensions on Red Hat Enterprise Linux.
- </li>
- <li>
- GCC 4.4.1 on 64 bit Linux.
- </li>
- <li>
- GCC 4.4.3 on Debian unstable.
- </li>
- <li>
- QLogic PathScale(TM) Compiler Suite: Version 3.2 on Red Hat Enterprise
- Linux.
- </li>
- </ul>
- </li>
- <li>
- OS X:
- <ul>
- <li>
- Intel C++ Compiler 10.1, 11.0, 11.1 on Leopard.
- </li>
- <li>
- GCC 4.0.1 on Intel Leopard.
- </li>
- <li>
- GCC 4.0.1 on PowerPC Tiger.
- </li>
- </ul>
- </li>
- <li>
- Windows:
- <ul>
- <li>
- Visual C++ 7.1, 8,0, 9,0 on XP.
- </li>
- <li>
- Visual C++ 9.0 using STLport 5.2 on XP and Windows Mobile 5.0.
- </li>
- <li>
- Visual C++ 10.0 beta 2.
- </li>
- <li>
- Visual C++ 10.0 on 32-bit Vista.
- </li>
- <li>
- Borland/Codegear C++ 5.9.3, 6.1.3 (2009), 6.2.1 (2010).
- </li>
- <li>
- Intel C++ 11.1, with a Visual C++ 9.0 backend, on Vista 32-bit.
- </li>
- <li>
- GCC 4.4.1 on Mingw, with and without C++0x extensions.
- </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>
- FreeBSD:
- <ul>
- <li>
- GCC 4.2.1 on FreeBSD 7.0, 32 bit and 64 bit.
- </li>
- </ul>
- </li>
- <li>
- Solaris:
- <ul>
- <li>
- Sun C++ 5.10 on Solaris 5.10.
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_42_0.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- Beman Dawes, Eric Niebler,
- Rene Rivera, Daniel James
- and Vladimir Prus managed this release.
- </p>
- </div>
-</div> </div>
- </div>
- </div>
- </div>
- </div>
-
- <div id="sidebar">
- <!--#include virtual="/common/sidebar-common.html" --><!--#include virtual="/common/sidebar-boost.html" --> </div>
-
- <div class="clear"></div>
- </div>
- </div>
-
- <div id="footer">
- <div id="footer-left">
- <div id="revised">
- <p>Revised $Date: 2010-12-11 14:59:32 +0000 (Sat, 11 Dec 2010) $</p>
- </div>
-
- <div id="copyright">
- <p>Copyright Rene Rivera 2006-2007.</p>
- </div><!--#include virtual="/common/footer-license.html" --> </div>
-
- <div id="footer-right">
- <!--#include virtual="/common/footer-banners.html" --> </div>
-
- <div class="clear"></div>
- </div>
-</body>
-</html>

Deleted: website/public_html/dev/users/news/version_1_43_0.html
==============================================================================
--- website/public_html/dev/users/news/version_1_43_0.html 2011-01-03 12:44:26 EST (Mon, 03 Jan 2011)
+++ (empty file)
@@ -1,560 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<head>
- <title>Version 1.43.0</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="icon" href="/favicon.ico" type="image/ico" />
- <link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
- <style type="text/css">
-/*<![CDATA[*/
- #content .news-description ul {
- list-style: none;
- }
- #content .news-description ul ul {
- list-style: circle;
- }
- /*]]>*/
- </style>
- <!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
-</head>
-
-<body>
- <div id="heading">
- <!--#include virtual="/common/heading.html" --> </div>
-
- <div id="body">
- <div id="body-inner">
- <div id="content">
- <div class="section" id="intro">
- <div class="section-0">
- <div class="section-title">
- <h1>Version 1.43.0</h1>
- </div>
-
- <div class="section-body">
- <h2><span class=
- "news-title">Version 1.43.0</span></h2>
-
- <p><span class=
- "news-date">May 6th, 2010 12:00 GMT</span></p>
-
- <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
-<tr><th scope="row" rowspan="2">unix</th><td>boost_1_43_0.tar.bz2</td></tr><tr><td>boost_1_43_0.tar.gz</td></tr>
-<tr><th scope="row" rowspan="2">windows</th><td>boost_1_43_0.7z</td></tr><tr><td>boost_1_43_0.zip</td></tr></table>
- <div class="news-description">
- <div class="description">
-
-
-
- <div id="version_1_43_0.new_libraries">
- <h3><span class="link">New Libraries</span></h3>
- <ul>
- <li>
- <span class="library">Functional/factory:</span>
- Function
- objects for dynamic and by-value construction, from Tobias Schwinger.
- </li>
- <li>
- <span class="library">Functional/forward:</span>
- Function
- object adapters to address the forwarding problem, from Tobias Schwinger.
- </li>
- </ul>
- </div>
- <div id="version_1_43_0.major_updates">
- <h3><span class="link">Major Updates</span></h3>
- <ul>
- <li>
- <span class="library">Range:</span>
- Boost.Range has
- undergone extensive updates that it include all of the features from the
- recently reviewed Boost.RangeEx, from Neil Groves.
- <ul>
- <li>
- Range-based version of the full STL iterator based algorithms.
- </li>
- <li>
- Range adaptors which can be combined with range-based algorithms for
- unprecedented expressiveness and efficiency.
- </li>
- <li>
- New functions: irange, istream_range, join, combine.
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_43_0.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <span class="library">Accumulators:</span>
- <ul>
- <li>
- Avoid premature template evaluation in operator overload return types.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Array:</span>
- <ul>
- <li>
- Added support for SunCC compiler.
- </li>
- <li>
- Added 'fill' member function.
- </li>
- <li>
- Changed exception code to use boost::throw_exception.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Asio:</span>
- <ul>
- <li>
- Improved performance.
- </li>
- <li>
- Reduced compile times.
- </li>
- <li>
- Reduced the size of generated code.
- </li>
- <li>
- Extended the guarantee that background threads don't call user code to
- all asynchronous operations (#3923).
- </li>
- <li>
- Changed to use edge-triggered epoll on Linux.
- </li>
- <li>
- Changed to use <code><span class="identifier">timerfd</span></code>
- for dispatching timers on Linux, when available.
- </li>
- <li>
- Changed to use one-shot notifications with kqueue on Mac OS X and BSD
- platforms.
- </li>
- <li>
- Added a bitmask type <code><span class="identifier">ip</span><span class="special">::</span><span class="identifier">resolver_query_base</span><span class="special">::</span><span class="identifier">flags</span></code>
- as per the TR2 proposal. This type prevents implicit conversion from
- <code><span class="keyword">int</span></code> to <code><span class="identifier">flags</span></code>,
- allowing the compiler to catch cases where users incorrectly pass a numeric
- port number as the service name.
- </li>
- <li>
- Added <code><span class="preprocessor">#define</span> <span class="identifier">NOMINMAX</span></code>
- for all Windows compilers. Users can define <code><span class="identifier">BOOST_ASIO_NO_NOMINMAX</span></code>
- to suppress this definition (#3901).
- </li>
- <li>
- Fixed a bug where 0-byte asynchronous reads were incorrectly passing
- an <code><span class="identifier">error</span><span class="special">::</span><span class="identifier">eof</span></code> result to the completion handler
- (#4023).
- </li>
- <li>
- Changed the <code><span class="identifier">io_control</span><span class="special">()</span></code> member functions to always call <code><span class="identifier">ioctl</span></code> on the underlying descriptor
- when modifying blocking mode (#3307).
- </li>
- <li>
- Changed the resolver implementation to longer require the typedefs <code><span class="identifier">InternetProtocol</span><span class="special">::</span><span class="identifier">resolver_query</span></code> and <code><span class="identifier">InternetProtocol</span><span class="special">::</span><span class="identifier">resolver_iterator</span></code>,
- as neither typedef is part of the documented <code><span class="identifier">InternetProtocol</span></code>
- requirements. The corresponding typedefs in the <code><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span></code>,
- <code><span class="identifier">ip</span><span class="special">::</span><span class="identifier">udp</span></code> and <code><span class="identifier">ip</span><span class="special">::</span><span class="identifier">icmp</span></code>
- classes have been deprecated.
- </li>
- <li>
- Fixed out-of-band handling for reactors not based on <code><span class="identifier">select</span><span class="special">()</span></code>.
- </li>
- <li>
- Added new <code><span class="identifier">BOOST_ASIO_DISABLE_THREADS</span></code>
- macro that allows Asio's threading support to be independently disabled.
- </li>
- <li>
- Minor documentation improvements.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Fusion:</span>
- <ul>
- <li>
- Added new macros for adapting or defining custom types. See the Changelog
- for details.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Iostreams:</span>
- <ul>
- <li>
- Minor fixes (#2505,
- #3839,
- #3953,
- #3723,
- #3969,
- #4135).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Multi-index Containers:</span>
- <ul>
- <li>
- <a href="/libs/serialization/doc/serialization.html#constructors">Serialization
- of non default constructible values</a> is now properly supported
- through user-provided facilities <code><span class="identifier">save_construct_data</span></code>
- and <code><span class="identifier">load_construct_data</span></code>.
- <code><span class="identifier">multi_index_container</span></code>
- serialization <a href="/libs/serialization/doc/tutorial.html#versioning">class
- version</a> has been bumped from 1 to 2.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Proto:</span>
- <ul>
- <li>
- Minor change in behavior: non-const expression self-assignment creates
- an assign node. See Proto's <a href="/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43">Release
- Notes</a> for details.
- </li>
- <li>
- Minor change to recommended expression extension mechanism: use <code><span class="identifier">BOOST_PROTO_EXTENDS_USING_ASSIGN</span><span class="special">()</span></code>.
- See Proto's <a href="/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43">Release
- Notes</a> for details.
- </li>
- <li>
- Fix error in invocation of callable monomorphic function objects in Proto
- transforms.
- </li>
- <li>
- Fix misc const correctness issues, work around fusion bug.
- </li>
- <li>
- Add non-const function call overloads to proto terminals.
- </li>
- <li>
- Add a default constructor to <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">literal</span><span class="special">&lt;&gt;</span></code>.
- </li>
- <li>
- Do not use deprecated config macros.
- </li>
- <li>
- Add <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">assert_matches</span><span class="special">()</span></code>
- function and friends to <tt>&lt;boost/proto/debug.hpp&gt;</tt>.
- </li>
- <li>
- <code><span class="identifier">functional</span><span class="special">::</span><span class="identifier">make_expr</span><span class="special">&lt;&gt;</span></code>
- and <code><span class="identifier">functional</span><span class="special">::</span><span class="identifier">unpack_expr</span><span class="special">&lt;&gt;</span></code>
- return const-qualified rvalues.
- </li>
- <li>
- Add documentation for Expr and Domain concepts.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Random:</span>
- <ul>
- <li>
- Put the implementation of random_device in a compiled lib, and added
- Windows support.
- </li>
- <li>
- Rewrote the documentation using Quickbook/Doxygen/Boostbook and brought
- it up to date.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Spirit:</span>
- Spirit V2.3, see
- the '<a href="/doc/libs/1_43_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_3.html">What's
- New</a>' section for details.
- </li>
- <li>
- <span class="library">Thread:</span>
- <ul>
- <li>
- Uses <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">throw_exception</span></code> for all exceptions
- except <code><span class="identifier">thread_interrupted</span></code>
- </li>
- <li>
- Added fix for issue 2742
- </li>
- <li>
- Optimizations to mutex locks and <code><span class="identifier">call_once</span></code>
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Unordered:</span>
- <ul>
- <li>
- <code><span class="identifier">erase_return_void</span></code> is
- now <code><span class="identifier">quick_erase</span></code> (#3966).
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Uuid:</span>
- <ul>
- <li>
- Split generators into separate files.
- </li>
- <li>
- Fixed bug in basic_random_generator (#3971).
- </li>
- <li>
- Updated documentation.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Wave:</span>
- See the Changelog
- for details.
- </li>
- <li>
- <span class="library">Xpressive:</span>
- <ul>
- <li>
- Add missing include to <tt>&lt;boost/xpressive/regex_error.hpp&gt;</tt>.
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_43_0.build_system">
- <h3><span class="link">Build System</span></h3>
- <ul>
- <li>
- When cross-compiling to GNU targets, static libraries are properly created.
- Previously, using such libraries resulted in <tt>Archive has no index</tt>
- error.
- </li>
- <li>
- The naming of DLL and import libraries with gcc compiler on Windows, both
- mingw and cygwin, now matches default conventions of those environments.
- Previously, the naming scheme was the same as for other Windows compilers.
- </li>
- </ul>
- </div>
- <div id="version_1_43_0.updated_tools">
- <h3><span class="link">Updated Tools</span></h3>
- <ul>
- <li>
- <span class="library">Quickbook:</span>
- <ul>
- <li>
- Unicode escape characters.
- </li>
- <li>
- Support the UTF-8 byte order mark.
- </li>
- <li>
- Disallow <code><span class="special">[</span></code> in simple markup.
- Fixes some errors with mismatched punctuation.
- </li>
- <li>
- Add a command line flag (<code><span class="special">-</span><span class="identifier">D</span></code>) to define macros at the command
- line.
- </li>
- <li>
- Improved post-processor output.
- </li>
- <li>
- Check that <code><span class="special">[</span><span class="identifier">section</span><span class="special">]</span></code> and <code><span class="special">[</span><span class="identifier">endsect</span><span class="special">]</span></code>
- tags are balanced in templates.
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_43_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 Leopard.
- </li>
- </ul>
- </li>
- <li>
- Linux:
- <ul>
- <li>
- GCC 4.4.1 on Ubuntu Linux.
- </li>
- <li>
- GCC 4.4 on 64-bit Suse.
- </li>
- </ul>
- </li>
- <li>
- Windows:
- <ul>
- <li>
- Visual C++ 8.0 SP1 and 9.0 SP1 on Windows XP.
- </li>
- <li>
- GCC 4.3.3, using Mingw
- </li>
- </ul>
- </li>
- <li>
- FreeBSD:
- <ul>
- <li>
- GCC 4.2.1, 32 and 64 bit.
- </li>
- </ul>
- </li>
- </ul>
- <p>
- Boost's additional test compilers include:
- </p>
- <ul>
- <li>
- Linux:
- <ul>
- <li>
- Intel 10.1, 11.1 on 32 bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 10.1, 11.0, 11.1 on 64 bit Red Hat Enterprise Linux.
- </li>
- <li>
- GCC 3.4.6, 4.2.4, 4.3.4, 4.4.3 on Red Hat Enterprise Linux.
- </li>
- <li>
- GCC 4.3.4, 4.4.3 with C++0x extensions on Red Hat Enterprise Linux.
- </li>
- <li>
- QLogic PathScale(TM) Compiler Suite: Version 3.2 on Red Hat Enterprise
- Linux.
- </li>
- </ul>
- </li>
- <li>
- OS X:
- <ul>
- <li>
- Intel C++ Compiler 10.1, 11.0, 11.1 on Leopard.
- </li>
- <li>
- GCC 4.0.1 on Intel Leopard.
- </li>
- <li>
- Clang from subversion.
- </li>
- </ul>
- </li>
- <li>
- Windows:
- <ul>
- <li>
- Visual C++ 8,0, 9,0 on 32-bit XP.
- </li>
- <li>
- Visual C++ 9.0 using STLport 5.2 on XP and Windows Mobile 5.0.
- </li>
- <li>
- Visual C++ 10.0 on XP.
- </li>
- <li>
- Visual C++ 10.0 on 64-bit Windows 7.
- </li>
- <li>
- Borland/Codegear C++ 5.9.3, 6.1.3 (2009), 6.2.1 (2010).
- </li>
- <li>
- Intel C++ 11.1, with a Visual C++ 9.0 backend, on Vista 32-bit.
- </li>
- <li>
- GCC 4.3.3 on Mingw.
- </li>
- <li>
- GCC 4.4.3 on Mingw, with and without C++0x extensions.
- </li>
- <li>
- GCC 4.5 on Mingw.
- </li>
- </ul>
- </li>
- <li>
- AIX:
- <ul>
- <li>
- IBM XL C/C++ Enterprise Edition, V10.1.0.0, on AIX Version 5.3.0.40.
- </li>
- </ul>
- </li>
- <li>
- FreeBSD:
- <ul>
- <li>
- GCC 4.2.1 on FreeBSD 7.2, 64 bit.
- </li>
- <li>
- GCC 4.2.1 on FreeBSD 8.0, 32 bit.
- </li>
- </ul>
- </li>
- <li>
- Solaris:
- <ul>
- <li>
- Sun C++ 5.10 on Solaris 5.10.
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_43_0.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- Beman Dawes, Eric Niebler,
- Rene Rivera, Daniel James
- and Vladimir Prus managed this release.
- </p>
- </div>
-</div> </div>
- </div>
- </div>
- </div>
- </div>
-
- <div id="sidebar">
- <!--#include virtual="/common/sidebar-common.html" --><!--#include virtual="/common/sidebar-boost.html" --> </div>
-
- <div class="clear"></div>
- </div>
- </div>
-
- <div id="footer">
- <div id="footer-left">
- <div id="revised">
- <p>Revised $Date: 2010-12-11 14:59:32 +0000 (Sat, 11 Dec 2010) $</p>
- </div>
-
- <div id="copyright">
- <p>Copyright Rene Rivera 2006-2007.</p>
- </div><!--#include virtual="/common/footer-license.html" --> </div>
-
- <div id="footer-right">
- <!--#include virtual="/common/footer-banners.html" --> </div>
-
- <div class="clear"></div>
- </div>
-</body>
-</html>

Deleted: website/public_html/dev/users/news/version_1_44_0.html
==============================================================================
--- website/public_html/dev/users/news/version_1_44_0.html 2011-01-03 12:44:26 EST (Mon, 03 Jan 2011)
+++ (empty file)
@@ -1,1053 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<head>
- <title>Version 1.44.0</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="icon" href="/favicon.ico" type="image/ico" />
- <link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
- <style type="text/css">
-/*<![CDATA[*/
- #content .news-description ul {
- list-style: none;
- }
- #content .news-description ul ul {
- list-style: circle;
- }
- /*]]>*/
- </style>
- <!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
-</head>
-
-<body>
- <div id="heading">
- <!--#include virtual="/common/heading.html" --> </div>
-
- <div id="body">
- <div id="body-inner">
- <div id="content">
- <div class="section" id="intro">
- <div class="section-0">
- <div class="section-title">
- <h1>Version 1.44.0</h1>
- </div>
-
- <div class="section-body">
- <h2><span class=
- "news-title">Version 1.44.0</span></h2>
-
- <p><span class=
- "news-date">August 13th, 2010 17:00 GMT</span></p>
-
- <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
-<tr><th scope="row" rowspan="2">unix</th><td>boost_1_44_0.tar.bz2</td></tr><tr><td>boost_1_44_0.tar.gz</td></tr>
-<tr><th scope="row" rowspan="2">windows</th><td>boost_1_44_0.7z</td></tr><tr><td>boost_1_44_0.zip</td></tr></table>
- <div class="news-description">
- <div class="description">
-
-
-
- <div id="version_1_44_0.new_libraries">
- <h3><span class="link">New Libraries</span></h3>
- <ul>
- <li>
- <div>
- <span class="library">Meta State Machine:</span>
- High-performance
- expressive UML2 finite state machines, from Christophe Henry
- </div>
- </li>
- <li>
- <div>
- <span class="library">Polygon:</span>
- Booleans/clipping,
- resizing/offsetting and more for planar polygons with integral coordinates,
- from Lucanus Simonson.
- </div>
- </li>
- </ul>
- </div>
- <div id="version_1_44_0.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <div>
- <span class="library">Accumulators:</span>
- <ul>
- <li>
- <div>
- Correct miscellaneous documentation inaccuracies
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Asio:</span>
- <ul>
- <li>
- <div>
- Reduced compile times. (Note that some programs may need to add additional
- <code><span class="preprocessor">#include</span></code>s, e.g.
- if the program uses <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code>
- but does not explicitly include <code><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>.)
- </div>
- </li>
- <li>
- <div>
- Reduced the size of generated code.
- </div>
- </li>
- <li>
- <div>
- Refactored <code><span class="identifier">deadline_timer</span></code>
- implementation to improve performance.
- </div>
- </li>
- <li>
- <div>
- Improved multiprocessor scalability on Windows by using a dedicated
- hidden thread to wait for timers.
- </div>
- </li>
- <li>
- <div>
- Improved performance of <code><span class="identifier">asio</span><span class="special">::</span><span class="identifier">streambuf</span></code>
- with <code><span class="identifier">async_read</span><span class="special">()</span></code>
- and <code><span class="identifier">async_read_until</span><span class="special">()</span></code>. These read operations now use
- the existing capacity of the <code><span class="identifier">streambuf</span></code>
- when reading, rather than limiting the read to 512 bytes.
- </div>
- </li>
- <li>
- <div>
- Added optional separate compilation. To enable, add <code><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">/</span><span class="identifier">impl</span><span class="special">/</span><span class="identifier">src</span><span class="special">.</span><span class="identifier">cpp</span><span class="special">&gt;</span></code>
- to one source file in a program, then build the program with <code><span class="identifier">BOOST_ASIO_SEPARATE_COMPILATION</span></code>
- defined in the project/compiler settings. Alternatively, <code><span class="identifier">BOOST_ASIO_DYN_LINK</span></code> may be defined
- to build a separately-compiled Asio as part of a shared library.
- </div>
- </li>
- <li>
- <div>
- Added new macro <code><span class="identifier">BOOST_ASIO_DISABLE_FENCED_BLOCK</span></code>
- to permit the disabling of memory fences around completion handlers,
- even if thread support is enabled.
- </div>
- </li>
- <li>
- <div>
- Reworked timeout examples to better illustrate typical use cases.
- </div>
- </li>
- <li>
- <div>
- Ensured that handler arguments are passed as <code><span class="keyword">const</span></code>
- types.
- </div>
- </li>
- <li>
- <div>
- Fixed incorrect parameter order in <code><span class="identifier">null_buffers</span></code>
- variant of <code><span class="identifier">async_send_to</span></code>
- (#4170).
- </div>
- </li>
- <li>
- <div>
- Ensured <code><span class="keyword">unsigned</span> <span class="keyword">char</span></code>
- is used with <code><span class="identifier">isdigit</span></code>
- in <code><span class="identifier">getaddrinfo</span></code> emulation
- (#4201).
- </div>
- </li>
- <li>
- <div>
- Fixed handling of very small but non-zero timeouts (#4205).
- </div>
- </li>
- <li>
- <div>
- Fixed crash that occurred when an empty buffer sequence was passed
- to a composed read or write operation.
- </div>
- </li>
- <li>
- <div>
- Added missing <code><span class="keyword">operator</span><span class="special">+</span></code> overload in <code><span class="identifier">buffers_iterator</span></code>
- (#4382).
- </div>
- </li>
- <li>
- <div>
- Implemented cancellation of <code><span class="identifier">null_buffers</span></code>
- operations on Windows.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Config:</span>
- <ul>
- <li>
- <div>
- Added new defect macro, <code><span class="identifier">BOOST_NO_COMPLETE_VALUE_INITIALIZATION</span></code>.
- </div>
- </li>
- <li>
- <div>
- Added new defect macro <code><span class="identifier">BOOST_NO_0X_HDR_TYPEINDEX</span></code>,
- fixes issue #4274.
- </div>
- </li>
- <li>
- <div>
- Added support for code visibility in GCC.
- </div>
- </li>
- <li>
- <div>
- Fixed issues #4385,
- #4324,
- #4221,
- #4182,
- #4178,
- #4152,
- #4115.
- #4112,
- #4059,
- #4041,
- #4012.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Filesystem:</span>
- <ul>
- <li>
- <div>
- This release contains both version 2 and version 3 of the library.
- Version 3 is a major upgrade that will break some existing user code,
- so version 2 is the default. Users are encouraged to migrate to version
- 3. See 'Version 2'
- and 'Version 3'
- for more information.
- </div>
- </li>
- <li>
- <div>
- Fix problems with symbol visibility for shared libraries.
- </div>
- </li>
- <li>
- <div>
- Fix various minor problems.
- </div>
- </li>
- <li>
- <div>
- Fixed issues: #3863,
- #4248.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Foreach:</span>
- <ul>
- <li>
- <div>
- Add <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">foreach_fwd</span><span class="special">.</span><span class="identifier">hpp</span></code> for forward declarations of
- foreach's customization points, fixes #3998.
- </div>
- </li>
- <li>
- <div>
- Remove out-of-date work-arounds for sun compilers, fixes #4306.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Fusion:</span>
- <ul>
- <li>
- <div>
- Added <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">reverse_fold</span></code>, <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">iter_fold</span></code>
- and <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">reverse_iter_fold</span></code> (#1623).
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Hash:</span>
- <ul>
- <li>
- <div>
- Option to prevent implicit casts when calling the hash function by
- defining the macro <code><span class="identifier">BOOST_HASH_NO_IMPLICIT_CASTS</span></code>,
- which can avoid some subtle problems. This might be activated by
- default in a future version.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Iostreams:</span>
- <ul>
- <li>
- <div>
- 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="/libs/iostreams/doc/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>
- (#3323,
- #3517,
- #4335).
- </div>
- </li>
- <li>
- <div>
- Fix several issues with compression and decompression (#2318,
- #4091,
- #3348,
- #2783,
- #1579,
- #3853).
- </div>
- </li>
- <li>
- <div>
- And a load more miscellaneous fixes (#3851,
- #3279,
- #3689,
- #2356,
- #2996,
- #4102,
- #2998,
- #1612,
- #2325).
- </div>
- </li>
- <li>
- <div>
- Thanks to Steven Watanabe for almost all these fixes. For more detail
- see the <a href="/libs/iostreams/doc/release_notes.html">release
- notes</a>.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Math:</span>
- <ul>
- <li>
- <div>
- Fixed incorrect range and support for Rayleigh distribution.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">MPL:</span>
- <ul>
- <li>
- <div>
- Make <code><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">string</span></code> work with <code><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">transform</span></code>.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Multi-index Containers:</span>
- <ul>
- <li>
- <div>
- Fixed a bug preventing the use of <code><span class="identifier">modify_key</span></code>
- with rollback in ordered
- and hashed
- indices when <code><span class="identifier">Modifier</span></code>
- and <code><span class="identifier">Rollback</span></code> are
- different types (ticket #4130).
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Proto:</span>
- <ul>
- <li>
- <div>
- <em>Minor change in behavior:</em> when using
- <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">and_</span></code> as a transform, apply <em>all</em>
- transforms but only return the result of applying the last. See Proto's
- <a href="/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_44">Release
- Notes</a> for details.
- </div>
- </li>
- <li>
- <div>
- <em>Minor change in behavior:</em> <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">as_expr</span></code> and <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">as_child</span></code>
- no longer run objects that are already proto expressions through
- the expression domain's generator. See Proto's <a href="/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_44">Release
- Notes</a> for details.
- </div>
- </li>
- <li>
- <div>
- <em>Minor change in behavior:</em> Proto
- uses <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">basic_expr</span></code> instead of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">expr</span></code> when possible for better compile
- times. See Proto's <a href="/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_44">Release
- Notes</a> for details.
- </div>
- </li>
- <li>
- <div>
- Add support for sub-domains.
- </div>
- </li>
- <li>
- <div>
- Introduce per-domain <code><span class="identifier">as_expr</span></code>
- and <code><span class="identifier">as_child</span></code> customization
- points to allow for domain-specific customization of variable capture
- behavior.
- </div>
- </li>
- <li>
- <div>
- The <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">_default</span></code> transform is also a grammar
- that matches the expressions the transform knows how to handle.
- </div>
- </li>
- <li>
- <div>
- Add <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">_void</span></code>, a no-op primitive transform
- that does nothing and returns <code><span class="keyword">void</span></code>.
- </div>
- </li>
- <li>
- <div>
- The <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">pass_through</span></code> transform doesn't
- strip expression wrappers, fixes #4175.
- </div>
- </li>
- <li>
- <div>
- Const-correctness fixes when invoking proto domains.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Regex:</span>
- <ul>
- <li>
- <div>
- Fixed issues: #4309,
- #4215,
- #4212,
- #4191,
- #4132,
- #4123,
- #4114,
- #4036,
- #4020,
- #3941,
- #3902,
- #3890.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Spirit:</span>
- Spirit V2.4,
- see the '<a href="/doc/libs/1_44_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_4.html">What's
- New</a>' section for details.
- </div>
- </li>
- <li>
- <div>
- <span class="library">System:</span>
- <ul>
- <li>
- <div>
- Change system_category and generic_category to functions, to conform
- to the C++0x FCD. This change may cause compile errors some user
- code; the fix is add &quot;()&quot; to references to system_category
- and generic_category, so that they become function calls.
- </div>
- </li>
- <li>
- <div>
- Fix problems with symbol visibility for shared libraries.
- </div>
- </li>
- <li>
- <div>
- Fixed issues: #4254,
- #3994,
- #3474.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Thread:</span>
- <ul>
- <li>
- <div>
- Fixes for miscellaneous trac issues (#2501,
- #4341,
- #4363,
- #3760,
- #3761,
- #3611,
- #2955,
- #4071,
- #3195,
- #3097,
- #2874,
- #4316,
- #4317,
- #4322,
- #3244,
- #2747,
- #4305,
- #3195,
- #2704,
- #2293,
- #868,
- #2918,
- #4238,
- #3269,
- #3178,
- #3195).
- </div>
- </li>
- <li>
- <div>
- Fixes for other miscellaneous issues (remove warnings, support newer
- compilers, etc.)
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">TR1:</span>
- <ul>
- <li>
- <div>
- Fixed VC10 support.
- </div>
- </li>
- <li>
- <div>
- <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">tr1</span><span class="special">::</span><span class="identifier">result_of</span></code> always uses the TR1 ResultOf
- protocol, even on compilers that support the C++0x <code><span class="identifier">decltype</span></code>-based implementation.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Type Traits:</span>
- <ul>
- <li>
- <div>
- Added support for rvalue references throughout the library, plus
- two new traits classes is_rvalue_reference and is_lvalue_reference.
- Fixes #4407
- and #3804.
- </div>
- </li>
- <li>
- <div>
- Fixed ticket #3621.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">uBLAS:</span>
- <ul>
- <li>
- <div>
- New assignment operators to feed in vectors and matrices in many
- nice ways (#4034).
- Thank you Nasos
- </div>
- </li>
- <li>
- <div>
- New doxygen-based documentation
- </div>
- </li>
- <li>
- <div>
- Enable arithmetic operators (+,-,*,/) to work between ublas containers
- of std::complex and integral types (#3649).
- Thank you Neal
- </div>
- </li>
- <li>
- <div>
- Removed unused variables in functional.hpp (#4377).
- Thank you Marco
- </div>
- </li>
- <li>
- <div>
- New matrix_indirect and vector_indirect views to access elements
- with a matrix or vector of indices
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Utility:</span>
- <ul>
- <li>
- <div>
- Added a new template class, boost::initialized<T>,
- in order to fix #3472.
- </div>
- </li>
- <li>
- <div>
- New version of <code><span class="identifier">value_initialized</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span></code> no longer calls <code><span class="identifier">memset</span></code> when the compiler has implemented
- value-initialization completely (#3869).
- </div>
- </li>
- <li>
- <div>
- New template <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">tr1_result_of</span></code>
- that implements the TR1 ResultOf protocol even if <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">result_of</span></code>
- uses the C++0x <code><span class="identifier">decltype</span></code>-based
- implementation.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Uuid:</span>
- <ul>
- <li>
- <div>
- Define <code><span class="identifier">BOOST_UUID_NO_TYPE_TRAITS</span></code>
- to remove the dependency on Boost.TypeTraits.
- </div>
- </li>
- <li>
- <div>
- Stream <code><span class="keyword">operator</span><span class="special">&lt;&lt;</span></code>
- handles left, internal, and right manipulators.
- </div>
- </li>
- <li>
- <div>
- Added <code><span class="identifier">to_string</span></code>,
- <code><span class="identifier">to_wstring</span></code> to convert
- a uuid to a string.
- </div>
- </li>
- <li>
- <div>
- Fixed minor bugs in documentation.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Wave:</span>
- See the Changelog
- for details.
- </div>
- </li>
- <li>
- <div>
- <span class="library">Xpressive:</span>
- <ul>
- <li>
- <div>
- Replace non-portable <code><span class="keyword">using</span></code>
- declarations with <code><span class="keyword">typedef</span></code>s
- in <code><span class="identifier">nested_results</span></code>.
- </div>
- </li>
- <li>
- <div>
- Support user-defined assertions with placeholders for non-local variables.
- </div>
- </li>
- </ul>
- </div>
- </li>
- </ul>
- </div>
- <div id="version_1_44_0.updated_tools">
- <h3><span class="link">Updated tools</span></h3>
- <ul>
- <li>
- <div>
- <span class="library">Boostbook:</span>
- <ul>
- <li>
- <div>
- Significantly faster.
- </div>
- </li>
- <li>
- <div>
- Improved syntax highlighter.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Quickbook:</span>
- <ul>
- <li>
- <div>
- Use the cygwin 1.7 API for better path handling.
- </div>
- </li>
- <li>
- <div>
- Improved boostbook generation.
- </div>
- </li>
- <li>
- <div>
- Tweak the grammar to clean up some edge cases.
- </div>
- </li>
- <li>
- <div>
- 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>.
- </div>
- </li>
- </ul>
- </div>
- </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>
- <div>
- OS X:
- <ul>
- <li>
- <div>
- GCC 4.0.1 on Intel Leopard.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- Linux:
- <ul>
- <li>
- <div>
- GCC 4.4 on 64-bit Suse.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- Windows:
- <ul>
- <li>
- <div>
- Visual C++ 7.1 SP1, 8.0 SP1, 9.0 SP1 and 10.0.
- </div>
- </li>
- <li>
- <div>
- GCC 4.3.3, using Mingw.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- FreeBSD:
- <ul>
- <li>
- <div>
- GCC 4.2.1, 32 and 64 bit.
- </div>
- </li>
- </ul>
- </div>
- </li>
- </ul>
- <p>
- Boost's additional test compilers include:
- </p>
- <ul>
- <li>
- <div>
- Linux:
- <ul>
- <li>
- <div>
- Intel 10.1 on 32 bit Red Hat Enterprise Linux.
- </div>
- </li>
- <li>
- <div>
- Intel 10.1, 11.0, 11.1 on 64 bit Red Hat Enterprise Linux.
- </div>
- </li>
- <li>
- <div>
- GCC 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.5 on Red Hat Enterprise Linux.
- </div>
- </li>
- <li>
- <div>
- GCC, with C++0x extensions, 4.3.4, 4.4.3, 4.5 on Red Hat Enterprise
- Linux.
- </div>
- </li>
- <li>
- <div>
- GCC 4.4 on 64 bit Suse.
- </div>
- </li>
- <li>
- <div>
- QLogic PathScale(TM) Compiler Suite: Version 3.2 on Red Hat Enterprise
- Linux.
- </div>
- </li>
- <li>
- <div>
- Clang from subversion (will be released with LLVM 2.8).
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- OS X:
- <ul>
- <li>
- <div>
- Intel C++ Compiler 10.1, 11.0, 11.1 on Leopard.
- </div>
- </li>
- <li>
- <div>
- GCC 4.0.1, 4.2.1 (Apple build).
- </div>
- </li>
- <li>
- <div>
- GCC 4.4
- </div>
- </li>
- <li>
- <div>
- GCC, with C++0x extensions, 4.4
- </div>
- </li>
- <li>
- <div>
- Clang from subversion (will be released with LLVM 2.8).
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- Windows:
- <ul>
- <li>
- <div>
- Visual C++ 7.1 SP, 8.0, 9.0 on 32-bit XP.
- </div>
- </li>
- <li>
- <div>
- Visual C++ 9.0 using STLport 5.2 on XP and Windows Mobile 5.0.
- </div>
- </li>
- <li>
- <div>
- Visual C++ 10.0 on XP.
- </div>
- </li>
- <li>
- <div>
- Visual C++ 10.0 on 64-bit Windows 7.
- </div>
- </li>
- <li>
- <div>
- Borland/Codegear C++ 5.9.3, 6.1.3 (2009), 6.2.1 (2010).
- </div>
- </li>
- <li>
- <div>
- Intel C++ 11.1, with a Visual C++ 9.0 backend, on Vista 32-bit.
- </div>
- </li>
- <li>
- <div>
- GCC 4.3.3, 4.5 on Mingw.
- </div>
- </li>
- <li>
- <div>
- GCC, with C++0x extensions, 4.5 on Mingw.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- AIX:
- <ul>
- <li>
- <div>
- IBM XL C/C++ Enterprise Edition, V11.1.0.0, on AIX Version 5.3.0.40.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- FreeBSD:
- <ul>
- <li>
- <div>
- GCC 4.2.1 on FreeBSD 7.2, 64 bit.
- </div>
- </li>
- <li>
- <div>
- GCC 4.2.1 on FreeBSD 8.0, 32 bit.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- Solaris:
- <ul>
- <li>
- <div>
- Sun C++ 5.10 on Solaris 5.10.
- </div>
- </li>
- </ul>
- </div>
- </li>
- </ul>
- </div>
- <div id="version_1_44_0.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- Beman Dawes, Eric Niebler,
- Rene Rivera, Daniel James
- and Vladimir Prus managed this release.
- </p>
- <p>
- Thanks to Marshall Clow for organizing the bug sprint and to everyone who took
- part.
- </p>
- </div>
-</div> </div>
- </div>
- </div>
- </div>
- </div>
-
- <div id="sidebar">
- <!--#include virtual="/common/sidebar-common.html" --><!--#include virtual="/common/sidebar-boost.html" --> </div>
-
- <div class="clear"></div>
- </div>
- </div>
-
- <div id="footer">
- <div id="footer-left">
- <div id="revised">
- <p>Revised $Date: 2010-12-11 14:59:32 +0000 (Sat, 11 Dec 2010) $</p>
- </div>
-
- <div id="copyright">
- <p>Copyright Rene Rivera 2006-2007.</p>
- </div><!--#include virtual="/common/footer-license.html" --> </div>
-
- <div id="footer-right">
- <!--#include virtual="/common/footer-banners.html" --> </div>
-
- <div class="clear"></div>
- </div>
-</body>
-</html>

Deleted: website/public_html/dev/users/news/version_1_45_0.html
==============================================================================
--- website/public_html/dev/users/news/version_1_45_0.html 2011-01-03 12:44:26 EST (Mon, 03 Jan 2011)
+++ (empty file)
@@ -1,903 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<head>
- <title>Version 1.45.0</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="icon" href="/favicon.ico" type="image/ico" />
- <link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
- <style type="text/css">
-/*<![CDATA[*/
- #content .news-description ul {
- list-style: none;
- }
- #content .news-description ul ul {
- list-style: circle;
- }
- /*]]>*/
- </style>
- <!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
-</head>
-
-<body>
- <div id="heading">
- <!--#include virtual="/common/heading.html" --> </div>
-
- <div id="body">
- <div id="body-inner">
- <div id="content">
- <div class="section" id="intro">
- <div class="section-0">
- <div class="section-title">
- <h1>Version 1.45.0</h1>
- </div>
-
- <div class="section-body">
- <h2><span class=
- "news-title">Version 1.45.0</span></h2>
-
- <p><span class=
- "news-date">November 19th, 2010 16:00 GMT</span></p>
-
- <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
-<tr><th scope="row" rowspan="2">unix</th><td>boost_1_45_0.tar.bz2</td></tr><tr><td>boost_1_45_0.tar.gz</td></tr>
-<tr><th scope="row" rowspan="2">windows</th><td>boost_1_45_0.7z</td></tr><tr><td>boost_1_45_0.zip</td></tr></table>
- <div class="news-description">
- <div class="description">
-
-
-
- <div id="version_1_45_0.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <div>
- <span class="library">Asio:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fixed a problem on kqueue-based platforms where a <code><span class="identifier">deadline_timer</span></code>
- may never fire if the <code><span class="identifier">io_service</span></code>
- is running in a background thread (#4568).
- </div>
- </li>
- <li>
- <div>
- Fixed a const-correctness issue that prevented valid uses of <code><span class="identifier">has_service</span><span class="special">&lt;&gt;</span></code>
- from compiling (#4638).
- </div>
- </li>
- <li>
- <div>
- Fixed MinGW cross-compilation (#4491).
- </div>
- </li>
- <li>
- <div>
- Removed dependency on deprecated Boost.System functions (#4672).
- </div>
- </li>
- <li>
- <div>
- Ensured <code><span class="identifier">close</span><span class="special">()</span></code>/<code><span class="identifier">closesocket</span><span class="special">()</span></code>
- failures are correctly propagated (#4573).
- </div>
- </li>
- <li>
- <div>
- Added a check for errors returned by <code><span class="identifier">InitializeCriticalSectionAndSpinCount</span></code>
- (#4574).
- </div>
- </li>
- <li>
- <div>
- Added support for hardware flow control on QNX (#4625).
- </div>
- </li>
- <li>
- <div>
- Always use <code><span class="identifier">pselect</span><span class="special">()</span></code> on HP-UX, if it is available (#4578).
- </div>
- </li>
- <li>
- <div>
- Ensured handler arguments are passed as lvalues (#4744).
- </div>
- </li>
- <li>
- <div>
- Fixed Windows build when thread support is disabled (#4680).
- </div>
- </li>
- <li>
- <div>
- Fixed a Windows-specific problem where <code><span class="identifier">deadline_timer</span></code>
- objects with expiry times set more than 5 minutes in the future may
- never expire (#4745).
- </div>
- </li>
- <li>
- <div>
- Fixed the <code><span class="identifier">resolver</span></code>
- backend on BSD platforms so that an empty service name resolves to
- port number <code><span class="number">0</span></code>, as per the
- documentation (#4690).
- </div>
- </li>
- <li>
- <div>
- Fixed read operations so that they do not accept buffer sequences of
- type <code><span class="identifier">const_buffers_1</span></code>
- (#4746).
- </div>
- </li>
- <li>
- <div>
- Redefined <code><span class="identifier">Protocol</span></code>
- and <code><span class="identifier">id</span></code> to avoid clashing
- with Objective-C++ keywords (#4191).
- </div>
- </li>
- <li>
- <div>
- Fixed a <code><span class="identifier">vector</span></code> reallocation
- performance issue that can occur when there are many active <code><span class="identifier">deadline_timer</span></code> objects (#4780).
- </div>
- </li>
- <li>
- <div>
- Fixed the kqueue backend so that it compiles on NetBSD (#4662).
- </div>
- </li>
- <li>
- <div>
- Fixed the socket <code><span class="identifier">io_control</span><span class="special">()</span></code> implementation on 64-bit Mac OS X
- and BSD platforms (#4782).
- </div>
- </li>
- <li>
- <div>
- Fixed a Windows-specific problem where failures from <code><span class="identifier">accept</span><span class="special">()</span></code>
- are incorrectly treated as successes (#4859).
- </div>
- </li>
- <li>
- <div>
- Deprecated the separate compilation header <code><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">/</span><span class="identifier">impl</span><span class="special">/</span><span class="identifier">src</span><span class="special">.</span><span class="identifier">cpp</span><span class="special">&gt;</span></code>
- in favour of <code><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">asio</span><span class="special">/</span><span class="identifier">impl</span><span class="special">/</span><span class="identifier">src</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code> (#4560).
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Config:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Added new defect macros, <code><span class="identifier">BOOST_NO_VARIADIC_MACROS</span></code>
- and <code><span class="identifier">BOOST_NO_NUMERIC_LIMITS_LOWEST</span></code>.
- </div>
- </li>
- <li>
- <div>
- Minor fixes (#4670,
- #4563,
- #4474,
- #4508).
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Flyweight:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fixed a hanging problem with intermodule_holder in Win32
- platforms related to a Boost.Interprocess issue described at ticket
- #4606.
- </div>
- </li>
- <li>
- <div>
- Removed an internal assertion incompatible with program termination
- via <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">exit</span></code>.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Foreach:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fix ambiguitiy by making <code><span class="identifier">auto_any</span></code>
- constructor explicit.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Fusion:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Added <code><span class="identifier">BOOST_FUSION_ADAPT_ADT</span></code>,
- <code><span class="identifier">BOOST_FUSION_ADAPT_TPL_ADT</span></code>,
- <code><span class="identifier">BOOST_FUSION_ADAPT_ASSOC_ADT</span></code>
- and <code><span class="identifier">BOOST_FUSION_ADAPT_ASSOC_TPL_ADT</span></code>.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Graph:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Added Stoer-Wagner min-cut algorithm contributed by Daniel Trebbien.
- </div>
- </li>
- <li>
- <div>
- Added implicit graph (implicit_graph) and A* (astar_maze) examples
- contributed by W. P. McNeill.
- </div>
- </li>
- <li>
- <div>
- Added bundled property support for graph properties.
- </div>
- </li>
- <li>
- <div>
- Fixed bugs #4556,
- #4622,
- #4631,
- #4715,
- #4753,
- #4758
- and #4793
- plus others not in Trac.
- </div>
- </li>
- <li>
- <div>
- Fixed documentation bugs #4731
- and #4737.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Interprocess:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fixed bugs #1080,
- #3284,
- #3439,
- #3448,
- #3582,
- #3682,
- #3829,
- #3846,
- #3914,
- #3947,
- #3950,
- #3951,
- #3985,
- #4010,
- #4417,
- #4019,
- #4039,
- #4218,
- #4230,
- #4250,
- #4297,
- #4350,
- #4352,
- #4426,
- #4516,
- #4524,
- #4557,
- #4606,
- #4685,
- #4694.
- </div>
- </li>
- <li>
- <div>
- Added support for standard rvalue reference move semantics (tested
- on GCC 4.5 and VC10).
- </div>
- </li>
- <li>
- <div>
- Permissions can be detailed for interprocess named resources.
- </div>
- </li>
- <li>
- <div>
- <code><span class="identifier">mapped_region</span><span class="special">::</span><span class="identifier">flush</span></code> initiates disk flushing but
- does not guarantee it's completed when returns, since it is not portable.
- </div>
- </li>
- <li>
- <div>
- FreeBSD and MacOS now use posix semaphores to implement named semaphores
- and mutex.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Math:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Added inverse gamma distribution and inverse chi_square and scaled
- inverse chi_square.
- </div>
- </li>
- <li>
- <div>
- Added warnings about potential ambiguity with std random library in
- distribution and function names.
- </div>
- </li>
- <li>
- <div>
- Editorial revision of documentation, and added FAQ.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Meta State Machine:</span>
-
- </div>
- <ul>
- <li>
- <div>
- <a href="/doc/libs/1_45_0/libs/msm/doc/HTML/ch08.html#d0e2995">Support
- for serialization</a>.
- </div>
- </li>
- <li>
- <div>
- <a href="/doc/libs/1_45_0/libs/msm/doc/HTML/ch03s04.html#eUML-reuse-functor">Possibility
- to use normal</a> functors (from functor front-end) in eUML.
- </div>
- </li>
- <li>
- <div>
- <a href="/doc/libs/1_45_0/libs/msm/doc/HTML/ch03s05.html#backend-fsm-constructor-args">New
- constructors where substates / submachines can be taken as arguments</a>.
- This allows passing arguments to the constructor of a submachine.
- </div>
- </li>
- <li>
- <div>
- Bugfixes (anonymous transitions)
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">MultiArray:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fixes for bugs #3581,
- #3820,
- #3989,
- #4032,
- plus other bugs not in Trac.
- </div>
- </li>
- <li>
- <div>
- Added new examples and test cases.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Proto:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Knock down value of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">N</span></code>,
- fixes bug #4602,
- </div>
- </li>
- <li>
- <div>
- Support non-rtti compilers
- </div>
- </li>
- <li>
- <div>
- Fix bug with <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">matches</span></code>,
- array types and the wildcard pattern.
- </div>
- </li>
- <li>
- <div>
- Make Proto work on MSVC with the /clr option
- </div>
- </li>
- <li>
- <div>
- Add const-qualified overloads of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">eval</span></code>
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Spirit:</span>
- Spirit V2.4.1,
- see the '<a href="/doc/libs/1_45_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_4_1.html">What's
- New</a>' section for details.
- </div>
- </li>
- <li>
- <div>
- <span class="library">TypeTraits:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Added new traits add_rvalue_reference, add_lvalue_reference and common_type.
- </div>
- </li>
- <li>
- <div>
- Minor fixes to is_signed, is_unsigned and is_virtual_base_of.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">uBLAS:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Tickets closed:
- </div>
- <ul>
- <li>
- <div>
- #4410,
- </div>
- </li>
- <li>
- <div>
- #3397,
- </div>
- </li>
- <li>
- <div>
- #795,
- </div>
- </li>
- <li>
- <div>
- #3514,
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- Mixed types operation are possible and new tests added (like matrix&lt;complex&gt;+matrix&lt;double&gt;),
- </div>
- </li>
- <li>
- <div>
- New features:
- </div>
- <ul>
- <li>
- <div>
- a new size&lt;&gt; operator is available. For example size&lt;1&gt;(A+B)
- give the number of rows of the sum of matrices A and B,
- </div>
- </li>
- </ul>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Unordered:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fix inserting from iterators which return by copy from <code><span class="keyword">operator</span><span class="special">*</span></code>
- in <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">unordered_map</span></code> and <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">unordered_set</span></code>.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Wave:</span>
-
- </div>
- <ul>
- <li>
- <div>
- See the Changelog for details.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Xpressive:</span>
-
- </div>
- <ul>
- <li>
- <div>
- <code><span class="identifier">xpressive</span><span class="special">::</span><span class="identifier">as</span></code> handles wide-char <code><span class="identifier">sub_match</span></code> objects, fixes bug #4496
- </div>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_45_0.updated_tools">
- <h3><span class="link">Updated Tools</span></h3>
- <ul>
- <li>
- <div>
- <span class="library">Boostbook:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fix syntax highlighter for comments at the end of code blocks.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- <span class="library">Quickbook:</span>
-
- </div>
- <ul>
- <li>
- <div>
- Fix command line macros.
- </div>
- </li>
- <li>
- <div>
- Nested code snippets.
- </div>
- </li>
- <li>
- <div>
- Nested documentation info comments.
- </div>
- </li>
- <li>
- <div>
- Revert xml escaping document info, it broke some documentation files
- (will now be in 1.6).
- </div>
- </li>
- <li>
- <div>
- Some other small tweaks. See <a href="/doc/html/quickbook/change_log.html#quickbook.change_log.releases.version_1_5_3___boost_1_45_0">the
- change log</a> for more info.
- </div>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_45_0.compilers_tested">
- <h3><span class="link">Compilers Tested</span></h3>
- <p>
- Boost's primary test compilers are:
- </p>
- <ul>
- <li>
- <div>
- Linux:
- </div>
- <ul>
- <li>
- <div>
- GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.4.5, 4.5.1.
- </div>
- </li>
- <li>
- <div>
- GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.0.
- </div>
- </li>
- <li>
- <div>
- Intel: 10.1, 11.0, 11.1
- </div>
- </li>
- <li>
- <div>
- Pathscale: 3.2.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- OS X:
- </div>
- <ul>
- <li>
- <div>
- GCC: 4.0.1, 4.2.1, 4.4
- </div>
- </li>
- <li>
- <div>
- GCC, C++0x mode: 4.4.
- </div>
- </li>
- <li>
- <div>
- Intel: 11.1
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- Windows:
- </div>
- <ul>
- <li>
- <div>
- Visual C++: 7.1, 8.0, 9.0 and 10.0.
- </div>
- </li>
- <li>
- <div>
- GCC, mingw: 4.3.3.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- FreeBSD:
- </div>
- <ul>
- <li>
- <div>
- GCC: 4.2.1, 32 bit.
- </div>
- </li>
- <li>
- <div>
- GCC: 4.2.1, 64 bit.
- </div>
- </li>
- </ul>
- </li>
- </ul>
- <p>
- Boost's additional test compilers include:
- </p>
- <ul>
- <li>
- <div>
- Linux:
- </div>
- <ul>
- <li>
- <div>
- GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.4.5, 4.5.0, 4.6.0 (dev version).
- </div>
- </li>
- <li>
- <div>
- GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.0.
- </div>
- </li>
- <li>
- <div>
- Intel: 10.1, 11.0, 11.1.
- </div>
- </li>
- <li>
- <div>
- pgCC 10.1.
- </div>
- </li>
- <li>
- <div>
- PathScale: 3.2.
- </div>
- </li>
- <li>
- <div>
- Clang from subversion.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- OS X:
- </div>
- <ul>
- <li>
- <div>
- Intel C++ Compiler: 10.1, 11.0, 11.1.
- </div>
- </li>
- <li>
- <div>
- GCC: 4.0.1, 4.2.1, 4.4.4
- </div>
- </li>
- <li>
- <div>
- GCC, C++0x mode: 4.4.4
- </div>
- </li>
- <li>
- <div>
- Clang from subversion.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- Windows:
- </div>
- <ul>
- <li>
- <div>
- Borland: 5.9.3, 6.1.3 (2009), 6.2.1 (2010), 6.3.0
- </div>
- </li>
- <li>
- <div>
- GCC, mingw: 4.3.3, 4.4.5, 4.5.1
- </div>
- </li>
- <li>
- <div>
- GCC, mingw, C++0x mode: 4.5.1
- </div>
- </li>
- <li>
- <div>
- Visual C++: 7.1, 8.0, 9.0, 10.0
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- AIX:
- </div>
- <ul>
- <li>
- <div>
- IBM XL C/C++ Enterprise Edition, V11.1.0.0.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- FreeBSD:
- </div>
- <ul>
- <li>
- <div>
- GCC 4.2.1, 64 bit.
- </div>
- </li>
- </ul>
- </li>
- <li>
- <div>
- Solaris:
- </div>
- <ul>
- <li>
- <div>
- Sun C++: 5.10.
- </div>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_45_0.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- Beman Dawes, Eric Niebler,
- Rene Rivera, Daniel James
- and Vladimir Prus managed this release.
- </p>
- </div>
-</div> </div>
- </div>
- </div>
- </div>
- </div>
-
- <div id="sidebar">
- <!--#include virtual="/common/sidebar-common.html" --><!--#include virtual="/common/sidebar-boost.html" --> </div>
-
- <div class="clear"></div>
- </div>
- </div>
-
- <div id="footer">
- <div id="footer-left">
- <div id="revised">
- <p>Revised $Date: 2010-12-11 14:59:32 +0000 (Sat, 11 Dec 2010) $</p>
- </div>
-
- <div id="copyright">
- <p>Copyright Rene Rivera 2006-2007.</p>
- </div><!--#include virtual="/common/footer-license.html" --> </div>
-
- <div id="footer-right">
- <!--#include virtual="/common/footer-banners.html" --> </div>
-
- <div class="clear"></div>
- </div>
-</body>
-</html>

Deleted: website/public_html/dev/users/news/version_1_46_0.html
==============================================================================
--- website/public_html/dev/users/news/version_1_46_0.html 2011-01-03 12:44:26 EST (Mon, 03 Jan 2011)
+++ (empty file)
@@ -1,129 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<head>
- <title>Version 1.46.0</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="icon" href="/favicon.ico" type="image/ico" />
- <link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
- <style type="text/css">
-/*<![CDATA[*/
- #content .news-description ul {
- list-style: none;
- }
- #content .news-description ul ul {
- list-style: circle;
- }
- /*]]>*/
- </style>
- <!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
-</head>
-
-<body>
- <div id="heading">
- <!--#include virtual="/common/heading.html" --> </div>
-
- <div id="body">
- <div id="body-inner">
- <div id="content">
- <div class="section" id="intro">
- <div class="section-0">
- <div class="section-title">
- <h1>Version 1.46.0</h1>
- </div>
-
- <div class="section-body">
- <h2><span class=
- "news-title">Version 1.46.0</span></h2>
-
- <p><span class=
- "news-date">In Progress</span></p>
-
-
- <div class="news-description">
- <div class="description">
-
-
- <div id="version_1_46_0.new_libraries">
- <h3><span class="link">New Libraries</span></h3>
- <ul>
- <li>
- <div>
- <span class="library">Icl:</span>
- Interval Container
- Library, interval sets and maps and aggregation of associated values, from
- Joachim Faulhaber.
- </div>
- </li>
- </ul>
- </div>
- <div id="version_1_46_0.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <div>
- <em>TODO</em>
- </div>
- </li>
- </ul>
- </div>
- <div id="version_1_46_0.compilers_tested">
- <h3><span class="link">Compilers Tested</span></h3>
- <p>
- Boost's primary test compilers are:
- </p>
- <ul>
- <li>
- <div>
- <em>TODO</em>
- </div>
- </li>
- </ul>
- <p>
- Boost's additional test compilers include:
- </p>
- <ul>
- <li>
- <div>
- <em>TODO</em>
- </div>
- </li>
- </ul>
- </div>
- <div id="version_1_46_0.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- <em>TODO</em>
- </p>
- </div>
-</div> </div>
- </div>
- </div>
- </div>
- </div>
-
- <div id="sidebar">
- <!--#include virtual="/common/sidebar-common.html" --><!--#include virtual="/common/sidebar-boost.html" --> </div>
-
- <div class="clear"></div>
- </div>
- </div>
-
- <div id="footer">
- <div id="footer-left">
- <div id="revised">
- <p>Revised $Date: 2010-12-11 14:59:32 +0000 (Sat, 11 Dec 2010) $</p>
- </div>
-
- <div id="copyright">
- <p>Copyright Rene Rivera 2006-2007.</p>
- </div><!--#include virtual="/common/footer-license.html" --> </div>
-
- <div id="footer-right">
- <!--#include virtual="/common/footer-banners.html" --> </div>
-
- <div class="clear"></div>
- </div>
-</body>
-</html>


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