mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
add uuid library
[SVN r58969]
This commit is contained in:
parent
e54d899921
commit
3816964d0f
3 changed files with 4 additions and 0 deletions
|
@ -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ä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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue