2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 20:12:14 +00:00

Add extra 'Updated Libraries' and rebuild.

This commit is contained in:
Daniel James
2014-10-26 10:53:16 +00:00
parent f6b9f66192
commit d4c20dde99
6 changed files with 237 additions and 10 deletions

View File

@@ -3,9 +3,9 @@
[source-mode c++]
[purpose
Updated Libraries:
Coroutine, Flyweight, Geometry, Iterator,
MultiArray, Multi-Index Containers, Preprocessor,
Thread, Units, Utility, uBLAS.
Any, Circular Buffer, Config, Coroutine, Flyweight, Geometry, Iterator,
Lexical Cast, MultiArray, Multi-Index Containers, Preprocessor,
Thread, TypeIndex, Units, Utility, uBLAS.
]
[authors [Clow, Marshall]]
[/ last-revision is used for the final release data]

View File

@@ -38,6 +38,50 @@
<div id="version_1_57_0.updated_libraries">
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
<div>
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/any/">Any</a>:</span>
<ul>
<li>
<div>
RTTI is not required any more (<a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/any/type_index">TypeIndex</a>
library is used for RTTI emulation)
</div>
</li>
<li>
<div>
Fixed <a href="https://svn.boost.org/trac/boost/ticket/8958">#8958</a>
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/circular_buffer/">Circular Buffer</a>:</span>
<ul>
<li>
<div>
Fixed some warnings and <code><span class="identifier">move_if_noexcept</span></code>
from Boost.Move is used <a href="https://svn.boost.org/trac/boost/ticket/7888">#7888</a>
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/config/">Config</a>:</span>
<ul>
<li>
<div>
<code><span class="identifier">BOOST_HAS_PRAGMA_DETECT_MISMATCH</span></code>
macro was added
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/coroutine/">Coroutine</a>:</span>
@@ -231,6 +275,19 @@
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/lexical_cast/">Lexical Cast</a>:</span>
<ul>
<li>
<div>
Some internal changes, library now consist of multiple headers instead
of a single one <a href="https://svn.boost.org/trac/boost/ticket/10391">#10391</a>, <a href="https://svn.boost.org/trac/boost/ticket/#10173">##10173</a>
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/multi_array/">MultiArray</a>:</span>
@@ -498,6 +555,24 @@
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/type_index/">TypeIndex</a>:</span>
<ul>
<li>
<div>
<code><span class="identifier">BOOST_HAS_PRAGMA_DETECT_MISMATCH</span></code>
is now used to detect ODR violations <a href="https://svn.boost.org/trac/boost/ticket/10404">#10404</a>
</div>
</li>
<li>
<div>
Typos fixed <a href="https://svn.boost.org/trac/boost/ticket/#10294">##10294</a>
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="http://www.boost.org/doc/libs/1_57_0_b1/libs/units/">Units</a>:</span>

View File

@@ -34,8 +34,9 @@
<p class="news-description">
<span class="brief"><span class="purpose">
Updated Libraries: Coroutine, Flyweight, Geometry, Iterator, MultiArray, Multi-Index
Containers, Preprocessor, Thread, Units, Utility, uBLAS.
Updated Libraries: Any, Circular Buffer, Config, Coroutine, Flyweight, Geometry,
Iterator, Lexical Cast, MultiArray, Multi-Index Containers, Preprocessor, Thread,
TypeIndex, Units, Utility, uBLAS.
</span></span></p>
<ul class="menu">

View File

@@ -2184,7 +2184,7 @@
-id
"version_1_57_0
-last_modified
.1413973079.27
.1414320784.12
-location
"users/history/version_1_57_0.html
-notice
@@ -2194,11 +2194,12 @@
"In Progress
-purpose
"
" Updated Libraries: Coroutine, Flyweight, Geometry, Iterator, MultiArray, Multi-Index
" Containers, Preprocessor, Thread, Units, Utility, uBLAS.
" Updated Libraries: Any, Circular Buffer, Config, Coroutine, Flyweight, Geometry,
" Iterator, Lexical Cast, MultiArray, Multi-Index Containers, Preprocessor, Thread,
" TypeIndex, Units, Utility, uBLAS.
"
-qbk_hash
"8d796a460475beaad47b89111449c06fb4b9af3355898179015c007e9652db48
"801094e0af7e8e2ec94f9c7859c1b324f7da0b94424c062a3f09f1e1b7afcb8a
-release_status
"beta
-title

