$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61774 - in website/public_html/beta: doc feed feed/history
From: daniel_james_at_[hidden]
Date: 2010-05-04 14:09:51
Author: danieljames
Date: 2010-05-04 14:09:50 EDT (Tue, 04 May 2010)
New Revision: 61774
URL: http://svn.boost.org/trac/boost/changeset/61774
Log:
Update the test compilers and add the two new functional libraries.
Text files modified: 
   website/public_html/beta/doc/libraries.xml             |    26 ++++++++++++++++++++++++++              
   website/public_html/beta/feed/history.rss              |    27 +++++++++++++++++++++++----             
   website/public_html/beta/feed/history/boost_1_43_0.qbk |    18 +++++++++++++++---                      
   website/public_html/beta/feed/news.rss                 |    27 +++++++++++++++++++++++----             
   4 files changed, 87 insertions(+), 11 deletions(-)
Modified: website/public_html/beta/doc/libraries.xml
==============================================================================
--- website/public_html/beta/doc/libraries.xml	(original)
+++ website/public_html/beta/doc/libraries.xml	2010-05-04 14:09:50 EDT (Tue, 04 May 2010)
@@ -508,6 +508,32 @@
     <category>Function-objects</category>
   </library>
   <library>
+    <key>functional/factory</key>
+    <boost-version>1.43.0</boost-version>
+    <name>Functional/Factory</name>
+    <authors>Tobias Schwinger</authors>
+    <description>Function objects for dynamic and by-value construction.</description>
+    <documentation>libs/functional/factory/index.html</documentation>
+    <std-proposal>false</std-proposal>
+    <std-tr1>false</std-tr1>
+    <header-only>true</header-only>
+    <autolink>false</autolink>
+    <category>Miscellaneous</category>
+  </library>
+  <library>
+    <key>functional/forward</key>
+    <boost-version>1.43.0</boost-version>
+    <name>Functional/Forward</name>
+    <authors>Tobias Schwinger</authors>
+    <description>Function object adapters to address the forwarding problem.</description>
+    <documentation>libs/functional/forward/index.html</documentation>
+    <std-proposal>false</std-proposal>
+    <std-tr1>false</std-tr1>
+    <header-only>true</header-only>
+    <autolink>false</autolink>
+    <category>Miscellaneous</category>
+  </library>
+  <library>
     <key>fusion</key>
     <boost-version>1.35.0</boost-version>
     <name>Fusion</name>
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2010-05-04 14:09:50 EDT (Tue, 04 May 2010)
@@ -6,13 +6,29 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
-  <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/25 16:50:56 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
-      Major Update: Range. Updated Libraries: Accumulators, Array, Asio, Fusion,
-      Iostreams, Multi-index Containers, Proto, Random, Spirit, Thread, Unordered,
-      Uuid, Wave, Xpressive. Also, updates to the build system and quickbook.
+  <item><title>Version 1.43.0</title><pubDate>$Date: 2010/05/04 18:07:07 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+      New Libraries: Functional/Factory, Functional/Forward. Major Update: Range.
+      Updated Libraries: Accumulators, Array, Asio, Fusion, Iostreams, Multi-index
+      Containers, Proto, Random, Spirit, Thread, Unordered, Uuid, Wave, Xpressive.
+      Also, updates to the build system and quickbook.
     </span></span></boostbook:purpose><description><div class="description">
   
   
+  <div id="version_1_43_0.new_libraries">
+    <h3><span class="link">New Libraries</span></h3>
+    <ul>
+      <li>
+        <span class="library"><a href="/libs/functional/factory/index.html">Functional/factory</a>:</span>
+  Function
+        objects for dynamic and by-value construction, from Tobias Schwinger.
+      </li>
+      <li>
+        <span class="library"><a href="/libs/functional/forward/index.html">Functional/forward</a>:</span>
+  Function
+        object adapters to address the forwarding problem, from Tobias Schwinger.
+      </li>
+    </ul>
+  </div>
   <div id="version_1_43_0.major_updates">
     <h3><span class="link">Major Updates</span></h3>
     <ul>
