$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63206 - in branches/release: . libs status
From: daniel_james_at_[hidden]
Date: 2010-06-21 17:19:05
Author: danieljames
Date: 2010-06-21 17:19:04 EDT (Mon, 21 Jun 2010)
New Revision: 63206
URL: http://svn.boost.org/trac/boost/changeset/63206
Log:
Merge the administrivia for polygin & msm. And some other small changes that got picked up at the same time.
Properties modified: 
   branches/release/index.html   (contents, props changed)
   branches/release/libs/libraries.htm   (contents, props changed)
   branches/release/libs/maintainers.txt   (contents, props changed)
   branches/release/status/   (props changed)
   branches/release/status/Jamfile.v2   (contents, props changed)
Text files modified: 
   branches/release/index.html                          |     7 ++++---                                 
   branches/release/libs/libraries.htm                  |    10 +++++++---                              
   branches/release/libs/maintainers.txt                |     2 ++                                      
   branches/release/status/Jamfile.v2                   |     2 ++                                      
   branches/release/status/explicit-failures-markup.xml |     8 ++++++++                                
   5 files changed, 23 insertions(+), 6 deletions(-)
Modified: branches/release/index.html
==============================================================================
--- branches/release/index.html	(original)
+++ branches/release/index.html	2010-06-21 17:19:04 EDT (Mon, 21 Jun 2010)
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <title>Boost C++ Libraries</title>
-  <link rel="stylesheet" href="doc/html/boostbook.css" type="text/css" />
+  <link rel="stylesheet" href="doc/src/boostbook.css" type="text/css" />
 </head>
 
 <body>
@@ -55,8 +55,9 @@
 
   <h3>Changes in this release</h3>
 
-  <p>This release includes <span style="background-color: #FFFF00">?</span> new 
-  libraries 
+  <p>This release includes 2 new 
+  libraries (Boost.Msm and
+  Boost.Polygon)
   as well as updates to many existing libraries. See
   <a href="http://www.boost.org/users/history/version_1_44_0">Release
   History</a> for more information.</p>
Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm	(original)
+++ branches/release/libs/libraries.htm	2010-06-21 17:19:04 EDT (Mon, 21 Jun 2010)
@@ -8,7 +8,7 @@
 <meta name="ProgId" content="FrontPage.Editor.Document">
 <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
 <title>Boost Libraries</title>
-<link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" />
+<link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
 </head>
 
 <body bgcolor="#FFFFFF" text="#000000">
@@ -121,7 +121,7 @@
     <li>dynamic_bitset - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
     <li>exception - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (N2179), from Emil Dotchevski.</li>
     <li>enable_if - Selective inclusion of function template overloads, from Jaakko Järvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
-    <li>filesystem - Portable paths,
+    <li>filesystem - Portable paths,
     iteration over directories, and other useful filesystem operations, from
     Beman Dawes.</li>
     <li>flyweight - Design pattern
@@ -195,6 +195,7 @@
     <li>mpl - Template metaprogramming
     framework of compile-time algorithms, sequences and metafunction classes,
     from Aleksey Gurtovoy.</li>
+    <li>meta state machine - High-performance expressive UML 2.0 finite state machines, from Christophe Henry.</li>
     <li>multi_array - Multidimensional
     containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
     <li>multi_index - Containers with
@@ -216,6 +217,8 @@
     <li>pointer container
     - Containers for storing heap-allocated polymorphic objects to ease
       OO-programming, from Thorsten Ottosen. </li>
+    <li>polygon - Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from
+      Lucanus Simonson.</li>
     <li>pool - Memory pool management, from
       Steve Cleary.</li>
     <li>preprocessor - Preprocessor
@@ -693,7 +696,7 @@
       Walker.</li>
     <li>date_time - Date-Time library from Jeff Garland.</li>
     <li>exception - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (N2179), from Emil Dotchevski.</li>
-    <li>filesystem - Portable paths,
+    <li>filesystem - Portable paths,
     iteration over directories, and other useful filesystem operations, from
     Beman Dawes.</li>
     <li>flyweight - Design pattern
@@ -701,6 +704,7 @@
     from Joaquín M López Muñoz.</li>
     <li>lexical_cast -  General literal text conversions, such as an <code>int</code> represented as
     a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
+    <li>meta state machine - High-performance expressive UML 2.0 finite state machines, from Christophe Henry.</li>
     <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
     <li>optional - Discriminated-union
Modified: branches/release/libs/maintainers.txt
==============================================================================
--- branches/release/libs/maintainers.txt	(original)
+++ branches/release/libs/maintainers.txt	2010-06-21 17:19:04 EDT (Mon, 21 Jun 2010)
@@ -50,6 +50,7 @@
 logic                 Douglas Gregor <dgregor -at- cs.indiana.edu>
 math                  Hubert Holin <Hubert.Holin -at- meteo.fr>, John Maddock <john -at- johnmaddock.co.uk>
 mpl                   Aleksey Gurtovoy <agurtovoy -at- meta-comm.com>
+msm                   Christophe Henry <christophe.j.henry -at-  googlemail.com>
 multi_array           Ronald Garcia <garcia -at- osl.iu.edu>
 multi_index           Joaquin M Lopez Munoz <joaquin -at- tid.es>
 numeric/conversion    Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>
@@ -58,6 +59,7 @@
 optional              Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>
 operators             Daniel Frey <d.frey -at- gmx.de>
 parameter             David Abrahams <dave -at- boost-consulting.com>, Daniel Wallin <daniel -at- boostpro.com>
+polygon               Lucanus Simonson <lucanus.j.simonson -at- intel.com>
 pool                  Stephen Cleary <scleary -at- jerviswebb.com>
 preprocessor          Paul Mensonides <pmenso57 -at- comcast.net>
 program_options       Vladimir Prus <ghost -at- cs.msu.su>
Modified: branches/release/status/Jamfile.v2
==============================================================================
--- branches/release/status/Jamfile.v2	(original)
+++ branches/release/status/Jamfile.v2	2010-06-21 17:19:04 EDT (Mon, 21 Jun 2010)
@@ -91,6 +91,7 @@
     math/test                   # test-suite math
     mpi/test                    # test-suite mpi
     mpl/test                    # test-suite mpl
+    msm/test                    # msm-unit-tests
     numeric/conversion/test     # test-suite numeric/conversion
     numeric/interval/test       # test-suite numeric/interval
     numeric/ublas/test          # test-suite numeirc/uBLAS
@@ -98,6 +99,7 @@
     multi_index/test            # test-suite multi_index
     optional/test               # test-suite optional
     parameter/test              # test-suite parameter
+    polygon/test                # test-suite polygon
     pool/test                   # test-suite pool
     preprocessor/test           # test-suite preprocessor
     program_options/test        # test-suite program_options
Modified: branches/release/status/explicit-failures-markup.xml
==============================================================================
--- branches/release/status/explicit-failures-markup.xml	(original)
+++ branches/release/status/explicit-failures-markup.xml	2010-06-21 17:19:04 EDT (Mon, 21 Jun 2010)
@@ -1780,6 +1780,14 @@
                 in a namespace don't appear to be found by ADL.
             </note>
         </mark-expected-failures>
+
+        <mark-expected-failures>
+            <test name="container_fwd_gcc_debug"/>
+            <toolset name="darwin-4.2"/>
+            <note author="Daniel James">
+              Debug containers aren't supported on Apple's version of gcc 4.2.
+            </note>
+        </mark-expected-failures>
     </library>