Merge the administrivia for polygin & msm. And some other small changes that got picked up at the same time.

[SVN r63206]
This commit is contained in:
Daniel James 2010-06-21 21:19:04 +00:00
parent d4e223bb5d
commit 2218afb4f6
5 changed files with 23 additions and 6 deletions

View file

@ -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>

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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>