Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58230 - in website/public_html/beta: . community feed feed/history
From: daniel_james_at_[hidden]
Date: 2009-12-07 17:11:47


Author: danieljames
Date: 2009-12-07 17:11:47 EST (Mon, 07 Dec 2009)
New Revision: 58230
URL: http://svn.boost.org/trac/boost/changeset/58230

Log:
Merge from live.
Properties modified:
   website/public_html/beta/ (props changed)
Text files modified:
   website/public_html/beta/community/review_schedule.html | 60 ++++++++++++++++++++++++++++-----------
   website/public_html/beta/feed/history.rss | 52 +++++++++++++++++++++++++++++++++-
   website/public_html/beta/feed/history/boost_1_40_0.qbk | 33 ++++++++++++++++++++--
   website/public_html/beta/feed/news.rss | 52 +++++++++++++++++++++++++++++++++-
   4 files changed, 173 insertions(+), 24 deletions(-)

Modified: website/public_html/beta/community/review_schedule.html
==============================================================================
--- website/public_html/beta/community/review_schedule.html (original)
+++ website/public_html/beta/community/review_schedule.html 2009-12-07 17:11:47 EST (Mon, 07 Dec 2009)
@@ -163,20 +163,6 @@
                   </tr>
 
                   <tr>
- <td>Meta State Machine (MSM)</td>
-
- <td>Christophe Henry</td>
-
- <td><a href=
- "http://www.boostpro.com/vault/index.php?direction=0&amp;order=&amp;directory=Msm">
- Boost Sandbox Vault</a></td>
-
- <td>Dave Abrahams</td>
-
- <td>-</td>
- </tr>
-
- <tr>
                     <td>Conversion</td>
 
                     <td>Vicente Botet</td>
@@ -360,6 +346,19 @@
                     <td>-</td>
                   </tr>
 
+ <tr>
+ <td>Lockfree</td>
+
+ <td>Tim Blechmann</td>
+
+ <td><a href="http://www.boostpro.com/vault/index.php?action=downloadfile&amp;filename=boost_lockfree-241109.zip&amp;directory=Concurrent%20Programming&amp;">
+ Boost Vault</a></td>
+
+ <td>Needed</td>
+
+ <td>-</td>
+ </tr>
+
                 </tbody>
               </table>
 
@@ -381,6 +380,33 @@
                 </thead>
 
                   <tr>
+ <td>Meta State Machine (MSM)</td>
+
+ <td>Dave Abrahams</td>
+
+ <td>Christophe Henry</td>
+
+ <td>November 23, 2009 - December 13, 2009</td>
+
+ <td><a href=
+ "http://lists.boost.org/boost-announce/2009/12/0246.php">
+ Ongoing</a></td>
+ </tr>
+
+ <tr>
+ <td>Boost 1.41 Released</td>
+
+ <td></td>
+
+ <td>Beman Dawes</td>
+
+ <td>November 18, 2009</td>
+
+ <td><a href=
+ "http://lists.boost.org/boost-announce/2009/11/0241.php">Notes</a></td>
+ </tr>
+
+ <tr>
                     <td>Geometry</td>
 
                     <td>Barend Gehrels,<br>
@@ -388,11 +414,11 @@
 
                     <td>Hartmut Kaiser</td>
 
- <td>November 5, 2009 - November 15, 2009</td>
+ <td>November 5, 2009 - November 22, 2009</td>
 
                     <td><a href=
- "http://lists.boost.org/boost-announce/2009/11/0238.php">
- Ongoing</a></td>
+ "http://lists.boost.org/boost-announce/2009/11/0245.php">
+ Accepted</a></td>
                   </tr>
 
                   <tr>

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2009-12-07 17:11:47 EST (Mon, 07 Dec 2009)
@@ -425,12 +425,18 @@
   &lt;/div&gt;
 &lt;/div&gt;</description></item><item><title>Version 1.40.0</title><pubDate>Thu, 27 Aug 2009 17:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Build System improvements. Updated Libraries: Accumulators, Asio, Circular
