Boost logo

Boost-Commit :

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>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
- 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>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ 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.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
   
   
+ &lt;div id=&quot;version_1_43_0.new_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/functional/factory/index.html&quot;&gt;Functional/factory&lt;/a&gt;:&lt;/span&gt;
+ Function
+ objects for dynamic and by-value construction, from Tobias Schwinger.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/functional/forward/index.html&quot;&gt;Functional/forward&lt;/a&gt;:&lt;/span&gt;
+ Function
+ object adapters to address the forwarding problem, from Tobias Schwinger.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
   &lt;div id=&quot;version_1_43_0.major_updates&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Major Updates&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
@@ -403,6 +419,9 @@
           &lt;li&gt;
             GCC 4.0.1 on Intel Leopard.
           &lt;/li&gt;
+ &lt;li&gt;
+ Clang
+ &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;

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>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
- 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>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ 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.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
   
   
+ &lt;div id=&quot;version_1_43_0.new_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/functional/factory/index.html&quot;&gt;Functional/factory&lt;/a&gt;:&lt;/span&gt;
+ Function
+ objects for dynamic and by-value construction, from Tobias Schwinger.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/functional/forward/index.html&quot;&gt;Functional/forward&lt;/a&gt;:&lt;/span&gt;
+ Function
+ object adapters to address the forwarding problem, from Tobias Schwinger.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
   &lt;div id=&quot;version_1_43_0.major_updates&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Major Updates&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
@@ -403,6 +419,9 @@
           &lt;li&gt;
             GCC 4.0.1 on Intel Leopard.
           &lt;/li&gt;
+ &lt;li&gt;
+ Clang
+ &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk