Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56226 - in branches/release: . boost/fusion boost/graph libs libs/graph_parallel libs/mpl/doc/refmanual libs/mpl/doc/src/refmanual libs/parameter/doc libs/parameter/doc/html status tools/regression
From: daniel_james_at_[hidden]
Date: 2009-09-15 17:16:59


Author: danieljames
Date: 2009-09-15 17:16:58 EDT (Tue, 15 Sep 2009)
New Revision: 56226
URL: http://svn.boost.org/trac/boost/changeset/56226

Log:
Merge some missing link/libraries changes. Fixes #2279,#3454.

Merged revisions 52231,53476 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r52231 | jewillco | 2009-04-07 17:46:32 +0100 (Tue, 07 Apr 2009) | 1 line
  
  Updating maintainer info for BGL, fixes #2279
........
  r53476 | jewillco | 2009-05-31 02:40:59 +0100 (Sun, 31 May 2009) | 1 line
  
  Fixed more links to property_map
........

Properties modified:
   branches/release/ (props changed)
   branches/release/boost/fusion/ (props changed)
   branches/release/boost/graph/ (props changed)
   branches/release/libs/graph_parallel/ (props changed)
   branches/release/libs/mpl/doc/refmanual/broken-compiler-workarounds.html (props changed)
   branches/release/libs/mpl/doc/refmanual/categorized-index-concepts.html (props changed)
   branches/release/libs/mpl/doc/refmanual/cfg-no-preprocessed-headers.html (props changed)
   branches/release/libs/mpl/doc/refmanual/composition-and-argument-binding.html (props changed)
   branches/release/libs/mpl/doc/refmanual/data-types-concepts.html (props changed)
   branches/release/libs/mpl/doc/refmanual/data-types-miscellaneous.html (props changed)
   branches/release/libs/mpl/doc/refmanual/extensible-associative-sequence.html (props changed)
   branches/release/libs/mpl/doc/refmanual/inserter-class.html (props changed)
   branches/release/libs/mpl/doc/refmanual/tag-dispatched-metafunction.html (props changed)
   branches/release/libs/mpl/doc/refmanual/trivial-metafunctions-summary.html (props changed)
   branches/release/libs/mpl/doc/src/refmanual/Iterators-Iterator.rst (props changed)
   branches/release/status/ (props changed)
   branches/release/tools/regression/ (props changed)
Text files modified:
   branches/release/libs/libraries.htm | 14 +++++++-------
   branches/release/libs/parameter/doc/html/index.html | 6 +++---
   branches/release/libs/parameter/doc/index.rst | 4 ++--
   3 files changed, 12 insertions(+), 12 deletions(-)

Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm (original)
+++ branches/release/libs/libraries.htm 2009-09-15 17:16:58 EDT (Tue, 15 Sep 2009)
@@ -147,7 +147,7 @@
         Lubomir Bourdev and Hailin Jin.</li>
     <li>graph -
         Generic graph components and algorithms, from Jeremy Siek
- and a University of Notre Dame team.</li>
+ and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.</li>
     <li>integer - Headers to ease
         dealing with integral types.</li>
     <li>interprocess - Shared memory, memory mapped files,
@@ -215,7 +215,7 @@
     and Paul Mensonides.</li>
     <li>program_options - Access to configuration
         data given on command line, in config files and other sources, from Vladimir Prus.</li>
- <li>property map
+ <li>property map
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
     <li>proto - Expression template library and compiler
@@ -346,7 +346,7 @@
          Lubomir Bourdev and Hailin Jin.</li>
     <li>graph -
         Generic graph components and algorithms, from Jeremy Siek
- and a University of Notre Dame team.</li>
+ and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.</li>
     <li>intrusive - Intrusive containers and algorithms, from Ion Gazta&ntilde;aga</li>
     <li>multi_array - Multidimensional
     containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
@@ -355,7 +355,7 @@
     Mu&ntilde;oz.</li>
     <li>pointer container
       - Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