- Buffer, Foreach, Function, Fusion, Hash, Interprocess, Intrusive, MPL, Program.Options,
- Proto, Random, Serialization, Unordered, Xpressive.
+ Buffer, Foreach, Function, Fusion, Graph, Hash, Interprocess, Intrusive, MPL,
+ Program.Options, Property Map, Proto, Random, Serialization, Unordered, Xpressive.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.40.0/><description>&lt;div class=&quot;description&quot;&gt;
   
   
   
+ &lt;div id=&quot;version_1_40_0.update&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Update&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ Added missing notes for Graph and Property Map.
+ &lt;/p&gt;
+ &lt;/div&gt;
   &lt;div id=&quot;version_1_40_0.boost_cmake&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Boost.CMake&lt;/span&gt;&lt;/h3&gt;
     &lt;p&gt;
@@ -554,6 +560,31 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/index.html&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Merged in the &lt;a href=&quot;/libs/graph_parallel/doc/html/index.html&quot;&gt;Parallel
+ Boost Graph Library&lt;/a&gt;, giving a full suite of graph algorithms
+ and data structures for distributed-memory computers (such as clusters).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Updates to the interface of the compressed sparse row graph, including
+ constructors from unsorted edge lists.
+ &lt;/li&gt;
+ &lt;li&gt;
+ An implicit grid graph, saving memory over using the former generator.
+ &lt;/li&gt;
+ &lt;li&gt;
+ New algorithms: Dijkstra's single-source shortest path algorithm without
+ a separate color map and an algorithm to find maximal common subgraphs
+ between two graphs.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Assorted bug fixes.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/functional/hash/index.html&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -621,6 +652,23 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/property_map/index.html&quot;&gt;Property Map&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Moved property map code into a separate directory, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;property_map&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;/&lt;/span&gt;&lt;/code&gt;. The old files exist and forward to
+ the new ones; the previous files directly in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;/&lt;/span&gt;&lt;/code&gt; will be removed in Boost 1.42.0.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Moved distributed property maps to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;graph&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;parallel&lt;/span&gt;&lt;/code&gt;
+ namespace.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added a property map based on a &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;shared_array&lt;/span&gt;&lt;/code&gt;,
+ providing a simpler interface.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/proto/index.html&quot;&gt;Proto&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;

Modified: website/public_html/beta/feed/history/boost_1_40_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_40_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_40_0.qbk 2009-12-07 17:11:47 EST (Mon, 07 Dec 2009)
@@ -2,9 +2,10 @@
     [quickbook 1.4]
     [source-mode c++]
     [purpose Build System improvements.
- Updated Libraries: Accumulators, Asio, Circular Buffer, Foreach, Function, Fusion, Hash,
- Interprocess, Intrusive, MPL, Program.Options, Proto, Random, Serialization, Unordered,
- Xpressive.]
+ Updated Libraries: Accumulators, Asio, Circular Buffer, Foreach,
+ Function, Fusion, Graph, Hash, Interprocess, Intrusive, MPL,
+ Program.Options, Property Map, Proto, Random, Serialization,
+ Unordered, Xpressive.]
     [authors [Dawes, Beman]]
     [last-revision Thu, 27 Aug 2009 17:00:00 GMT]
 ]
