Andy Tompkins 16 лет назад
Родитель
Сommit
3816964d0f
3 измененных файлов с 4 добавлено и 0 удалено
  1. 2 0
      libs/libraries.htm
  2. 1 0
      libs/maintainers.txt
  3. 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 - 0
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

粤ICP备19079148号