Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2007-08-09 03:23:02


Author: djowel
Date: 2007-08-09 03:23:00 EDT (Thu, 09 Aug 2007)
New Revision: 38549
URL: http://svn.boost.org/trac/boost/changeset/38549

Log:
added fusion to libraries list.
Text files modified:
   trunk/libs/libraries.htm | 31 ++++++++++++++++++++-----------
   1 files changed, 20 insertions(+), 11 deletions(-)

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2007-08-09 03:23:00 EDT (Thu, 09 Aug 2007)
@@ -125,12 +125,15 @@
     <li>functional/hash -
         A TR1 hash function object that can be extended to hash user defined
         types, from Daniel James.</li>
+ <li>fusion -
+ Library for working with tuples, including various containers, algorithms, etc.
+ From Joel de Guzman and Dan Marsden.</li>
     <li>graph -
         Generic graph components and algorithms, from Jeremy Siek
         and a University of Notre Dame team.</li>
     <li>integer - Headers to ease
         dealing with integral types.</li>
- <li>interprocess - Shared memory, memory mapped files,
+ <li>interprocess - Shared memory, memory mapped files,
     process-shared mutexes, condition variables, containers and allocators, from Ion Gazta&ntilde;aga</li>
     <li>interval - Extends the
     usual arithmetic functions to mathematical intervals, from Guillaume
@@ -219,15 +222,15 @@
     <li>smart_ptr - Five smart
         pointer class templates, from Greg Colvin, Beman Dawes,
         Peter Dimov, and Darin Adler.</li>
- <li>statechart - Arbitrarily
- complex finite state machines can be implemented in easily readable and
+ <li>statechart - Arbitrarily
+ complex finite state machines can be implemented in easily readable and
     maintainable C++ code, from Andreas Huber.</li>
     <li>static_assert
         - Static assertions (compile time assertions), from John
         Maddock.</li>
     <li>spirit - LL parser framework&nbsp;
     represents parsers directly as EBNF grammars in inlined C++, from Joel de
- Guzman and team.</li>
+ Guzman, Hartmut Kaiser, Dan Nuffer and team.</li>
     <li>string_algo -
     String algorithms library, from Pavol Droba</li>
     <li>test - Support for simple program testing,
@@ -282,7 +285,7 @@
         library, from John Maddock</li>
     <li>spirit - LL parser framework&nbsp;
     represents parsers directly as EBNF grammars in inlined C++, from Joel de
- Guzman and team.</li>
+ Guzman, Hartmut Kaiser, Dan Nuffer and team.</li>
     <li>string_algo -
     String algorithms library, from Pavol Droba</li>
     <li>tokenizer - Break of a string or other
@@ -423,6 +426,9 @@
     <li>type_traits -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
+ <li>fusion -
+ Library for working with tuples, including various containers, algorithms, etc.
+ From Joel de Guzman and Dan Marsden.</li>
 </ul>
 
 <h3><a name="Preprocessor">Preprocessor</a> Metaprogramming</h3>
@@ -436,7 +442,7 @@
 <h3><a name="Concurrent">Concurrent</a> Programming</h3>
 
 <ul>
- <li>interprocess - Shared memory, memory mapped files,
+ <li>interprocess - Shared memory, memory mapped files,
     process-shared mutexes, condition variables, containers and allocators, from Ion Gazta&ntilde;aga</li>
     <li>thread - Portable C++
       multi-threading, from William Kempf.</li>
@@ -508,6 +514,9 @@
     from Jaakko J?rvi.</li>
     <li>variant - Safe, generic, stack-based
     discriminated union container, from Eric Friedman and Itay Maman.</li>
+ <li>fusion -
+ Library for working with tuples, including various containers, algorithms, etc.
+ From Joel de Guzman and Dan Marsden.</li>
 </ul>
 
 <h3><a name="IO">Input/Output</a></h3>
@@ -554,9 +563,9 @@
 <h3><a name="Parsing">Parsing</a></h3>
 
 <ul>
- <li>spirit - LL parser framework&nbsp;
- represents parsers directly as EBNF grammars in inlined C++, from Joel de
- Guzman and team.</li>
+ <li>spirit - LL parser framework&nbsp;
+ represents parsers directly as EBNF grammars in inlined C++, from Joel de
+ Guzman, Hartmut Kaiser, Dan Nuffer and team.</li>
 </ul>
 
 <h3><a name="Programming">Programming Interfaces</a></h3>
@@ -593,8 +602,8 @@
     wrapper for optional values, from Fernando Cacciola.</li>
     <li>program_options - Access to configuration
         data given on command line, in config files and other sources, from Vladimir Prus.</li>
- <li>statechart - Arbitrarily
- complex finite state machines can be implemented in easily readable and
+ <li>statechart - Arbitrarily
+ complex finite state machines can be implemented in easily readable and
     maintainable C++ code, from Andreas Huber.</li>
     <li>timer - Event timer,
     progress timer, and progress display classes, from Beman


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk