Boost logo

Boost-Commit :

From: hljin_at_[hidden]
Date: 2007-11-05 13:33:20


Author: hljin
Date: 2007-11-05 13:33:19 EST (Mon, 05 Nov 2007)
New Revision: 40802
URL: http://svn.boost.org/trac/boost/changeset/40802

Log:
GIL: added documentation links and maintainer info into libs/libraries.htm and libs/maintainers.txt
Text files modified:
   trunk/libs/libraries.htm | 17 +++++++++++++++++
   trunk/libs/maintainers.txt | 1 +
   2 files changed, 18 insertions(+), 0 deletions(-)

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2007-11-05 13:33:19 EST (Mon, 05 Nov 2007)
@@ -48,6 +48,7 @@
       <dt>Math and numerics</dt>
       <dt>Correctness and testing</dt>
       <dt>Data structures</dt>
+ <dt>Image processing</dt>
       <dt>Input/Output<a href="#Memory"></a></dt>
       <dt>Inter-language support</dt>
       <dt>Memory</dt>
@@ -126,6 +127,8 @@
     <li>fusion -
         Library for working with tuples, including various containers, algorithms, etc.
         From Joel de Guzman, Dan Marsden and Tobias Schwinger.</li>
+ <li>gil - Generic Image Library, from
+ Lubomir Bourdev and Hailin Jin.</li>
     <li>graph -
         Generic graph components and algorithms, from Jeremy Siek
         and a University of Notre Dame team.</li>
@@ -310,6 +313,8 @@
     <li>circular_buffer - STL compliant
         container also known as ring or cyclic buffer, from Jan Gaspar.</li>
     <li>dynamic_bitset - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
+ <li>gil - Generic Image Library, from
+ Lubomir Bourdev and Hailin Jin.</li>
     <li>graph -
         Generic graph components and algorithms, from Jeremy Siek
         and a University of Notre Dame team.</li>
@@ -331,6 +336,8 @@
 <h3><a name="Iterators">Iterators</a></h3>
 
 <ul>
+ <li>gil - Generic Image Library, from
+ Lubomir Bourdev and Hailin Jin.</li>
     <li>graph -
         Generic graph components and algorithms, from Jeremy Siek
         and a University of Notre Dame team.</li>
@@ -349,6 +356,8 @@
 <ul>
     <li>foreach - BOOST_FOREACH macro for easily
         iterating over the elements of a sequence, from Eric Niebler.</li>
+ <li>gil - Generic Image Library, from
+ Lubomir Bourdev and Hailin Jin.</li>
     <li>graph -
         Generic graph components and algorithms, from Jeremy Siek
         and a University of Notre Dame team.</li>
@@ -401,6 +410,8 @@
     <li>enable_if -
         Selective inclusion of function template overloads, from Jaakko
         J&auml;rvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
+ <li>gil - Generic Image Library, from
+ Lubomir Bourdev and Hailin Jin.</li>
     <li>in_place_factory, typed_in_place_factory- Generic in-place construction
          of contained objects with a variadic argument-list, from Fernando Cacciola.</li>
     <li>operators - Templates
@@ -526,6 +537,12 @@
         From Joel de Guzman and Dan Marsden.</li>
 </ul>
 
+<h3><a name="Image-processing">Image processing</a></h3>
+<ul>
+ <li>gil - Generic Image Library, from
+ Lubomir Bourdev and Hailin Jin.</li>
+</ul>
+
 <h3><a name="IO">Input/Output</a></h3>
 <ul>
   <li>format - Type-safe 'printf-like' format

Modified: trunk/libs/maintainers.txt
==============================================================================
--- trunk/libs/maintainers.txt (original)
+++ trunk/libs/maintainers.txt 2007-11-05 13:33:19 EST (Mon, 05 Nov 2007)
@@ -20,6 +20,7 @@
 functional
 functional/hash Daniel James <daniel_james -at- fmail.co.uk>
 fusion Joel de Guzman <joel -at- boost-consulting.com>, Dan Marsden <danmarsden -at- yahoo.co.uk>
+gil Lubomir Bourdev <lbourdev -at- adobe.com>, Hailin Jin <hljin -at- adobe.com>
 graph Douglas Gregor <dgregor -at- cs.indiana.edu>
 integer Daryle Walker <darylew -at- hotmail.com>
 interprocess Ion Gaztanaga <igaztanaga -at- gmail.com>


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