From 4402496eedd4f488450fbf2c166ff25ca8d5c981 Mon Sep 17 00:00:00 2001 From: Andy Tompkins Date: Sat, 28 Nov 2009 04:16:43 +0000 Subject: [PATCH] Added uuid library [SVN r57988] --- libs/libraries.htm | 2 ++ libs/maintainers.txt | 1 + libs/uuid | 2 +- status/Jamfile.v2 | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) 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/libs/uuid b/libs/uuid index 88da98e37b..f883e1ffc0 160000 --- a/libs/uuid +++ b/libs/uuid @@ -1 +1 @@ -Subproject commit 88da98e37b9539c103ae9e6fc7db1b4e52010585 +Subproject commit f883e1ffc0686a790fba14185fd7b800f758858e diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index e36f8db935..fe7d3e95e9 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -135,6 +135,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