$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: bdawes_at_[hidden]
Date: 2008-07-18 08:04:44
Author: bemandawes
Date: 2008-07-18 08:04:43 EDT (Fri, 18 Jul 2008)
New Revision: 47543
URL: http://svn.boost.org/trac/boost/changeset/47543
Log:
Merge trunk
Text files modified: 
   branches/release/libs/libraries.htm            |    19 ++++++++++++-----                       
   branches/release/libs/maintainers.txt          |    19 +++++++++++++----                       
   branches/release/libs/platform_maintainers.txt |    42 +++++++++++++++++++++++++++++++++++---- 
   3 files changed, 64 insertions(+), 16 deletions(-)
Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm	(original)
+++ branches/release/libs/libraries.htm	2008-07-18 08:04:43 EDT (Fri, 18 Jul 2008)
@@ -35,8 +35,7 @@
       <a href="http://www.boost.org/users/faq.html">FAQ</a>  <font color="#FFFFFF"> 
       </font>     More Info</td>
     </tr>
-</table>
-
+  </table>
 
 <dl>
   <dt>Libraries Listed Alphabetically</dt>
@@ -152,7 +151,7 @@
     process-shared mutexes, condition variables, containers and allocators, from Ion Gaztañaga</li>
     <li>interval - Extends the
     usual arithmetic functions to mathematical intervals, from Guillaume
-    Melquiond, Herv´ Brönnimann and Sylvain Pion.</li>
+    Melquiond, Hervé Brönnimann and Sylvain Pion.</li>
     <li>intrusive - Intrusive containers and algorithms, from Ion Gaztañaga</li>
     <li>in_place_factory, typed_in_place_factory- Generic in-place construction of contained objects with a variadic argument-list, from Fernando Cacciola.</li>
     <li>io state savers - Save I/O state to
@@ -252,6 +251,8 @@
     Guzman, Hartmut Kaiser, Dan Nuffer and team.</li>
     <li>string_algo -
     String algorithms library, from Pavol Droba.</li>
+    <li>swap -
+    Enhanced generic swap function, from Joseph Gauterin.</li>
     <li>system - Operating system support, 
     including the diagnostics support that will be part of the C++0x standard 
     library, from Beman Dawes.</li>
@@ -280,6 +281,7 @@
     <li>units -
         Zero-overhead dimensional analysis and unit/quantity
         manipulation and conversion, from Matthias Schabel and Steven Watanabe.</li>
+    <li>unordered - unordered associative containers, from Daniel James.</li>
     <li>utility - Class <b>noncopyable</b>
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b> 
       <b>prior()</b>
@@ -347,6 +349,7 @@
     <li>property map
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
+    <li>unordered - unordered associative containers, from Daniel James.</li>
     <li>variant - Safe, generic, stack-based
     discriminated union container, from Eric Friedman and Itay Maman.</li>
 </ul>
@@ -466,7 +469,7 @@
     <li>type_traits -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
-        From Joel de Guzman, Dan Marsden and Tobias Schwinger.</li>
+    <li>From Joel de Guzman, Dan Marsden and Tobias Schwinger.</li>
 </ul>
 
 <h3><a name="Preprocessor">Preprocessor</a> Metaprogramming</h3>
@@ -495,11 +498,12 @@
 <ul>
     <li>accumulators - Framework for incremental
         calculation, and collection of statistical accumulators, from Eric Niebler.</li>
+    <li>Cacciola.</li>
     <li>integer - Headers to ease
         dealing with integral types.</li>
     <li>interval - Extends the
     usual arithmetic functions to mathematical intervals, from Guillaume
-    Melquiond, Herv? Br?nnimann and Sylvain Pion.</li>
+    Melquiond, Hervé Brönnimann and Sylvain Pion.</li>
     <li>math - Several contributions in the
     domain of mathematics, from various authors.</li>
     <li>math/complex number algorithms -
