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

Add core to libraries.htm, maintainers.txt.

Conflicts:
	libs/libraries.htm
Peter Dimov 12 лет назад
Родитель
Сommit
c47f18fc5b
2 измененных файлов с 3 добавлено и 0 удалено
  1. 2 0
      libs/libraries.htm
  2. 1 0
      libs/maintainers.txt

+ 2 - 0
libs/libraries.htm

@@ -123,6 +123,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="container/index.html">container</a> - Standard library containers and extensions, from Ion Gazta&ntilde;aga</li>
     <li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
     <li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and Kevlin Henney.</li>
+    <li><a href="core/index.html">core</a> - A collection of core utilities, maintained by Peter Dimov, Glen Fernandes, and Andrey Semashev.</li>
     <li><a href="coroutine/index.html">coroutine</a> - Coroutine library, from Oliver Kowalke</li>
     <li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
       Walker.</li>
@@ -883,6 +884,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
 <ul>
     <li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and
         Kevlin Henney.</li>
+    <li><a href="core/index.html">core</a> - A collection of core utilities, maintained by Peter Dimov, Glen Fernandes, and Andrey Semashev.</li>
     <li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
     

+ 1 - 0
libs/maintainers.txt

@@ -28,6 +28,7 @@ config                John Maddock <john -at- johnmaddock.co.uk>
 container             Ion Gaztanaga <igaztanaga -at- gmail.com>
 context               Oliver Kowalke <oliver.kowalke -at- gmail.com>
 conversion            Antony Polukhin <antoshkka -at- gmail.com>
+core                  Peter Dimov <pdimov -at- pdimov.com>, Glen Fernandes <glenfe -at- live.com>, Andrey Semashev <andrey.semashev -at- gmail.com>
 coroutine             Oliver Kowalke <oliver.kowalke -at- gmail.com>
 crc                   Daryle Walker <darylew -at- hotmail.com>
 date_time             Jeff Garland <jeff -at- crystalclearsoftware.com>

粤ICP备19079148号