Ver Fonte

added flyweight

[SVN r50078]
Joaquín M López Muñoz há 17 anos atrás
pai
commit
4438daa609
3 ficheiros alterados com 8 adições e 0 exclusões
  1. 6 0
      libs/libraries.htm
  2. 1 0
      libs/maintainers.txt
  3. 1 0
      status/Jamfile.v2

+ 6 - 0
libs/libraries.htm

@@ -124,6 +124,9 @@ how to download, build, and install the libraries.</p>
     <li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths,
     iteration over directories, and other useful filesystem operations, from
     Beman Dawes.</li>
+    <li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern
+    to manage larque quantities of highly redundant objects,
+    from Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.</li>
     <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="format/index.html">format</a> - Type-safe 'printf-like' format
@@ -660,6 +663,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
     <li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths,
     iteration over directories, and other useful filesystem operations, from
     Beman Dawes.</li>
+    <li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern
+    to manage larque quantities of highly redundant objects,
+    from Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.</li>
     <li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
     <li><a href="optional/doc/html/index.html">optional</a> - Discriminated-union

+ 1 - 0
libs/maintainers.txt

@@ -27,6 +27,7 @@ disjoint_sets         Jeremy Siek <jeremy.siek -at- gmail.com>
 dynamic_bitset        Jeremy Siek <jeremy.siek -at- gmail.com>, Gennaro Prota <gennaro.prota -at- yahoo.com>
 exception             Emil Dotchevski <emil -at- revergestudios.com>
 filesystem            Beman Dawes <bdawes -at- acm.org>
+flyweight             Joaquin M Lopez Munoz <joaquin -at- tid.es>
 foreach               Eric Niebler <eric -at- boostpro.com>
 format                Samuel Krempp <krempp -at- crans.ens-cachan.fr>
 function              Douglas Gregor <dgregor -at- cs.indiana.edu>

+ 1 - 0
status/Jamfile.v2

@@ -65,6 +65,7 @@ run-tests
     dynamic_bitset              # test-suite dynamic_bitset
     exception/test
     filesystem/test             # test-suite filesystem
+    flyweight/test              # test-suite flyweight
     foreach/test                # test-suite foreach
     format/test                 # test-suite format
     function/test               # test-suite function

粤ICP备19079148号