@@ -561,7 +565,7 @@
     <li>pointer container
     - Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
     <li>tuple - Ease definition of functions returning multiple values, and more,
-    from Jaakko Järvi.</li>
+    from Jaakko Järvi.</li>
     <li>variant - Safe, generic, stack-based
     discriminated union container, from Eric Friedman and Itay Maman.</li>
 </ul>
@@ -581,6 +585,7 @@
     with constant or generated data has never been
     easier, from Thorsten Ottosen.
     </li>
+
   <li>format - Type-safe 'printf-like' format
   operations, from Samuel Krempp.</li>
   <li>io state savers - Save I/O state to
@@ -661,6 +666,8 @@
     <li>statechart - Arbitrarily
     complex finite state machines can be implemented in easily readable and
     maintainable C++ code, from Andreas Huber.</li>
+    <li>swap -
+    Enhanced generic swap function, from Joseph Gauterin.</li>
     <li>system - Operating 
     system support, including the diagnostics support that will be part of the 
     C++0x standard library, from Beman Dawes.</li>
Modified: branches/release/libs/maintainers.txt
==============================================================================
--- branches/release/libs/maintainers.txt	(original)
+++ branches/release/libs/maintainers.txt	2008-07-18 08:04:43 EDT (Fri, 18 Jul 2008)
@@ -1,3 +1,13 @@
+# Copyright (C) 2005, 2007  Douglas Gregor <doug.gregor -at- gmail.com>
+# Distributed under the Boost Software License, Version 1.0. 
+# See www.boost.org/LICENSE_1_0.txt
+#
+# This file lists the names and e-mail addresses of the maintainers
+# of each Boost library, and is used by the regression-reporting 
+# scripts to direct e-mail related to those libraries to the 
+# maintainers. When making changes to this file, please be careful
+# to closely follow the format of the library.
+
 accumulators          Eric Niebler <eric -at- boost-consulting.com>
 algorithm/minmax      Herve Bronnimann <hbr -at- poly.edu>
 algorithm/string      Pavol Droba <droba -at- topmail.sk>
@@ -23,7 +33,8 @@
 function_types        Tobias Schwinger <tschwinger -at- isonews2.com>
 functional
 functional/hash       Daniel James <daniel_james -at- fmail.co.uk>
-fusion                Joel de Guzman <joel -at- boost-consulting.com>, Dan Marsden <danmarsden -at- yahoo.co.uk>
+fusion                Joel de Guzman <joel -at- boost-consulting.com>, Dan Marsden <danmarsden -at- yahoo.co.uk>, Tobias Schwinger <tschwinger -at- isonews2.com>
+function_types        Tobias Schwinger <tschwinger -at- isonews2.com>
 gil                   Lubomir Bourdev <lbourdev -at- adobe.com>, Hailin Jin <hljin -at- adobe.com>
 graph                 Douglas Gregor <dgregor -at- cs.indiana.edu>
 integer               Daryle Walker <darylew -at- hotmail.com>
@@ -56,7 +67,7 @@
 serialization         Robert Ramey <ramey -at- rrsd.com>
 signals               Douglas Gregor <dgregor -at- cs.indiana.edu>
 smart_ptr             Beman Dawes <bdawes -at- acm.org>, Peter Dimov <pdimov -at- mmltd.net>
-spirit                Spirit Development <spirit-devel -at- lists.sourceforge.net>
+spirit                Joel de Guzman <joel -at- boost-consulting.com>, Hartmut Kaiser <hartmut.kaiser -at- gmail.com>
 statechart            Andreas Huber <ahd6974-boostorg -at- yahoo.com>
 static_assert         John Maddock <john -at- johnmaddock.co.uk>
 test                  Gennadiy Rozental <gennadiy.rozental -at- thomson.com>
@@ -71,11 +82,9 @@
 unordered             Daniel James <daniel_james -at- fmail.co.uk>
 utility
 utility/enable_if     Jaakko Jarvi <jarvi -at- cs.tamu.edu>, Jeremiah Willcock <jewillco -at- osl.iu.edu>
