$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61598 - in branches/release: libs status
From: tschwinger_at_[hidden]
Date: 2010-04-26 19:32:56
Author: t_schwinger
Date: 2010-04-26 19:32:55 EDT (Mon, 26 Apr 2010)
New Revision: 61598
URL: http://svn.boost.org/trac/boost/changeset/61598
Log:
adds Functional.Factory/Forward
Text files modified: 
   branches/release/libs/libraries.htm                  |    14 +++++++++++++-                          
   branches/release/libs/maintainers.txt                |     2 ++                                      
   branches/release/status/Jamfile.v2                   |     2 ++                                      
   branches/release/status/explicit-failures-markup.xml |    25 +++++++++++++++++++++++++               
   4 files changed, 42 insertions(+), 1 deletions(-)
Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm	(original)
+++ branches/release/libs/libraries.htm	2010-04-26 19:32:55 EDT (Mon, 26 Apr 2010)
@@ -137,6 +137,12 @@
         for callable, built-in types, from Tobias Schwinger</li>
     <li>functional - Enhanced
         function object adaptors, from Mark Rodgers.</li>
+    <li>functional/factory -
+        function object templates for dynamic and static object creation,
+        from Tobias Schwinger</li>
+    <li>functional/forward -
+        adapters to allow generic function objects to accept arbitrary
+        arguments, from Tobias Schwinger</li>
     <li>functional/hash -
         A TR1 hash function object that can be extended to hash user defined
         types, from Daniel James.</li>
@@ -423,6 +429,12 @@
       for deferred calls or callbacks, from Doug Gregor.</li>
     <li>functional - Enhanced
         function object adaptors, from Mark Rodgers.</li>
+    <li>functional/factory -
+        function object templates for dynamic and static object creation,
+        from Tobias Schwinger</li>
+    <li>functional/forward -
+        adapters to allow generic function objects to accept arbitrary
+        arguments, from Tobias Schwinger</li>
     <li>functional/hash -
         A TR1 hash function object that can be extended to hash user defined
         types, from Daniel James.</li>
@@ -761,4 +773,4 @@
 </p>
 
 </body>
-</html>
\ No newline at end of file
+</html>
Modified: branches/release/libs/maintainers.txt
==============================================================================
--- branches/release/libs/maintainers.txt	(original)
+++ branches/release/libs/maintainers.txt	2010-04-26 19:32:55 EDT (Mon, 26 Apr 2010)
@@ -33,6 +33,8 @@
 function              Douglas Gregor <dgregor -at- cs.indiana.edu>
 function_types        Tobias Schwinger <tschwinger -at- isonews2.com>
 functional
+functional/factory    Tobias Schwinger <tschwinger -at- isonews2.com>
+functional/foward     Tobias Schwinger <tschwinger -at- isonews2.com>
 functional/hash       Daniel James <dnljms -at- gmail.com>
 fusion                Joel de Guzman <joel -at- boost-consulting.com>, Dan Marsden <danmarsden -at- yahoo.co.uk>, Tobias Schwinger <tschwinger -at- isonews2.com>
 function_types        Tobias Schwinger <tschwinger -at- isonews2.com>
Modified: branches/release/status/Jamfile.v2
==============================================================================
--- branches/release/status/Jamfile.v2	(original)
+++ branches/release/status/Jamfile.v2	2010-04-26 19:32:55 EDT (Mon, 26 Apr 2010)
@@ -70,6 +70,8 @@
     format/test                 # test-suite format
     function/test               # test-suite function
     functional/test             # test-suite functional
+    functional/factory/test     # test-suite functional/factory
+    functional/forward/test     # test-suite functional/forward
     functional/hash/test        # test-suite functional/hash
     function_types/test         # test-suite function_types
     fusion/test                 # test-suite fusion
Modified: branches/release/status/explicit-failures-markup.xml
==============================================================================
--- branches/release/status/explicit-failures-markup.xml	(original)
+++ branches/release/status/explicit-failures-markup.xml	2010-04-26 19:32:55 EDT (Mon, 26 Apr 2010)
@@ -1677,6 +1677,31 @@
         </mark-expected-failures>
     </library>
 
+    <!-- functional/factory -->
+    <library name="functional/factory">
+        <mark-expected-failures>
+            <test name="factory_with_allocator"/>
+            <toolset name="borland-*"/>
+            <note author="Tobias Schwinger">
+              Probably broken const conversion with that compiler.
+            </note>
+        </mark-expected-failures>
+    </library>
+
+    <!-- functional/forward -->
+    <library name="functional/foward">
+        <mark-unusable>
+            <toolset name="msvc-7.0*"/>
+            <toolset name="msvc-7.1*"/>
+            <toolset name="sun-5.*"/>
+            <toolset name="vacpp*"/>
+            <toolset name="borland-*"/>
+            <note author="Tobias Schwinger">
+              This compiler is currently not supported.
+            </note>
+        </mark-unusable>
+    </library>
+
     <!-- functional/hash -->
     <library name="functional/hash">
         <mark-expected-failures>