Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-01-06 11:47:16


Author: danieljames
Date: 2008-01-06 11:47:16 EST (Sun, 06 Jan 2008)
New Revision: 42528
URL: http://svn.boost.org/trac/boost/changeset/42528

Log:
Add Boost.Unordered and add to the documentation. Not fully integrated yet.

Added:
   trunk/boost/unordered/
      - copied from r42520, /branches/unordered/trunk/boost/unordered/
   trunk/boost/unordered_map.hpp
      - copied unchanged from r42520, /branches/unordered/trunk/boost/unordered_map.hpp
   trunk/boost/unordered_set.hpp
      - copied unchanged from r42520, /branches/unordered/trunk/boost/unordered_set.hpp
   trunk/libs/unordered/
      - copied from r42520, /branches/unordered/trunk/libs/unordered/
   trunk/libs/unordered/doc/buckets.qbk
      - copied unchanged from r42523, /branches/unordered/trunk/libs/unordered/doc/buckets.qbk
   trunk/libs/unordered/doc/comparison.qbk
      - copied unchanged from r42525, /branches/unordered/trunk/libs/unordered/doc/comparison.qbk
   trunk/libs/unordered/doc/hash_equality.qbk
      - copied unchanged from r42524, /branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk
   trunk/libs/unordered/doc/intro.qbk
      - copied unchanged from r42522, /branches/unordered/trunk/libs/unordered/doc/intro.qbk
   trunk/libs/unordered/doc/rationale.qbk
      - copied unchanged from r42525, /branches/unordered/trunk/libs/unordered/doc/rationale.qbk
Text files modified:
   trunk/doc/Jamfile.v2 | 2 ++
   trunk/doc/src/boost.xml | 2 ++
   2 files changed, 4 insertions(+), 0 deletions(-)

Modified: trunk/doc/Jamfile.v2
==============================================================================
--- trunk/doc/Jamfile.v2 (original)
+++ trunk/doc/Jamfile.v2 2008-01-06 11:47:16 EST (Sun, 06 Jan 2008)
@@ -39,6 +39,7 @@
     <dependency>../libs/interprocess/doc//interprocess
     <dependency>../libs/intrusive/doc//autodoc.xml
     <dependency>../libs/intrusive/doc//intrusive
+ <dependency>../libs/unordered/doc//unordered
 
     ## Add path references to the QuickBook generated docs...
 
@@ -55,6 +56,7 @@
     <implicit-dependency>../libs/mpi/doc//mpi
     <implicit-dependency>../libs/interprocess/doc//interprocess
     <implicit-dependency>../libs/intrusive/doc//intrusive
+ <implicit-dependency>../libs/unordered/doc//unordered
 
     <xsl:param>boost.libraries=../../libs/libraries.htm
 

Modified: trunk/doc/src/boost.xml
==============================================================================
--- trunk/doc/src/boost.xml (original)
+++ trunk/doc/src/boost.xml 2008-01-06 11:47:16 EST (Sun, 06 Jan 2008)
@@ -709,6 +709,8 @@
      </libraryinfo>
    </library>
 
+ <xi:include href="unordered.xml"/>
+
    <library name="Utility" dirname="utility" html-only="1">
      <libraryinfo>
        <author>


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