- Updates according to library requirements

- cleanup of inspect warnings
  - various requiremets like libraries.htm and maintainers.txt


[SVN r73786]
This commit is contained in:
Artyom Beilis 2011-08-15 19:04:34 +00:00
parent b58089aebc
commit b6e7caa833
4 changed files with 7 additions and 2 deletions

View file

@ -173,6 +173,8 @@ 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="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="math/doc/index.html">math</a> - Several contributions in the
@ -340,6 +342,8 @@ how to download, build, and install the libraries.</p>
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
operations, from Samuel Krempp.</li>
<li><a href="iostreams/doc/index.html">iostreams</a> - Framework for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.</li>
<li><a href="locale/index.html">locale</a> - Provide localization and Unicode
handling tools for C++, from Artyom Beilis</li>
<li><a href="regex/index.html">regex</a> - Regular expression
library, from John Maddock</li>
<li><a href="spirit/index.html">spirit</a> - LL parser framework&nbsp;

@ -1 +1 @@
Subproject commit e25401af1674388e6251c31cd0931f6a133b53ff
Subproject commit 48ff4519b867bd063bf3bb880e4bc1497306642a

View file

@ -50,6 +50,7 @@ io Daryle Walker <darylew -at- hotmail.com>
iostreams Jonathan Turkanis <turkanis -at- coderage.com>
iterator David Abrahams <dave -at- boost-consulting.com>, Thomas Witt <witt - at - acm.org>
lambda Jaakko Jarvi <jarvi -at- cs.tamu.edu>
locale Artyom Beilis <artyomtnk -at- yahoo.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>

View file

@ -6398,7 +6398,7 @@ These tests will fail in most compilers that don't support rvalue references.
</note>
</mark-unusable>
<mark-unusable>
<toolset name="*msvc*wm5*" />
<toolset name="msvc-9.0~wm5~stlport5.2" />
<note author="Artyom Beilis">
Windows Mobile lacks essential features of the standard C
library like gmtime, mktime, localtime making it impossible