View File

@@ -24863,6 +24863,50 @@
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/any/&quot;&gt;Any&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
" RTTI is not required any more (&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/any/type_index&quot;&gt;TypeIndex&lt;/a&gt;
" library is used for RTTI emulation)
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" Fixed &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8958&quot;&gt;#8958&lt;/a&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;/ul&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/circular_buffer/&quot;&gt;Circular Buffer&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
" Fixed some warnings and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;move_if_noexcept&lt;/span&gt;&lt;/code&gt;
" from Boost.Move is used &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7888&quot;&gt;#7888&lt;/a&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;/ul&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/config/&quot;&gt;Config&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_HAS_PRAGMA_DETECT_MISMATCH&lt;/span&gt;&lt;/code&gt;
" macro was added
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;/ul&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/coroutine/&quot;&gt;Coroutine&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
@@ -25056,6 +25100,19 @@
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/lexical_cast/&quot;&gt;Lexical Cast&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
" Some internal changes, library now consist of multiple headers instead
" of a single one &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/10391&quot;&gt;#10391&lt;/a&gt;, &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/#10173&quot;&gt;##10173&lt;/a&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;/ul&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/multi_array/&quot;&gt;MultiArray&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
@@ -25323,6 +25380,24 @@
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/type_index/&quot;&gt;TypeIndex&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_HAS_PRAGMA_DETECT_MISMATCH&lt;/span&gt;&lt;/code&gt;
" is now used to detect ODR violations &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/10404&quot;&gt;#10404&lt;/a&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" Typos fixed &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/#10294&quot;&gt;##10294&lt;/a&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;/ul&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/units/&quot;&gt;Units&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
@@ -25708,7 +25783,7 @@
" &lt;/div&gt;
"</description></item>
-last_modified
.1413973079.27
.1414320784.12
-quickbook
"feed/history/boost_1_57_0.qbk
)

View File

@@ -76,6 +76,50 @@
<div id="version_1_57_0.updated_libraries">
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
<div>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/any/">Any</a>:</span>
<ul>
<li>
<div>
RTTI is not required any more (<a href="/doc/libs/1_57_0_b1/libs/any/type_index">TypeIndex</a>
library is used for RTTI emulation)
</div>
</li>
<li>
<div>
Fixed <a href="https://svn.boost.org/trac/boost/ticket/8958">#8958</a>
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/circular_buffer/">Circular Buffer</a>:</span>
<ul>
<li>
<div>
Fixed some warnings and <code><span class="identifier">move_if_noexcept</span></code>
from Boost.Move is used <a href="https://svn.boost.org/trac/boost/ticket/7888">#7888</a>
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/config/">Config</a>:</span>
<ul>
<li>
<div>
<code><span class="identifier">BOOST_HAS_PRAGMA_DETECT_MISMATCH</span></code>
macro was added
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/coroutine/">Coroutine</a>:</span>
@@ -269,6 +313,19 @@
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/lexical_cast/">Lexical Cast</a>:</span>
<ul>
<li>
<div>
Some internal changes, library now consist of multiple headers instead
of a single one <a href="https://svn.boost.org/trac/boost/ticket/10391">#10391</a>, <a href="https://svn.boost.org/trac/boost/ticket/#10173">##10173</a>
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/multi_array/">MultiArray</a>:</span>
@@ -536,6 +593,24 @@
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/type_index/">TypeIndex</a>:</span>
<ul>
<li>
<div>
<code><span class="identifier">BOOST_HAS_PRAGMA_DETECT_MISMATCH</span></code>
is now used to detect ODR violations <a href="https://svn.boost.org/trac/boost/ticket/10404">#10404</a>
</div>
</li>
<li>
<div>
Typos fixed <a href="https://svn.boost.org/trac/boost/ticket/#10294">##10294</a>
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/units/">Units</a>:</span>