Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-08-03 04:47:35


Author: danieljames
Date: 2008-08-03 04:47:34 EDT (Sun, 03 Aug 2008)
New Revision: 47948
URL: http://svn.boost.org/trac/boost/changeset/47948

Log:
Add new libraries to library list.
Text files modified:
   website/public_html/beta/doc/libraries.xml | 36 ++++++++++++++++++++++++++++++++++++
   1 files changed, 36 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/doc/libraries.xml
==============================================================================
--- website/public_html/beta/doc/libraries.xml (original)
+++ website/public_html/beta/doc/libraries.xml 2008-08-03 04:47:34 EDT (Sun, 03 Aug 2008)
@@ -1,5 +1,17 @@
 <boost xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <library>
+ <key>accumulators</key>
+ <boost-version>1.36.0</boost-version>
+ <name>Accumulators</name>
+ <authors>Eric Niebler</authors>
+ <description>Framework for incremental calculation, and collection of statistical accumulators.</description>
+ <documentation>libs/accumulators/index.html</documentation>
+ <std-proposal>false</std-proposal>
+ <std-tr1>false</std-tr1>
+ <header-only>true</header-only>
+ <autolink>false</autolink>
+ </library>
+ <library>
     <key>algorithm/minmax</key>
     <boost-version>1.32.0</boost-version>
     <name>Min-Max</name>
@@ -1087,6 +1099,30 @@
     <autolink>false</autolink>
   </library>
   <library>
+ <key>units</key>
+ <boost-version>1.36.0</boost-version>
+ <name>Units</name>
+ <authors>Matthias Schabel and Steven Watanabe</authors>
+ <description>Zero-overhead dimensional analysis and unit/quantity manipulation and conversion.</description>
+ <documentation>libs/units/index.html</documentation>
+ <std-proposal>false</std-proposal>
+ <std-tr1>false</std-tr1>
+ <header-only>true</header-only>
+ <autolink>false</autolink>
+ </library>
+ <library>
+ <key>unordered</key>
+ <boost-version>1.36.0</boost-version>
+ <name>Unordered</name>
+ <authors>Daniel James</authors>
+ <description>Unordered associative containers.</description>
+ <documentation>libs/unordered/index.html</documentation>
+ <std-proposal>false</std-proposal>
+ <std-tr1>true</std-tr1>
+ <header-only>true</header-only>
+ <autolink>false</autolink>
+ </library>
+ <library>
     <key>utility</key>
     <boost-version>1.13.0</boost-version>
     <name>Utility</name>


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