$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84379 - in branches/release: libs status
From: eldiener_at_[hidden]
Date: 2013-05-19 16:55:43
Author: eldiener
Date: 2013-05-19 16:55:42 EDT (Sun, 19 May 2013)
New Revision: 84379
URL: http://svn.boost.org/trac/boost/changeset/84379
Log:
Added TTI library, test status, and maintainer information.
Text files modified: 
   branches/release/libs/libraries.htm   |     3 +++                                     
   branches/release/libs/maintainers.txt |     1 +                                       
   branches/release/status/Jamfile.v2    |     1 +                                       
   3 files changed, 5 insertions(+), 0 deletions(-)
Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm	(original)
+++ branches/release/libs/libraries.htm	2013-05-19 16:55:42 EDT (Sun, 19 May 2013)
@@ -327,6 +327,7 @@
     <li>TR1 - An implementation of the Technical
         Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
     <li>tribool - 3-state boolean type library, from Doug Gregor.</li>
+    <li>tti - Type Traits Introspection library, from Edward Diener</li>
     <li>tuple - Ease definition of functions returning multiple values, and more,
     from Jaakko Järvi.</li>
     <li>type_traits -
@@ -591,6 +592,7 @@
     <li>static_assert
         - Static assertions (compile time assertions), from John
         Maddock.</li>
+    <li>tti - Type Traits Introspection library, from Edward Diener</li>
     <li>type_traits -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
@@ -750,6 +752,7 @@
     <li>static_assert
         - Static assertions (compile time assertions), from John
         Maddock.</li>
+    <li>tti - Type Traits Introspection library, from Edward Diener</li>
     <li>type_traits -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
Modified: branches/release/libs/maintainers.txt
==============================================================================
--- branches/release/libs/maintainers.txt	(original)
+++ branches/release/libs/maintainers.txt	2013-05-19 16:55:42 EDT (Sun, 19 May 2013)
@@ -104,6 +104,7 @@
 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>
Modified: branches/release/status/Jamfile.v2
==============================================================================
--- branches/release/status/Jamfile.v2	(original)
+++ branches/release/status/Jamfile.v2	2013-05-19 16:55:42 EDT (Sun, 19 May 2013)
@@ -151,6 +151,7 @@
     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