summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html7
-rw-r--r--libs/libraries.htm10
-rw-r--r--libs/maintainers.txt2
-rw-r--r--status/Jamfile.v22
-rw-r--r--status/explicit-failures-markup.xml8
5 files changed, 23 insertions, 6 deletions
diff --git a/index.html b/index.html
index cf073fdac0..5d69140b8f 100644
--- a/index.html
+++ b/index.html
@@ -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&nbsp;
+ <p>This release includes 2 new
+ libraries (<a href="libs/msm/doc/HTML/index.html">Boost.Msm</a> and
+ <a href="libs/polygon/index.html">Boost.Polygon</a>)
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>
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 828e6c9e41..60c3ec93d8 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -8,7 +8,7 @@ content="text/html; charset=iso-8859-1">
<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 @@ how to download, build, and install the libraries.</p>
<li><a href="dynamic_bitset/dynamic_bitset.html">dynamic_bitset</a> - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
<li><a href="exception/doc/boost-exception.html">exception</a> - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2179.html">N2179</a>), from Emil Dotchevski.</li>
<li><a href="utility/enable_if.html">enable_if</a> - Selective inclusion of function template overloads, from Jaakko J&auml;rvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
- <li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths,
+ <li><a href="filesystem/index.html">filesystem</a> - Portable paths,
iteration over directories, and other useful filesystem operations, from
Beman Dawes.</li>
<li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern
@@ -195,6 +195,7 @@ how to download, build, and install the libraries.</p>
<li><a href="mpl/doc/index.html">mpl</a> - Template metaprogramming
framework of compile-time algorithms, sequences and metafunction classes,
from Aleksey Gurtovoy.</li>
+ <li><a href="msm/index.html">meta state machine</a> - High-performance expressive UML 2.0 finite state machines, from Christophe Henry.</li>
<li><a href="multi_array/doc/index.html">multi_array</a> - Multidimensional
containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
<li><a href="multi_index/doc/index.html">multi_index</a> - Containers with
@@ -216,6 +217,8 @@ how to download, build, and install the libraries.</p>
<li><a href="ptr_container/index.html">pointer container</a>
- Containers for storing heap-allocated polymorphic objects to ease
OO-programming, from Thorsten Ottosen. </li>
+ <li><a href="polygon/index.html">polygon</a> - Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from
+ Lucanus Simonson.</li>
<li><a href="pool/doc/index.html">pool</a> - Memory pool management, from
Steve Cleary.</li>
<li><a href="preprocessor/doc/index.html">preprocessor</a> - Preprocessor
@@ -693,7 +696,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
Walker.</li>
<li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
<li><a href="exception/doc/boost-exception.html">exception</a> - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2179.html">N2179</a>), from Emil Dotchevski.</li>
- <li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths,
+ <li><a href="filesystem/index.html">filesystem</a> - Portable paths,
iteration over directories, and other useful filesystem operations, from
Beman Dawes.</li>
<li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern
@@ -701,6 +704,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
from Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.</li>
<li><a href="conversion/lexical_cast.htm">lexical_cast</a> -&nbsp; General literal text conversions, such as an <code>int</code> represented as
a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
+ <li><a href="msm/index.html">meta state machine</a> - High-performance expressive UML 2.0 finite state machines, from Christophe Henry.</li>
<li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
from Fernando Cacciola.</li>
<li><a href="optional/doc/html/index.html">optional</a> - Discriminated-union
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index 7d451ad143..27105d7f6b 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -50,6 +50,7 @@ lambda Jaakko Jarvi <jarvi -at- cs.tamu.edu>
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 @@ numeric/ublas Michael Stevens <michael -at- michael-stevens.de>
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>
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 12b7726a79..2124872f75 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -91,6 +91,7 @@ run-tests libs :
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 @@ run-tests libs :
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
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index a63400e264..7827d80036 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -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>