Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49390 - in website/public_html/beta/feed: . history
From: john_at_[hidden]
Date: 2008-10-19 11:02:56


Author: johnmaddock
Date: 2008-10-19 11:02:55 EDT (Sun, 19 Oct 2008)
New Revision: 49390
URL: http://svn.boost.org/trac/boost/changeset/49390

Log:
Added math and type_traits lib news.
Text files modified:
   website/public_html/beta/feed/history.rss | 49 ++++++++++++++++++++++++++++++++++++++-
   website/public_html/beta/feed/history/boost_1_37_0.qbk | 8 +++++
   website/public_html/beta/feed/news.rss | 49 ++++++++++++++++++++++++++++++++++++++-
   3 files changed, 101 insertions(+), 5 deletions(-)

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2008-10-19 11:02:55 EDT (Sun, 19 Oct 2008)
@@ -7,8 +7,8 @@
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
   <item><title>Version 1.37.0</title><pubDate>$Date$</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
- New Library: Proto. Updated Libraries: Circular Buffer, Dynamic Bitset, Hash,
- Interprocess, Intrusive, Unordered
+ New Library: Proto. Updated Libraries: Asio, Circular Buffer, Dynamic Bitset,
+ Hash, Interprocess, Intrusive, Unordered Math Type Traits
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=616969><description>&lt;div class=&quot;description&quot;&gt;
   
   &lt;div id=&quot;version_1_37_0.new_libraries&quot;&gt;
@@ -29,6 +29,40 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/asio/index.html&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Enhanced CompletionCondition concept with the signature &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;size_t&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;CompletionCondition&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;error_code&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;ec&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;size_t&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;total&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;&lt;/code&gt;, where the return value indicates the
+ maximum number of bytes to be transferred on the next read or write operation.
+ (The old CompletionCondition signature is still supported for backwards
+ compatibility).
+ &lt;/li&gt;
+ &lt;li&gt;
+ New windows::overlapped_ptr class to allow arbitrary overlapped I/O functions
+ (such as TransmitFile) to be used with Asio.
+ &lt;/li&gt;
+ &lt;li&gt;
+ On recent versions of Linux, an eventfd descriptor is now used (rather
+ than a pipe) to interrupt a blocked select/epoll reactor.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added const overloads of lowest_layer().
+ &lt;/li&gt;
+ &lt;li&gt;
+ Synchronous read, write, accept and connect operations are now thread
+ safe (meaning that it is now permitted to perform concurrent synchronous
+ operations on an individual socket, if supported by the OS).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Reactor-based io_service implementations now use lazy initialisation
+ to reduce the memory usage of an io_service object used only as a message
+ queue.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/circular_buffer/index.html&quot;&gt;Circular Buffer&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -95,6 +129,17 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/math/doc/sf_and_dist/html/index.html&quot;&gt;Math.Special
+ Functions&lt;/a&gt;:&lt;/span&gt;
+ Improved accuracy and testing of the inverse hypergeometric
+ functions.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/type_traits/index.html&quot;&gt;Type Traits&lt;/a&gt;:&lt;/span&gt;
+ Added
+ better support for the Codegear compiler.
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/unordered/index.html&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;

Modified: website/public_html/beta/feed/history/boost_1_37_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_37_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_37_0.qbk 2008-10-19 11:02:55 EDT (Sun, 19 Oct 2008)
@@ -3,7 +3,7 @@
     [source-mode c++]
     [purpose New Library: Proto.
         Updated Libraries: Asio, Circular Buffer, Dynamic Bitset, Hash,
- Interprocess, Intrusive, Unordered]
+ Interprocess, Intrusive, Unordered Math Type Traits]
     [authors [Dawes, Beman]]
     [last-revision ]
 ]
@@ -71,6 +71,10 @@
   * Added incremental hashing to unordered containers via `incremental<>`
      option.
   * Minor bug fixes.
+* [phrase library..[@/libs/math/doc/sf_and_dist/html/index.html Math.Special Functions]:]
+ Improved accuracy and testing of the inverse hypergeometric functions.
+* [phrase library..[@/libs/type_traits/index.html Type Traits]:]
+ Added better support for the Codegear compiler.
 * [phrase library..[@/libs/unordered/index.html Unordered]:]
   * Rename overload of `emplace` with hint, to `emplace_hint` as specified in
     [@
http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2691.pdf n2691].
@@ -98,3 +102,5 @@
 
 [endsect]
 
+
+

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2008-10-19 11:02:55 EDT (Sun, 19 Oct 2008)
@@ -7,8 +7,8 @@
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
   <item><title>Version 1.37.0</title><pubDate>$Date$</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
- New Library: Proto. Updated Libraries: Circular Buffer, Dynamic Bitset, Hash,
- Interprocess, Intrusive, Unordered
+ New Library: Proto. Updated Libraries: Asio, Circular Buffer, Dynamic Bitset,
+ Hash, Interprocess, Intrusive, Unordered Math Type Traits
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=616969><description>&lt;div class=&quot;description&quot;&gt;
   
   &lt;div id=&quot;version_1_37_0.new_libraries&quot;&gt;
@@ -29,6 +29,40 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/asio/index.html&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Enhanced CompletionCondition concept with the signature &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;size_t&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;CompletionCondition&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;error_code&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;ec&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;size_t&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;total&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;&lt;/code&gt;, where the return value indicates the
+ maximum number of bytes to be transferred on the next read or write operation.
+ (The old CompletionCondition signature is still supported for backwards
+ compatibility).
+ &lt;/li&gt;
+ &lt;li&gt;
+ New windows::overlapped_ptr class to allow arbitrary overlapped I/O functions
+ (such as TransmitFile) to be used with Asio.
+ &lt;/li&gt;
+ &lt;li&gt;
+ On recent versions of Linux, an eventfd descriptor is now used (rather
+ than a pipe) to interrupt a blocked select/epoll reactor.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added const overloads of lowest_layer().
+ &lt;/li&gt;
+ &lt;li&gt;
+ Synchronous read, write, accept and connect operations are now thread
+ safe (meaning that it is now permitted to perform concurrent synchronous
+ operations on an individual socket, if supported by the OS).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Reactor-based io_service implementations now use lazy initialisation
+ to reduce the memory usage of an io_service object used only as a message
+ queue.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/circular_buffer/index.html&quot;&gt;Circular Buffer&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -95,6 +129,17 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/math/doc/sf_and_dist/html/index.html&quot;&gt;Math.Special
+ Functions&lt;/a&gt;:&lt;/span&gt;
+ Improved accuracy and testing of the inverse hypergeometric
+ functions.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/type_traits/index.html&quot;&gt;Type Traits&lt;/a&gt;:&lt;/span&gt;
+ Added
+ better support for the Codegear compiler.
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/unordered/index.html&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;


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