Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-03-17 05:38:18


Author: johnmaddock
Date: 2008-03-17 05:38:17 EDT (Mon, 17 Mar 2008)
New Revision: 43668
URL: http://svn.boost.org/trac/boost/changeset/43668

Log:
Added serialization and Multi-index news.
Text files modified:
   website/public_html/beta/feed/history.rss | 32 ++++++++++++++++++++++++++++++++
   website/public_html/beta/feed/history/boost_1_35_0.qbk | 16 ++++++++++++++++
   website/public_html/beta/feed/news.rss | 32 ++++++++++++++++++++++++++++++++
   3 files changed, 80 insertions(+), 0 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-03-17 05:38:17 EDT (Mon, 17 Mar 2008)
@@ -100,6 +100,38 @@
         </ul>
       </li>
       <li>
+ <span class="library"><a href="/libs/multi_index/doc/index.html">Multi-index Containers</a>:</span>
+ <ul>
+ <li>
+ New <a href="/libs/multi_index/doc/tutorial/key_extraction.html#global_fun"><code><span class="identifier">global_fun</span></code></a> predefined key extractor.
+ </li>
+ <li>
+ Added <a href="/libs/multi_index/doc/tutorial/indices.html#iterator_to"><code><span class="identifier">iterator_to</span></code></a> facility.
+ </li>
+ <li>
+ Included <a href="/libs/multi_index/doc/tutorial/creation.html#special_allocator">support
+ for non-standard allocators</a> such as those of <a href="/libs/interprocess/index.html">Boost.Interprocess</a>,
+ which makes <code><span class="identifier">multi_index_container</span></code>s
+ placeable in shared memory.
+ </li>
+ <li>
+ New versions of <code><span class="identifier">modify</span></code>
+ and <code><span class="identifier">modify_key</span></code> with rollback,
+ as described in the <a href="/libs/multi_index/doc/tutorial/basics.html#ord_updating">tutorial</a>.
+ </li>
+ <li>
+ A number of optimizations and minor improvements have also been included.
+ For a complete list of changes, see the library <a href="/libs/multi_index/doc/release_notes.html#boost_1_35">release
+ notes</a>.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/serialization/index.html">Serialization</a>:</span>
+ Boost.Serialization
+ has been updated with optimizations for dense arrays.
+ </li>
+ <li>
         <span class="library"><a href="/libs/thread/index.html">Thread</a>:</span>
         <ul>
           <li>

Modified: website/public_html/beta/feed/history/boost_1_35_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_35_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_35_0.qbk 2008-03-17 05:38:17 EDT (Mon, 17 Mar 2008)
@@ -59,6 +59,22 @@
     some existing code. See [@/libs/iostreams/doc/index.html?path=12 Release Notes]
     for details.
   * Numerous other bug fixes and optimizations.
+* [phrase library..[@/libs/multi_index/doc/index.html Multi-index Containers]:]
+ * New [@/libs/multi_index/doc/tutorial/key_extraction.html#global_fun `global_fun`]
+ predefined key extractor.
+ * Added [@/libs/multi_index/doc/tutorial/indices.html#iterator_to `iterator_to`]
+ facility.
+ * Included [@/libs/multi_index/doc/tutorial/creation.html#special_allocator support for
+ non-standard allocators] such as those of
+ [@/libs/interprocess/index.html Boost.Interprocess], which makes
+ `multi_index_container`s placeable in shared memory.
+ * New versions of `modify` and `modify_key` with rollback, as described in the
+ [@/libs/multi_index/doc/tutorial/basics.html#ord_updating tutorial].
+ * A number of optimizations and minor improvements have also been included.
+ For a complete list of changes, see the library
+ [@/libs/multi_index/doc/release_notes.html#boost_1_35 release notes].
+* [phrase library..[@/libs/serialization/index.html Serialization]:]
+ Boost.Serialization has been updated with optimizations for dense arrays.
 * [phrase library..[@/libs/thread/index.html Thread]:]
     * Instances of boost::thread and of the various lock types are now movable.
     * Threads can be interrupted at interruption points.

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2008-03-17 05:38:17 EDT (Mon, 17 Mar 2008)
@@ -100,6 +100,38 @@
         </ul>
       </li>
       <li>
+ <span class="library"><a href="/libs/multi_index/doc/index.html">Multi-index Containers</a>:</span>
+ <ul>
+ <li>
+ New <a href="/libs/multi_index/doc/tutorial/key_extraction.html#global_fun"><code><span class="identifier">global_fun</span></code></a> predefined key extractor.
+ </li>
+ <li>
+ Added <a href="/libs/multi_index/doc/tutorial/indices.html#iterator_to"><code><span class="identifier">iterator_to</span></code></a> facility.
+ </li>
+ <li>
+ Included <a href="/libs/multi_index/doc/tutorial/creation.html#special_allocator">support
+ for non-standard allocators</a> such as those of <a href="/libs/interprocess/index.html">Boost.Interprocess</a>,
+ which makes <code><span class="identifier">multi_index_container</span></code>s
+ placeable in shared memory.
+ </li>
+ <li>
+ New versions of <code><span class="identifier">modify</span></code>
+ and <code><span class="identifier">modify_key</span></code> with rollback,
+ as described in the <a href="/libs/multi_index/doc/tutorial/basics.html#ord_updating">tutorial</a>.
+ </li>
+ <li>
+ A number of optimizations and minor improvements have also been included.
+ For a complete list of changes, see the library <a href="/libs/multi_index/doc/release_notes.html#boost_1_35">release
+ notes</a>.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/serialization/index.html">Serialization</a>:</span>
+ Boost.Serialization
+ has been updated with optimizations for dense arrays.
+ </li>
+ <li>
         <span class="library"><a href="/libs/thread/index.html">Thread</a>:</span>
         <ul>
           <li>


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