Browse Source

GIL: added documentation links and maintainer info into libs/libraries.htm and libs/maintainers.txt

[SVN r40802]
Hailin Jin 18 years ago
parent
commit
3576a690ff
2 changed files with 18 additions and 0 deletions
  1. 17 0
      libs/libraries.htm
  2. 1 0
      libs/maintainers.txt

+ 17 - 0
libs/libraries.htm

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

+ 1 - 0
libs/maintainers.txt

@@ -20,6 +20,7 @@ function              Douglas Gregor <dgregor -at- cs.indiana.edu>
 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>

粤ICP备19079148号