Browse Source

Added references to Boost.Log.

[SVN r84377]
Andrey Semashev 13 years ago
parent
commit
1612785e77
3 changed files with 6 additions and 3 deletions
  1. 3 2
      libs/libraries.htm
  2. 2 1
      libs/maintainers.txt
  3. 1 0
      status/Jamfile.v2

+ 3 - 2
libs/libraries.htm

@@ -189,13 +189,14 @@ how to download, build, and install the libraries.</p>
     <li><a href="lambda/index.html">lambda</a> - Define small unnamed
     function objects at the actual call site, and more, from Jaakko J&auml;rvi and
     Gary Powell.</li>
+    <li><a href="conversion/lexical_cast.htm">lexical_cast</a> -&nbsp; General literal text conversions, such as an <code>int</code> represented as
+    a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
     <li><a href="local_function/index.html">local_function</a> -
         Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti.</li>
     <li><a href="locale/index.html">locale</a> - Provide localization and Unicode
     handling tools for C++, from Artyom Beilis</li>
-    <li><a href="conversion/lexical_cast.htm">lexical_cast</a> -&nbsp; General literal text conversions, such as an <code>int</code> represented as
-    a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
     <li><a href="lockfree/index.html">lockfree</a> - Lockfree data structures, from Tim Blechmann</li>
+    <li><a href="log/index.html">log</a> - Logging library, from Andrey Semashev</li>
     <li><a href="math/doc/index.html">math</a> - Several contributions in the
     domain of mathematics, from various authors.</li>
     <li><a href="math/doc/complex/html/index.html">math/complex number algorithms</a> -

+ 2 - 1
libs/maintainers.txt

@@ -59,8 +59,9 @@ iterator              David Abrahams <dave -at- boost-consulting.com>, Thomas Wi
 lambda                Jaakko Jarvi <jarvi -at- cs.tamu.edu>
 local_function        Lorenzo Caminiti <lorcaminiti -at- gmail.com>
 locale                Artyom Beilis <artyomtnk -at- yahoo.com>
-logic                 Douglas Gregor <dgregor -at- cs.indiana.edu>
 lockfree              Tim Blechmann <tim -at- klingt.org>
+log                   Andrey Semashev <andrey.semashev -at- gmail.com>
+logic                 Douglas Gregor <dgregor -at- cs.indiana.edu>
 math                  Hubert Holin <Hubert.Holin -at- meteo.fr>, John Maddock <john -at- johnmaddock.co.uk>
 move                  Ion Gaztanaga <igaztanaga -at- gmail.com>
 mpl                   Aleksey Gurtovoy <agurtovoy -at- meta-comm.com>

+ 1 - 0
status/Jamfile.v2

@@ -101,6 +101,7 @@ run-tests libs :
     lambda/test                 # test-suite lambda
     local_function/test         # test-suite local_function
     locale/test                 # test-suite locale
+    log/test                    # test-suite log
     logic/test                  # test-suite logic
     lockfree/test               # test-suite lockfree
     math/test                   # test-suite math

粤ICP备19079148号