From 3816964d0f1c1503ee2d5b3191ca0576fae9d6f2 Mon Sep 17 00:00:00 2001
From: Andy Tompkins
Date: Wed, 13 Jan 2010 12:14:12 +0000
Subject: [PATCH] add uuid library
[SVN r58969]
---
libs/libraries.htm | 2 ++
libs/maintainers.txt | 1 +
status/Jamfile.v2 | 1 +
3 files changed, 4 insertions(+)
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 52c5c6a820..6057f1d124 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -303,6 +303,7 @@ how to download, build, and install the libraries.
function templates, plus base-from-member idiom, from Dave Abrahams and others.
value_initialized - Wrapper for uniform-syntax value initialization,
from Fernando Cacciola, based on the original idea of David Abrahams.
+ uuid - A universally unique identifier, from Andy Tompkins.
variant - Safe, generic, stack-based discriminated union
container, from Eric Friedman and Itay Maman.
wave - Standards conformant
@@ -589,6 +590,7 @@ how to download, build, and install the libraries.
Kalicinski and Sebastian Redl.
tuple - Ease definition of functions returning multiple values, and more,
from Jaakko Järvi.
+ uuid - A universally unique identifier, from Andy Tompkins.
variant - Safe, generic, stack-based
discriminated union container, from Eric Friedman and Itay Maman.
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index d5be5a5d5b..5752908c2e 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -89,6 +89,7 @@ unordered Daniel James
utility
utility/enable_if Jaakko Jarvi , Jeremiah Willcock
utility/swap Joseph Gauterin
+uuid Andy Tompkins
variant Eric Friedman
wave Hartmut Kaiser
xpressive Eric Niebler
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 09cd0ea76b..010be09ecd 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -133,6 +133,7 @@ run-tests
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