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

circular_buffer: library included into boost documentation

[SVN r37711]
Jan Gaspar 19 лет назад
Родитель
Сommit
81cde09a2e
4 измененных файлов с 16 добавлено и 1 удалено
  1. 12 0
      doc/src/boost.xml
  2. 1 1
      libs/circular_buffer
  3. 2 0
      libs/libraries.htm
  4. 1 0
      libs/maintainers.txt

+ 12 - 0
doc/src/boost.xml

@@ -91,6 +91,18 @@
      </libraryinfo>
    </library>
 
+   <library name="Circular Buffer" dirname="circular_buffer" html-only="1"
+            url="../../libs/circular_buffer/index.html">
+     <libraryinfo>
+       <author>
+         <firstname>Jan</firstname>
+         <surname>Gaspar</surname>
+       </author>
+       <librarypurpose>A STL compliant container also known as ring or cyclic buffer</librarypurpose>
+       <librarycategory name="category:containers"/> 
+     </libraryinfo>
+   </library>
+
    <library name="Compatibility" dirname="compatibility" html-only="1">
      <libraryinfo>
        <author>

+ 1 - 1
libs/circular_buffer

@@ -1 +1 @@
-Subproject commit a2c7a7a7e37ae352c72fafa4855c16d91a762915
+Subproject commit 1b4b86c375cd60a4b199a3cf6dcb18a140d6fd4a

+ 2 - 0
libs/libraries.htm

@@ -293,6 +293,8 @@ how to download, build, and install the libraries.</p>
     <li><a href="array/index.html">array</a> - STL compliant
         container wrapper for arrays of constant size, from
         Nicolai Josuttis.</li>
+    <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="graph/doc/table_of_contents.html">graph</a> -
         Generic graph components and algorithms, from Jeremy Siek

+ 1 - 0
libs/maintainers.txt

@@ -4,6 +4,7 @@ any                   Alexander Nasonov <alexander.nasonov -at- gmail.com>
 array
 assign                Thorsten Ottosen <nesotto -at- cs.auc.dk>
 bind                  Peter Dimov <pdimov -at- mmltd.net>
+circular_buffer       Jan Gaspar <jano_gaspar -at- yahoo.com>
 concept_check         Jeremy Siek <jeremy.siek -at- gmail.com>
 config                John Maddock <john -at- johnmaddock.co.uk>
 conversion            Alexander Nasonov <alexander.nasonov -at- gmail.com>

粤ICP备19079148号