@@ -13,6 +14,12 @@
 
 [download
http://sourceforge.net/projects/boost/files/boost/1.40.0/]
 
+[section Update]
+
+Added missing notes for Graph and Property Map.
+
+[endsect]
+
 [section Boost.CMake]
 
 Boost.CMake is *now distributed separately*. The cmake build for
@@ -85,6 +92,18 @@
 * [phrase library..[@/libs/fusion/index.html Fusion]:]
   * Improved compile times for `fusion::vector`.
 
+* [phrase library..[@/libs/graph/index.html Graph]:]
+ * Merged in the [@/libs/graph_parallel/doc/html/index.html Parallel Boost
+ Graph Library], giving a full suite of graph algorithms and data
+ structures for distributed-memory computers (such as clusters).
+ * Updates to the interface of the compressed sparse row graph, including
+ constructors from unsorted edge lists.
+ * An implicit grid graph, saving memory over using the former generator.
+ * New algorithms: Dijkstra's single-source shortest path algorithm without a
+ separate color map and an algorithm to find maximal common subgraphs
+ between two graphs.
+ * Assorted bug fixes.
+
 * [phrase library..[@/libs/functional/hash/index.html Hash]:]
   * Automatically configure the float functions using template metaprogramming
     instead of trying to configure every possibility manually.
@@ -120,6 +139,14 @@
   * Fixed crash on user-inserted items in `variables_map`
     ([@https://svn.boost.org/trac/boost/ticket/2782 #2782]).
 
+* [phrase library..[@/libs/property_map/index.html Property Map]:]
+ * Moved property map code into a separate directory, `boost/property_map/`. The
+ old files exist and forward to the new ones; the previous files directly in
+ `boost/` will be removed in Boost 1.42.0.
+ * Moved distributed property maps to `boost::graph::parallel` namespace.
+ * Added a property map based on a `boost::shared_array`, providing a simpler
+ interface.
+
 * [phrase library..[@/libs/proto/index.html Proto]:]
   * PrimitiveTransforms have stricter conformance to ResultOf protocol.
     (Warning: some invalid code may break.)

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-12-07 17:11:47 EST (Mon, 07 Dec 2009)
@@ -425,12 +425,18 @@
   &lt;/div&gt;
 &lt;/div&gt;</description></item><item><title>Version 1.40.0</title><pubDate>Thu, 27 Aug 2009 17:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Build System improvements. Updated Libraries: Accumulators, Asio, Circular
- Buffer, Foreach, Function, Fusion, Hash, Interprocess, Intrusive, MPL, Program.Options,
- Proto, Random, Serialization, Unordered, Xpressive.
+ Buffer, Foreach, Function, Fusion, Graph, Hash, Interprocess, Intrusive, MPL,
+ Program.Options, Property Map, Proto, Random, Serialization, Unordered, Xpressive.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.40.0/><description>&lt;div class=&quot;description&quot;&gt;
   
   
   
+ &lt;div id=&quot;version_1_40_0.update&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Update&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ Added missing notes for Graph and Property Map.
+ &lt;/p&gt;
+ &lt;/div&gt;
   &lt;div id=&quot;version_1_40_0.boost_cmake&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Boost.CMake&lt;/span&gt;&lt;/h3&gt;
     &lt;p&gt;
@@ -554,6 +560,31 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/index.html&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Merged in the &lt;a href=&quot;/libs/graph_parallel/doc/html/index.html&quot;&gt;Parallel
+ Boost Graph Library&lt;/a&gt;, giving a full suite of graph algorithms
+ and data structures for distributed-memory computers (such as clusters).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Updates to the interface of the compressed sparse row graph, including
+ constructors from unsorted edge lists.
+ &lt;/li&gt;
+ &lt;li&gt;
+ An implicit grid graph, saving memory over using the former generator.
+ &lt;/li&gt;
+ &lt;li&gt;
+ New algorithms: Dijkstra's single-source shortest path algorithm without
+ a separate color map and an algorithm to find maximal common subgraphs
+ between two graphs.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Assorted bug fixes.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/functional/hash/index.html&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -621,6 +652,23 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/property_map/index.html&quot;&gt;Property Map&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Moved property map code into a separate directory, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;property_map&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;/&lt;/span&gt;&lt;/code&gt;. The old files exist and forward to
+ the new ones; the previous files directly in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;/&lt;/span&gt;&lt;/code&gt; will be removed in Boost 1.42.0.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Moved distributed property maps to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;graph&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;parallel&lt;/span&gt;&lt;/code&gt;
+ namespace.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added a property map based on a &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;shared_array&lt;/span&gt;&lt;/code&gt;,
+ providing a simpler interface.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/proto/index.html&quot;&gt;Proto&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&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