Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-07-23 14:48:40


Author: danieljames
Date: 2008-07-23 14:48:40 EDT (Wed, 23 Jul 2008)
New Revision: 47733
URL: http://svn.boost.org/trac/boost/changeset/47733

Log:
Added Ion's libraries.
Text files modified:
   website/public_html/beta/feed/history/boost_1_36_0.qbk | 15 ++++++++++++++-
   1 files changed, 14 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_36_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_36_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_36_0.qbk 2008-07-23 14:48:40 EDT (Wed, 23 Jul 2008)
@@ -2,7 +2,7 @@
     [quickbook 1.4]
     [source-mode c++]
     [purpose New Libraries: Accumulators, Exception, Units, Unordered.
- Updated Libraries: Assign, Foreach, Math, Multi-index Containers, PtrContainer, Spirit, Xpressive.]
+ Updated Libraries: Assign, Foreach, Interprocess, Intrusive, Math, Multi-index Containers, PtrContainer, Spirit, Xpressive.]
     [authors [Dawes, Beman]]
     [last-revision ]
 ]
@@ -35,6 +35,19 @@
 * [phrase library..[@/libs/foreach/index.html Foreach]:] `BOOST_FOREACH` macro for
   easily iterating over the elements of a sequence, from Eric Niebler.
   * New `BOOST_REVERSE_FOREACH` macro for iterating over a sequence in reverse.
+* [phrase library..[@/libs/interprocess/index.html Interprocess]:]
+ * Added anonymous shared memory for UNIX systems.
+ * Fixed missing move semantics on managed memory classes.
+ * Added copy_on_write and open_read_only options for shared memory
+ and mapped file managed classes.
+ * `shared_ptr` is movable and supports aliasing.
+* [phrase library..[@/libs/interprocess/index.html Intrusive]:]
+ * Added `linear<>` and `cache_last<>` options to singly linked lists.
+ * Added `optimize_multikey<>` option to unordered container hooks.
+ * Optimized unordered containers when `store_hash` option is used
+ in the hook.
+ * Implementation changed to avoid explicit use of `try`-`catch`
+ blocks and be compilable with exceptions disabled.
 * [phrase library..[@/libs/math/doc/sf_and_dist/html/index.html Boost.Math]:]
   * Added new non-central Chi-Square, Beta, F and T distributions.
   * Added Exponential Integral and Zeta special functions.


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