Просмотр исходного кода

Added TTI library, test status, and maintainer information.

[SVN r84379]
Edward Diener 13 лет назад
Родитель
Сommit
340ace9f16
3 измененных файлов с 5 добавлено и 0 удалено
  1. 3 0
      libs/libraries.htm
  2. 1 0
      libs/maintainers.txt
  3. 1 0
      status/Jamfile.v2

+ 3 - 0
libs/libraries.htm

@@ -327,6 +327,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="tr1/index.html">TR1</a> - An implementation of the Technical
         Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
     <li><a href="../doc/html/tribool.html">tribool</a> - 3-state boolean type library, from Doug Gregor.</li>
+    <li><a href="tti/index.html">tti</a> - Type Traits Introspection library, from Edward Diener</li>
     <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="type_traits/index.html">type_traits</a> -
@@ -591,6 +592,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="static_assert/static_assert.htm">static_assert</a>
         - Static assertions (compile time assertions), from John
         Maddock.</li>
+    <li><a href="tti/index.html">tti</a> - Type Traits Introspection library, from Edward Diener</li>
     <li><a href="type_traits/index.html">type_traits</a> -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
@@ -750,6 +752,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
     <li><a href="static_assert/static_assert.htm">static_assert</a>
         - Static assertions (compile time assertions), from John
         Maddock.</li>
+    <li><a href="tti/index.html">tti</a> - Type Traits Introspection library, from Edward Diener</li>
     <li><a href="type_traits/index.html">type_traits</a> -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>

+ 1 - 0
libs/maintainers.txt

@@ -104,6 +104,7 @@ thread                Anthony Williams <anthony -at- justsoftwaresolutions.co.uk
 timer                 Beman Dawes <bdawes -at- acm.org>
 tokenizer             John R. Bandela <jbandela -at- ufl.edu>
 tr1                   John Maddock <john -at- johnmaddock.co.uk>
+tti                   Edward Diener <eld -at- tropicsoft.com>
 tuple                 Jaakko Jarvi <jarvi -at- cs.tamu.edu>
 type_traits           John Maddock <john -at- johnmaddock.co.uk>
 typeof                Arkadiy Vertleyb <vertleyb -at- hotmail.com>, Peder Holt <peder.holt -at- gmail.com>

+ 1 - 0
status/Jamfile.v2

@@ -151,6 +151,7 @@ run-tests libs :
     timer/test                  # test-suite timer
     tokenizer/test              # test-suite tokenizer
     tr1/test                    # test-suite tr1
+    tti/test                    # test-suite tti
     tuple/test                  # test-suite tuple
     type_traits/test            # test-suite type_traits
     typeof/test                 # test-suite typeof

粤ICP备19079148号