@@ -403,6 +419,9 @@
           <li>
             GCC 4.0.1 on Intel Leopard.
           </li>
+          <li>
+            Clang
+          </li>
         </ul>
       </li>
       <li>
Modified: website/public_html/beta/feed/history/boost_1_43_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_43_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_43_0.qbk	2010-05-04 14:09:50 EDT (Tue, 04 May 2010)
@@ -1,7 +1,8 @@
 [article Version 1.43.0
     [quickbook 1.4]
     [source-mode c++]
-    [purpose Major Update: Range.
+    [purpose New Libraries: Functional/Factory, Functional/Forward.
+        Major Update: Range.
         Updated Libraries: Accumulators, Array, Asio, Fusion, Iostreams,
         Multi-index Containers, Proto, Random, Spirit, Thread, Unordered,
         Uuid, Wave, Xpressive.
@@ -23,6 +24,18 @@
        [purpose] section at the beginning of the page.
 ]
 
+[section New Libraries]
+
+* [phrase library..[@/libs/functional/factory/index.html Functional/factory]:]
+  Function objects for dynamic and by-value construction,
+  from Tobias Schwinger.
+
+* [phrase library..[@/libs/functional/forward/index.html Functional/forward]:]
+  Function object adapters to address the forwarding problem,
+  from Tobias Schwinger.
+
+[endsect]
+
 [section Major Updates]
 
 * [phrase library..[@/libs/range/index.html Range]:]
@@ -184,7 +197,6 @@
   * GCC 4.4.1 on Ubuntu Linux.
   * GCC 4.4 on 64-bit Suse.
 * Windows:
-  [/ * Visual C++ 10.0 ]
   * Visual C++ 8.0 SP1 and 9.0 SP1 on Windows XP.
   * GCC 4.3.3, using Mingw
 * FreeBSD:
@@ -201,7 +213,7 @@
 * OS X:
   * Intel C++ Compiler 10.1, 11.0, 11.1 on Leopard.
   * GCC 4.0.1 on Intel Leopard.
-  [/ * Clang 1.5 on Darwin. ]
+  * Clang
 * Windows:
   * Visual C++ 8,0, 9,0 on 32-bit XP.
   * Visual C++ 9.0 using STLport 5.2 on XP and Windows Mobile 5.0.
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2010-05-04 14:09:50 EDT (Tue, 04 May 2010)
@@ -6,13 +6,29 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
-  <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/25 16:50:56 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
-      Major Update: Range. Updated Libraries: Accumulators, Array, Asio, Fusion,
-      Iostreams, Multi-index Containers, Proto, Random, Spirit, Thread, Unordered,
-      Uuid, Wave, Xpressive. Also, updates to the build system and quickbook.
+  <item><title>Version 1.43.0</title><pubDate>$Date: 2010/05/04 18:07:07 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+      New Libraries: Functional/Factory, Functional/Forward. Major Update: Range.
+      Updated Libraries: Accumulators, Array, Asio, Fusion, Iostreams, Multi-index
+      Containers, Proto, Random, Spirit, Thread, Unordered, Uuid, Wave, Xpressive.
+      Also, updates to the build system and quickbook.
     </span></span></boostbook:purpose><description><div class="description">
   
   
+  <div id="version_1_43_0.new_libraries">
+    <h3><span class="link">New Libraries</span></h3>
+    <ul>
+      <li>
+        <span class="library"><a href="/libs/functional/factory/index.html">Functional/factory</a>:</span>
+  Function
+        objects for dynamic and by-value construction, from Tobias Schwinger.
+      </li>
+      <li>
+        <span class="library"><a href="/libs/functional/forward/index.html">Functional/forward</a>:</span>
+  Function
+        object adapters to address the forwarding problem, from Tobias Schwinger.
+      </li>
+    </ul>
+  </div>
   <div id="version_1_43_0.major_updates">
     <h3><span class="link">Major Updates</span></h3>
     <ul>
@@ -403,6 +419,9 @@
           <li>
             GCC 4.0.1 on Intel Leopard.
           </li>
+          <li>
+            Clang
+          </li>
         </ul>
       </li>
       <li>