Boost.Log merged to trunk.

[SVN r83860]
This commit is contained in:
Andrey Semashev 2013-04-13 12:30:25 +00:00
parent f0bd9420df
commit c3aeda3a00
4 changed files with 8 additions and 1 deletions

4
.gitmodules vendored
View file

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

View file

@ -199,6 +199,7 @@ how to download, build, and install the libraries.</p>
<li><a href="locale/index.html">locale</a> - Provide localization and Unicode
handling tools for C++, from Artyom Beilis</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> -

1
libs/log Submodule

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

View file

@ -60,8 +60,9 @@ lambda Jaakko Jarvi <jarvi -at- cs.tamu.edu>
lexical_cast Antony Polukhin <antoshkka -at- gmail.com>
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>