+utility/swap          Joseph Gauterin <joseph.gauterin -at- googlemail.com>
 variant               Eric Friedman <ericbrandon -at- gmail.com>
 wave                  Hartmut Kaiser <hartmut.kaiser -at- gmail.com>
 xpressive             Eric Niebler <eric -at- boost-consulting.com>
 
-© Copyright Douglas Gregor 2005
-Distributed under the Boost Software License, Version 1.0. See www.boost.org/LICENSE_1_0.txt
-
 
Modified: branches/release/libs/platform_maintainers.txt
==============================================================================
--- branches/release/libs/platform_maintainers.txt	(original)
+++ branches/release/libs/platform_maintainers.txt	2008-07-18 08:04:43 EDT (Fri, 18 Jul 2008)
@@ -1,6 +1,38 @@
-gcc-3_3-darwin	Noel Belcourt <kbelco -at- sandia.gov>
-cw-9_5-darwin	Noel Belcourt <kbelco -at- sandia.gov>
-hp_cxx-*_tru64  Markus Schöpflin <markus.schoepflin -at- comsoft.de>
+# Copyright (C) 2005, 2007  Douglas Gregor <doug.gregor -at- gmail.com>
+# Distributed under the Boost Software License, Version 1.0. 
+# See www.boost.org/LICENSE_1_0.txt
+#
+# This file lists the names and e-mail addresses of the maintainers
+# of each Boost testing platform , and is used by the regression-
+# reporting scripts to direct e-mail related to those platforms to the 
+# maintainers. When making changes to this file, please be careful
+# to closely follow the format of the library.
+#
+# The format of each line is:
+#
+# Runner      Platform      Email addresses
 
-© Copyright Douglas Gregor 2005
-Distributed under the Boost Software License, Version 1.0. See www.boost.org/LICENSE_1_0.txt
+Sandia-darwin-intel    darwin-4.0.1	       Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-darwin-ppc      darwin-4.0.1	       Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-intel           intel-linux-8.1         Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-intel           intel-linux-9.0         Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-intel           intel-linux-9.1         Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-gcc             gcc-4.2.1               Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-gcc             gcc-3.4.3               Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-gcc             gcc-4.0.1               Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-gcc-64          gcc-4.2.1               Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-gcc-64          gcc-4.1.1               Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-sun             gcc-3.4.6               Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-sun             sun-5.7                 Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-sun             sun-5.8                 Noel Belcourt <kbelco -at- sandia.gov>
+Sandia-sun             sun-5.9                 Noel Belcourt <kbelco -at- sandia.gov>
+"Martin Wille x86_64"  gcc-4.2.1_linux_x86_64  Martin Wille <mw8329 -at- yahoo.com.au>
+"Martin Wille x86_64"  gcc-3.4.6_linux_x86_64  Martin Wille <mw8329 -at- yahoo.com.au>
+Huang-WinXP-x86_32     intel-vc8-win-10.0      Sean Huang <huangsean -at- hotmail.com>
+Huang-WinXP-x86_32     msvc-8.0                Sean Huang <huangsean -at- hotmail.com>
+Huang-Vista-x64        msvc-8.0_64             Sean Huang <huangsean -at- hotmail.com>
+Huang-Vista-x64        intel-vc8-win-10.0_x86_64  Sean Huang <huangsean -at- hotmail.com>
+Huang-Vista-x64        msvc-8.0_x86_64         Sean Huang <huangsean -at- hotmail.com>
+IBM_Canada_Ltd         vacpp                   Chris Cambly <ccambly -at- ca.ibm.com>
+RW_WinXP_VC            msvc-7.1                Richard Webb <richard.webb -at- boldonjames.com>
+RW_WinXP_VC            msvc-9.0                Richard Webb <richard.webb -at- boldonjames.com>