Просмотр исходного кода

added flyweight from trunk

[SVN r50320]
Joaquín M López Muñoz 17 лет назад
Родитель
Сommit
2618ae0ec5
4 измененных файлов с 12 добавлено и 0 удалено
  1. 4 0
      .gitmodules
  2. 1 0
      libs/flyweight
  3. 6 0
      libs/libraries.htm
  4. 1 0
      libs/maintainers.txt

+ 4 - 0
.gitmodules

@@ -346,3 +346,7 @@
 	path = libs/accumulators
 	url = ../accumulators.git
 	fetchRecurseSubmodules = on-demand
+[submodule "flyweight"]
+	path = libs/flyweight
+	url = ../flyweight.git
+	fetchRecurseSubmodules = on-demand

+ 1 - 0
libs/flyweight

@@ -0,0 +1 @@
+Subproject commit a5665e6ee1daacd1e692a79be71cb09f6f87edde

+ 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
@@ -661,6 +664,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>

粤ICP备19079148号