Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58991 - in website/public_html/beta: doc feed/history
From: daniel_james_at_[hidden]
Date: 2010-01-13 18:23:11


Author: danieljames
Date: 2010-01-13 18:23:10 EST (Wed, 13 Jan 2010)
New Revision: 58991
URL: http://svn.boost.org/trac/boost/changeset/58991

Log:
Add uuid to website.
Text files modified:
   website/public_html/beta/doc/libraries.xml | 13 +++++++++++++
   website/public_html/beta/feed/history/boost_1_42_0.qbk | 25 ++-----------------------
   2 files changed, 15 insertions(+), 23 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-01-13 18:23:10 EST (Wed, 13 Jan 2010)
@@ -1510,6 +1510,19 @@
     <category>Miscellaneous</category>
   </library>
   <library>
+ <key>uuid</key>
+ <boost-version>1.42.0</boost-version>
+ <name>Uuid</name>
+ <authors>Andy Tompkins</authors>
+ <description>A universally unique identifier.</description>
+ <documentation>libs/uuid/index.html</documentation>
+ <std-proposal>false</std-proposal>
+ <std-tr1>false</std-tr1>
+ <header-only>true</header-only>
+ <autolink>false</autolink>
+ <category>Data</category>
+ </library>
+ <library>
     <key>variant</key>
     <boost-version>1.31.0</boost-version>
     <name>Variant</name>

Modified: website/public_html/beta/feed/history/boost_1_42_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_42_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_42_0.qbk 2010-01-13 18:23:10 EST (Wed, 13 Jan 2010)
@@ -11,31 +11,10 @@
 [/ TODO: Check download link on release.]
 [download http://sourceforge.net/projects/boost/files/boost/1.42.0/]
 
-[/
- When adding libraries:
-
- 1. Libraries are listed in alphabetical order.
- 2. Besides the dedicated entry, the lib name should be added to the
- [purpose] section at the beginning of the page.
-
- Example new libraries message:
-
-* [phrase library..[@/libs/accumulators/index.html Accumulators]:] Framework for
- incremental calculation, and collection of statistical accumulators, from Eric Niebler.
-
- Example update message:
-
-* [phrase library..[@/libs/interprocess/index.html Interprocess]:]
- * Added anonymous shared memory for UNIX systems.
- * Fixed missing move semantics on managed memory classes.
- * Added copy_on_write and open_read_only options for shared memory
- and mapped file managed classes.
- * `shared_ptr` is movable and supports aliasing.
-]
-
 [section New Libraries]
 
-* /TODO/
+* [phrase library..[@/libs/uuid/index.html Uuid]:]
+ A universally unique identifier, from Andy Tompkins.
 
 [endsect]
 


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