- <li>property map
+ <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>
@@ -370,7 +370,7 @@
      Lubomir Bourdev and Hailin Jin.</li>
     <li>graph -
         Generic graph components and algorithms, from Jeremy Siek
- and a University of Notre Dame team.</li>
+ and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.</li>
     <li>iterators - Iterator
         construction framework, adaptors, concepts, and more, from Dave
         Abrahams, Jeremy Siek, and Thomas Witt.</li>
@@ -390,7 +390,7 @@
         Lubomir Bourdev and Hailin Jin.</li>
     <li>graph -
         Generic graph components and algorithms, from Jeremy Siek
- and a University of Notre Dame team.</li>
+ and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.</li>
     <li>minmax - standard library
         extensions for simultaneous min/max and min/max element computations,
         from Herv&eacute; Br&ouml;nnimann.</li>
@@ -452,7 +452,7 @@
         ease arithmetic classes and iterators, from Dave Abrahams
         and Jeremy Siek.</li>
 
- <li>property map
+ <li>property map
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
     <li>static_assert

Modified: branches/release/libs/parameter/doc/html/index.html
==============================================================================
--- branches/release/libs/parameter/doc/html/index.html (original)
+++ branches/release/libs/parameter/doc/html/index.html 2009-09-15 17:16:58 EDT (Tue, 15 Sep 2009)
@@ -342,7 +342,7 @@
 </tr>
 <tr><td><tt class="docutils literal"><span class="pre">index_map</span></tt></td>
 <td>in</td>
-<td>Model of <a class="reference external" href="../../../property_map/ReadablePropertyMap.html"><span class="concept">Readable Property Map</span></a>
+<td>Model of <a class="reference external" href="../../../property_map/doc/ReadablePropertyMap.html"><span class="concept">Readable Property Map</span></a>
 with key type := <tt class="docutils literal"><span class="pre">graph</span></tt>'s
 vertex descriptor and value type
 an integer type.</td>
@@ -350,7 +350,7 @@
 </tr>
 <tr><td><tt class="docutils literal"><span class="pre">color_map</span></tt></td>
 <td>in/out</td>
-<td>Model of <a class="reference external" href="../../../property_map/ReadWritePropertyMap.html"><span class="concept">Read/Write Property Map</span></a>
+<td>Model of <a class="reference external" href="../../../property_map/doc/ReadWritePropertyMap.html"><span class="concept">Read/Write Property Map</span></a>
 with key type := <tt class="docutils literal"><span class="pre">graph</span></tt>'s
 vertex descriptor type.</td>
 <td>an <tt class="docutils literal"><span class="pre">iterator_property_map</span></tt>
@@ -2150,7 +2150,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2008-06-26 21:58 UTC.
+Generated on: 2009-05-31 01:40 UTC.
 Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>

Modified: branches/release/libs/parameter/doc/index.rst
==============================================================================
--- branches/release/libs/parameter/doc/index.rst (original)
+++ branches/release/libs/parameter/doc/index.rst 2009-09-15 17:16:58 EDT (Tue, 15 Sep 2009)
@@ -356,8 +356,8 @@
 .. _`IncidenceGraph`: ../../../graph/doc/IncidenceGraph.html
 .. _`VertexListGraph`: ../../../graph/doc/VertexListGraph.html
 .. _`DFSVisitor`: ../../../graph/doc/DFSVisitor.html
-.. _`ReadWritePropertyMap`: ../../../property_map/ReadWritePropertyMap.html
-.. _`ReadablePropertyMap`: ../../../property_map/ReadablePropertyMap.html
+.. _`ReadWritePropertyMap`: ../../../property_map/doc/ReadWritePropertyMap.html
+.. _`ReadablePropertyMap`: ../../../property_map/doc/ReadablePropertyMap.html
 
 Don't be intimidated by the information in the second and third
 columns above. For the purposes of this exercise, you don't need


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