|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58969 - in branches/release: libs status
From: atompkins_at_[hidden]
Date: 2010-01-13 07:14:13
Author: atompkins
Date: 2010-01-13 07:14:12 EST (Wed, 13 Jan 2010)
New Revision: 58969
URL: http://svn.boost.org/trac/boost/changeset/58969
Log:
add uuid library
Properties modified:
branches/release/libs/libraries.htm (contents, props changed)
branches/release/libs/maintainers.txt (contents, props changed)
branches/release/status/Jamfile.v2 (contents, props changed)
Text files modified:
branches/release/libs/libraries.htm | 2 ++
branches/release/libs/maintainers.txt | 1 +
branches/release/status/Jamfile.v2 | 1 +
3 files changed, 4 insertions(+), 0 deletions(-)
Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm (original)
+++ branches/release/libs/libraries.htm 2010-01-13 07:14:12 EST (Wed, 13 Jan 2010)
@@ -303,6 +303,7 @@
function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others.</li>
<li>value_initialized - Wrapper for uniform-syntax value initialization,
from Fernando Cacciola, based on the original idea of David Abrahams.</li>
+ <li>uuid - A universally unique identifier, from Andy Tompkins.</li>
<li>variant - Safe, generic, stack-based discriminated union
container, from Eric Friedman and Itay Maman.</li>
<li>wave - Standards conformant
@@ -589,6 +590,7 @@
Kalicinski and Sebastian Redl.
<li>tuple - Ease definition of functions returning multiple values, and more,
from Jaakko Järvi.</li>
+ <li>uuid - A universally unique identifier, from Andy Tompkins.</li>
<li>variant - Safe, generic, stack-based
discriminated union container, from Eric Friedman and Itay Maman.</li>
</ul>
Modified: branches/release/libs/maintainers.txt
==============================================================================
--- branches/release/libs/maintainers.txt (original)
+++ branches/release/libs/maintainers.txt 2010-01-13 07:14:12 EST (Wed, 13 Jan 2010)
@@ -89,6 +89,7 @@
utility
utility/enable_if Jaakko Jarvi <jarvi -at- cs.tamu.edu>, Jeremiah Willcock <jewillco -at- osl.iu.edu>
utility/swap Joseph Gauterin <joseph.gauterin -at- googlemail.com>
+uuid Andy Tompkins <atompkins -at- fastmail.fm>
variant Eric Friedman <ericbrandon -at- gmail.com>
wave Hartmut Kaiser <hartmut.kaiser -at- gmail.com>
xpressive Eric Niebler <eric -at- boostpro.com>
Modified: branches/release/status/Jamfile.v2
==============================================================================
--- branches/release/status/Jamfile.v2 (original)
+++ branches/release/status/Jamfile.v2 2010-01-13 07:14:12 EST (Wed, 13 Jan 2010)
@@ -133,6 +133,7 @@
utility/enable_if/test # test-suite utility/enable_if
utility/swap/test # test-suite utility/swap
utility/test # test-suite utility
+ uuid/test # test-suite uuid
variant/test # test-suite variant
wave/test/build # test-suite wave
xpressive/test # test-suite xpressive
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