Browse Source

Added uuid library

[SVN r57988]
Andy Tompkins 16 years ago
parent
commit
4402496eed
4 changed files with 5 additions and 1 deletions
  1. 2 0
      libs/libraries.htm
  2. 1 0
      libs/maintainers.txt
  3. 1 1
      libs/uuid
  4. 1 0
      status/Jamfile.v2

+ 2 - 0
libs/libraries.htm

@@ -303,6 +303,7 @@ how to download, build, and install the libraries.</p>
         function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others.</li>
 	<li><a href="utility/value_init.htm">value_initialized</a> - Wrapper for uniform-syntax value initialization,
 	from Fernando Cacciola, based on the original idea of David Abrahams.</li>
+    <li><a href="uuid/index.html">uuid</a> - A universally unique identifier, from Andy Tompkins.</li>
     <li><a href="variant/index.html">variant</a> - Safe, generic, stack-based discriminated union
     container, from Eric Friedman and Itay Maman.</li>
     <li><a href="wave/index.html">wave</a> -  Standards conformant
@@ -589,6 +590,7 @@ how to download, build, and install the libraries.</p>
         Kalicinski and Sebastian Redl.
     <li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
     from Jaakko J&auml;rvi.</li>
+    <li><a href="uuid/index.html">uuid</a> - A universally unique identifier, from Andy Tompkins.</li>
     <li><a href="variant/index.html">variant</a> - Safe, generic, stack-based
     discriminated union container, from Eric Friedman and Itay Maman.</li>
 </ul>

+ 1 - 0
libs/maintainers.txt

@@ -89,6 +89,7 @@ unordered             Daniel James <daniel_james -at- fmail.co.uk>
 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>

+ 1 - 1
libs/uuid

@@ -1 +1 @@
-Subproject commit 88da98e37b9539c103ae9e6fc7db1b4e52010585
+Subproject commit f883e1ffc0686a790fba14185fd7b800f758858e

+ 1 - 0
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

粤ICP备19079148号