From 46f30e11b14427e304530777fe38f59586f45a60 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 22 Dec 2012 17:14:17 +0000 Subject: [PATCH 01/45] Added Regex and Math lib changes. [SVN r82171] --- feed/history/boost_1_53_0.qbk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index 94a05bb5..aadd636e 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -51,10 +51,27 @@ * On platforms that are known to have standard floating point functions, don't use the automatic detection ([ticket 7221], [ticket 7470]). +* [phrase library..[@/libs/math/ Math]:] + * Fixed issues [@https://svn.boost.org/trac/boost/ticket/7325 #7325], [@https://svn.boost.org/trac/boost/ticket/7415 #7415], + [@https://svn.boost.org/trac/boost/ticket/7416 #7416], [@https://svn.boost.org/trac/boost/ticket/7183 #7183], + [@https://svn.boost.org/trac/boost/ticket/7649 #7649], [@https://svn.boost.org/trac/boost/ticket/7694 #7694], + [@https://svn.boost.org/trac/boost/ticket/4445 #4445] and [@https://svn.boost.org/trac/boost/ticket/7492 #7492]. + * Fixed mistake in calculating pooled standard deviation in two-sample students t example + [@https://svn.boost.org/trac/boost/ticket/7402 #7402]. + * Improve complex acos/asin/atan, see [@https://svn.boost.org/trac/boost/ticket/7290 #7290], + [@https://svn.boost.org/trac/boost/ticket/7291 #7291]. + * Improve accuracy in some corner cases of cyl_bessel_j and gamma_p/gamma_q thanks to suggestions from Rocco Romeo. + * Improve accuracy in Bessel J and Y with integer orders thanks to suggestions from Rocco Romeo. + + * [phrase library..[@/libs/ratio/ Ratio]:] * [*Fixes:] * [@https://svn.boost.org/trac/boost/ticket/7616 #7616] br_mul::nan - warning C4293: '<<' : shift count negative or too big, undefined behavior`. +* [phrase library..[@/libs/regex/ Regex]:] + Fixed Issues: [@https://svn.boost.org/trac/boost/ticket/7744 #7744], [@https://svn.boost.org/trac/boost/ticket/7644 #7644]. + + * [phrase library..[@/libs/thread/ Thread]:] * [*Breaking changes:] * BOOST_THREAD_VERSION==3 by default since Boost 1.53. So that all the deprecated features since 1.50 are not included by default. You can change this by setting the appropriated define (see Configuration section). From 075fd78f196dd9c1bb8aeb7941edf6eca0c013a7 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sat, 22 Dec 2012 22:59:59 +0000 Subject: [PATCH 02/45] Website: Add entry for new feature in Smart Pointers. [SVN r82174] --- feed/history/boost_1_53_0.qbk | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index aadd636e..a5255008 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -71,7 +71,16 @@ * [phrase library..[@/libs/regex/ Regex]:] Fixed Issues: [@https://svn.boost.org/trac/boost/ticket/7744 #7744], [@https://svn.boost.org/trac/boost/ticket/7644 #7644]. - +* [phrase library..[@/libs/smart_ptr/ Smart Pointers]:] + * [*New Features:] + * Glen Fernandes provided implementations of make_shared and + allocate_shared for arrays. They achieve a single allocation for an + array that can be initialized with constructor arguments or + initializer lists as well as overloads for default initialization and no + value initialization. See the + '[@/libs/smart_ptr/make_shared_array.html make_shared and allocate_shared for arrays]' + page for more information. + * [phrase library..[@/libs/thread/ Thread]:] * [*Breaking changes:] * BOOST_THREAD_VERSION==3 by default since Boost 1.53. So that all the deprecated features since 1.50 are not included by default. You can change this by setting the appropriated define (see Configuration section). From 26ca03ccfc24a2e5b1def9d91d268c01d9f252a7 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 22 Dec 2012 23:20:25 +0000 Subject: [PATCH 03/45] Website: Rebuild [SVN r82175] --- generated/dev.rss | 76 ++++++++++++++++++++++++++++++- generated/state/feed-pages.txt | 6 +-- users/history/version_1_53_0.html | 76 ++++++++++++++++++++++++++++++- 3 files changed, 153 insertions(+), 5 deletions(-) diff --git a/generated/dev.rss b/generated/dev.rss index f64f4c7a..4d6c2452 100644 --- a/generated/dev.rss +++ b/generated/dev.rss @@ -123,6 +123,49 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/math/">Math</a>:</span> + <ul> + <li> + <div> + Fixed issues <a href="https://svn.boost.org/trac/boost/ticket/7325">#7325</a>, + <a href="https://svn.boost.org/trac/boost/ticket/7415">#7415</a>, + <a href="https://svn.boost.org/trac/boost/ticket/7416">#7416</a>, + <a href="https://svn.boost.org/trac/boost/ticket/7183">#7183</a>, + <a href="https://svn.boost.org/trac/boost/ticket/7649">#7649</a>, + <a href="https://svn.boost.org/trac/boost/ticket/7694">#7694</a>, + <a href="https://svn.boost.org/trac/boost/ticket/4445">#4445</a> + and <a href="https://svn.boost.org/trac/boost/ticket/7492">#7492</a>. + </div> + </li> + <li> + <div> + Fixed mistake in calculating pooled standard deviation in two-sample + students t example <a href="https://svn.boost.org/trac/boost/ticket/7402">#7402</a>. + </div> + </li> + <li> + <div> + Improve complex acos/asin/atan, see <a href="https://svn.boost.org/trac/boost/ticket/7290">#7290</a>, + <a href="https://svn.boost.org/trac/boost/ticket/7291">#7291</a>. + </div> + </li> + <li> + <div> + Improve accuracy in some corner cases of cyl_bessel_j and gamma_p/gamma_q + thanks to suggestions from Rocco Romeo. + </div> + </li> + <li> + <div> + Improve accuracy in Bessel J and Y with integer orders thanks to + suggestions from Rocco Romeo. + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/ratio/">Ratio</a>:</span> @@ -144,6 +187,37 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/regex/">Regex</a>:</span> + Fixed Issues: <a href="https://svn.boost.org/trac/boost/ticket/7744">#7744</a>, + <a href="https://svn.boost.org/trac/boost/ticket/7644">#7644</a>. + </div> + </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/smart_ptr/">Smart Pointers</a>:</span> + <ul> + <li> + <div> + <em>New Features:</em> + <ul> + <li> + <div> + Glen Fernandes provided implementations of make_shared and + allocate_shared for arrays. They achieve a single allocation + for an array that can be initialized with constructor arguments + or initializer lists as well as overloads for default initialization + and no value initialization. See the '<a href="http://www.boost.org/libs/smart_ptr/make_shared_array.html">make_shared + and allocate_shared for arrays</a>' page for more information. + </div> + </li> + </ul> + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/thread/">Thread</a>:</span> @@ -195,7 +269,7 @@ <li> <div> <a href="https://svn.boost.org/trac/boost/ticket/6270">#6270</a> - c++11 compliance: Add thread constructor from movable callable + C++11 compliance: Add thread constructor from movable callable and movable arguments </div> </li> diff --git a/generated/state/feed-pages.txt b/generated/state/feed-pages.txt index d4322475..b5994153 100644 --- a/generated/state/feed-pages.txt +++ b/generated/state/feed-pages.txt @@ -2099,7 +2099,7 @@ -id "version_1_53_0 -last_modified -.1356163343.36 +.1356218378.58 -location "users/history/version_1_53_0.html -notice @@ -2112,11 +2112,11 @@ " New Libraries: Updated Libraries: " -qbk_hash -"48959a02c7a147d4f94763cc9791caeed9518eb7baf931f2da86bc33a2d25745 +"1a6b2b68d469fcf6fd12568786063f46a314a250b370905d5cd05f7293c89862 -release_status "dev -rss_hash -"6da32316e2a8de144030cc21d21446392dc9d2bae103d052bcc18f9fdbe95452 +"3c6014bd440969fe39682ba34dfff662ab1599cad56043fd84e6783b6a2f36ba -title "Version 1.53.0 -type diff --git a/users/history/version_1_53_0.html b/users/history/version_1_53_0.html index ac65ae66..262ffee9 100644 --- a/users/history/version_1_53_0.html +++ b/users/history/version_1_53_0.html @@ -160,6 +160,49 @@ +
  • +
    + Math: +
      +
    • +
      + Fixed issues #7325, + #7415, + #7416, + #7183, + #7649, + #7694, + #4445 + and #7492. +
      +
    • +
    • +
      + Fixed mistake in calculating pooled standard deviation in two-sample + students t example #7402. +
      +
    • +
    • +
      + Improve complex acos/asin/atan, see #7290, + #7291. +
      +
    • +
    • +
      + Improve accuracy in some corner cases of cyl_bessel_j and gamma_p/gamma_q + thanks to suggestions from Rocco Romeo. +
      +
    • +
    • +
      + Improve accuracy in Bessel J and Y with integer orders thanks to + suggestions from Rocco Romeo. +
      +
    • +
    +
    +
  • Ratio: @@ -181,6 +224,37 @@
  • +
  • +
    + Regex: + Fixed Issues: #7744, + #7644. +
    +
  • +
  • +
    + Smart Pointers: +
      +
    • +
      + New Features: +
        +
      • +
        + Glen Fernandes provided implementations of make_shared and + allocate_shared for arrays. They achieve a single allocation + for an array that can be initialized with constructor arguments + or initializer lists as well as overloads for default initialization + and no value initialization. See the 'make_shared + and allocate_shared for arrays' page for more information. +
        +
      • +
      +
      +
    • +
    +
    +
  • Thread: @@ -232,7 +306,7 @@
  • #6270 - c++11 compliance: Add thread constructor from movable callable + C++11 compliance: Add thread constructor from movable callable and movable arguments
  • From b199c184b539653d19758970eac34eef9c2cfb43 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 23 Dec 2012 17:19:20 +0000 Subject: [PATCH 04/45] Website: Release notes from Marshall. [SVN r82190] --- feed/history/boost_1_53_0.qbk | 20 +++++++ generated/dev.rss | 87 +++++++++++++++++++++++++++++++ generated/state/feed-pages.txt | 6 +-- users/history/version_1_53_0.html | 87 +++++++++++++++++++++++++++++++ 4 files changed, 197 insertions(+), 3 deletions(-) diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index a5255008..365c8207 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -27,10 +27,20 @@ [section Updated Libraries] +* [phrase library..[@/libs/array/ Array]:] + * Added support for boost::get and std::get ([ticket 7652]) + +* [phrase library..[@/libs/algorithm/ Algorithm]:] + * Fixed non-ASCII char in comment ([ticket 7781]). + * Updated the Knuth-Morris-Pratt docs ([ticket 7656]). + * [phrase library..[@/libs/context/ Context]:] * Support for iOS on ARM and MacOS X on x86 (32bit) added. * Support for SEH Overwrite Protection on Win32. +* [phrase library..[@/libs/gil/ GIL]:] + * Fixed self-assignment warnings ([ticket 4919]). + * [phrase library..[@/libs/graph/ Graph]:] * Fixed the following bugs from Trac: [ticket 3468], [ticket 4386], [ticket 5269], [ticket 7428], [ticket 7457], [ticket 7467], @@ -63,6 +73,12 @@ * Improve accuracy in some corner cases of cyl_bessel_j and gamma_p/gamma_q thanks to suggestions from Rocco Romeo. * Improve accuracy in Bessel J and Y with integer orders thanks to suggestions from Rocco Romeo. +* [phrase library..[@/libs/minmax/ MinMax]:] + * Fixed a misuse of the comma operator ([ticket 7752]). + * Updated the docs to fix broken link ([ticket 7751]). + +* [phrase library..[@/libs/random/ Random]:] + * Now compiles with exceptions disabled ([ticket 5399]). * [phrase library..[@/libs/ratio/ Ratio]:] * [*Fixes:] @@ -81,6 +97,10 @@ '[@/libs/smart_ptr/make_shared_array.html make_shared and allocate_shared for arrays]' page for more information. +* [phrase library..[@/libs/algorithm/string StringAlgo]:] + * Fixed a bug where it wouldn't find overlapping patterns ([ticket 7784]). + * Disambiguated some calls to insert ([ticket 7346]). + * [phrase library..[@/libs/thread/ Thread]:] * [*Breaking changes:] * BOOST_THREAD_VERSION==3 by default since Boost 1.53. So that all the deprecated features since 1.50 are not included by default. You can change this by setting the appropriated define (see Configuration section). diff --git a/generated/dev.rss b/generated/dev.rss index 4d6c2452..8734bb76 100644 --- a/generated/dev.rss +++ b/generated/dev.rss @@ -53,6 +53,35 @@ <div id="version_1_53_0.updated_libraries"> <h3><span class="link">Updated Libraries</span></h3> <ul> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/array/">Array</a>:</span> + <ul> + <li> + <div> + Added support for boost::get and std::get (<a href="https://svn.boost.org/trac/boost/ticket/7652">#7652</a>) + </div> + </li> + </ul> + </div> + </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/algorithm/">Algorithm</a>:</span> + <ul> + <li> + <div> + Fixed non-ASCII char in comment (<a href="https://svn.boost.org/trac/boost/ticket/7781">#7781</a>). + </div> + </li> + <li> + <div> + Updated the Knuth-Morris-Pratt docs (<a href="https://svn.boost.org/trac/boost/ticket/7656">#7656</a>). + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/context/">Context</a>:</span> @@ -70,6 +99,18 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/gil/">GIL</a>:</span> + <ul> + <li> + <div> + Fixed self-assignment warnings (<a href="https://svn.boost.org/trac/boost/ticket/4919">#4919</a>). + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/graph/">Graph</a>:</span> @@ -166,6 +207,35 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/minmax/">MinMax</a>:</span> + <ul> + <li> + <div> + Fixed a misuse of the comma operator (<a href="https://svn.boost.org/trac/boost/ticket/7752">#7752</a>). + </div> + </li> + <li> + <div> + Updated the docs to fix broken link (<a href="https://svn.boost.org/trac/boost/ticket/7751">#7751</a>). + </div> + </li> + </ul> + </div> + </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/random/">Random</a>:</span> + <ul> + <li> + <div> + Now compiles with exceptions disabled (<a href="https://svn.boost.org/trac/boost/ticket/5399">#5399</a>). + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/ratio/">Ratio</a>:</span> @@ -218,6 +288,23 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/algorithm/string">StringAlgo</a>:</span> + <ul> + <li> + <div> + Fixed a bug where it wouldn't find overlapping patterns (<a href="https://svn.boost.org/trac/boost/ticket/7784">#7784</a>). + </div> + </li> + <li> + <div> + Disambiguated some calls to insert (<a href="https://svn.boost.org/trac/boost/ticket/7346">#7346</a>). + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/thread/">Thread</a>:</span> diff --git a/generated/state/feed-pages.txt b/generated/state/feed-pages.txt index b5994153..baf9a772 100644 --- a/generated/state/feed-pages.txt +++ b/generated/state/feed-pages.txt @@ -2099,7 +2099,7 @@ -id "version_1_53_0 -last_modified -.1356218378.58 +.1356283093.98 -location "users/history/version_1_53_0.html -notice @@ -2112,11 +2112,11 @@ " New Libraries: Updated Libraries: " -qbk_hash -"1a6b2b68d469fcf6fd12568786063f46a314a250b370905d5cd05f7293c89862 +"cf782a02050eb2509e6c2206708636d0bf570565d0c12496df71a5f0be3b0098 -release_status "dev -rss_hash -"3c6014bd440969fe39682ba34dfff662ab1599cad56043fd84e6783b6a2f36ba +"5e4b75e8a70479a22938b7761aca4a76c5c3d0fa950cbf79676eb2f58553a114 -title "Version 1.53.0 -type diff --git a/users/history/version_1_53_0.html b/users/history/version_1_53_0.html index 262ffee9..a3bb44e2 100644 --- a/users/history/version_1_53_0.html +++ b/users/history/version_1_53_0.html @@ -90,6 +90,35 @@

    Updated Libraries

      +
    • +
      + Array: +
        +
      • +
        + Added support for boost::get and std::get (#7652) +
        +
      • +
      +
      +
    • +
    • +
      + Algorithm: +
        +
      • +
        + Fixed non-ASCII char in comment (#7781). +
        +
      • +
      • +
        + Updated the Knuth-Morris-Pratt docs (#7656). +
        +
      • +
      +
      +
    • Context: @@ -107,6 +136,18 @@
    +
  • +
    + GIL: +
      +
    • +
      + Fixed self-assignment warnings (#4919). +
      +
    • +
    +
    +
  • Graph: @@ -203,6 +244,35 @@
  • +
  • +
    + MinMax: +
      +
    • +
      + Fixed a misuse of the comma operator (#7752). +
      +
    • +
    • +
      + Updated the docs to fix broken link (#7751). +
      +
    • +
    +
    +
  • +
  • +
    + Random: +
      +
    • +
      + Now compiles with exceptions disabled (#5399). +
      +
    • +
    +
    +
  • Ratio: @@ -255,6 +325,23 @@
  • +
  • +
    + StringAlgo: +
      +
    • +
      + Fixed a bug where it wouldn't find overlapping patterns (#7784). +
      +
    • +
    • +
      + Disambiguated some calls to insert (#7346). +
      +
    • +
    +
    +
  • Thread: From e98fb68d014d061d28aafa9e66dde13b5aa9136c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 26 Dec 2012 15:06:52 +0000 Subject: [PATCH 05/45] Website: Polygon release notes. [SVN r82211] --- feed/history/boost_1_53_0.qbk | 13 +++++++- generated/dev.rss | 55 +++++++++++++++++++++++++++++++ generated/state/feed-pages.txt | 6 ++-- users/history/version_1_53_0.html | 55 +++++++++++++++++++++++++++++++ 4 files changed, 125 insertions(+), 4 deletions(-) diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index 365c8207..55550f64 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -77,8 +77,19 @@ * Fixed a misuse of the comma operator ([ticket 7752]). * Updated the docs to fix broken link ([ticket 7751]). +* [phrase library..[@/libs/polygon/ Polygon]:] + * [*Fixes:] + * [ticket 6366] Bug in `boost::polygon::contains` for polygon_90 type. + * [ticket 7678] multiple definitions of `bool boost::polygon::belongs(...)` + by multiple `#include`. + * [*Internal changes:] + * refactored point/segment/interval data/concept/traits. + * added unit tests for point and interval data/concept/traits. + * simplified `transform.hpp` to operate only in 2D. + * removed point_3d data/concept/traits. + * [phrase library..[@/libs/random/ Random]:] - * Now compiles with exceptions disabled ([ticket 5399]). + * Now compiles with exceptions disabled ([ticket 5399]). * [phrase library..[@/libs/ratio/ Ratio]:] * [*Fixes:] diff --git a/generated/dev.rss b/generated/dev.rss index 8734bb76..5fb6dd5b 100644 --- a/generated/dev.rss +++ b/generated/dev.rss @@ -224,6 +224,61 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/polygon/">Polygon</a>:</span> + <ul> + <li> + <div> + <em>Fixes:</em> + <ul> + <li> + <div> + <a href="https://svn.boost.org/trac/boost/ticket/6366">#6366</a> Bug in <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">polygon</span><span class="special">::</span><span class="identifier">contains</span></code> + for polygon_90 type. + </div> + </li> + <li> + <div> + <a href="https://svn.boost.org/trac/boost/ticket/7678">#7678</a> multiple definitions of <code><span class="keyword">bool</span> + <span class="identifier">boost</span><span class="special">::</span><span class="identifier">polygon</span><span class="special">::</span><span class="identifier">belongs</span><span class="special">(...)</span></code> + by multiple <code><span class="preprocessor">#include</span></code>. + </div> + </li> + </ul> + </div> + </li> + <li> + <div> + <em>Internal changes:</em> + <ul> + <li> + <div> + refactored point/segment/interval data/concept/traits. + </div> + </li> + <li> + <div> + added unit tests for point and interval data/concept/traits. + </div> + </li> + <li> + <div> + simplified <code><span class="identifier">transform</span><span class="special">.</span><span class="identifier">hpp</span></code> + to operate only in 2D. + </div> + </li> + <li> + <div> + removed point_3d data/concept/traits. + </div> + </li> + </ul> + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/random/">Random</a>:</span> diff --git a/generated/state/feed-pages.txt b/generated/state/feed-pages.txt index baf9a772..5200abbb 100644 --- a/generated/state/feed-pages.txt +++ b/generated/state/feed-pages.txt @@ -2099,7 +2099,7 @@ -id "version_1_53_0 -last_modified -.1356283093.98 +.1356534388.62 -location "users/history/version_1_53_0.html -notice @@ -2112,11 +2112,11 @@ " New Libraries: Updated Libraries: " -qbk_hash -"cf782a02050eb2509e6c2206708636d0bf570565d0c12496df71a5f0be3b0098 +"be3fe08793c2967be63a42f4a9c2ccffb7364cf409911923fd56ba57b9ee9adf -release_status "dev -rss_hash -"5e4b75e8a70479a22938b7761aca4a76c5c3d0fa950cbf79676eb2f58553a114 +"64e89257357f2b1d467df3aa797405855da8f0e6eed183dff320afe6d95b9660 -title "Version 1.53.0 -type diff --git a/users/history/version_1_53_0.html b/users/history/version_1_53_0.html index a3bb44e2..1176464e 100644 --- a/users/history/version_1_53_0.html +++ b/users/history/version_1_53_0.html @@ -261,6 +261,61 @@
  • +
  • +
    + Polygon: +
      +
    • +
      + Fixes: +
        +
      • +
        + #6366 Bug in boost::polygon::contains + for polygon_90 type. +
        +
      • +
      • +
        + #7678 multiple definitions of bool + boost::polygon::belongs(...) + by multiple #include. +
        +
      • +
      +
      +
    • +
    • +
      + Internal changes: +
        +
      • +
        + refactored point/segment/interval data/concept/traits. +
        +
      • +
      • +
        + added unit tests for point and interval data/concept/traits. +
        +
      • +
      • +
        + simplified transform.hpp + to operate only in 2D. +
        +
      • +
      • +
        + removed point_3d data/concept/traits. +
        +
      • +
      +
      +
    • +
    +
    +
  • Random: From 27cc2d270ca31561e37db50727d5bfb41c5bca92 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 26 Dec 2012 19:50:24 +0000 Subject: [PATCH 06/45] Website: Extra ticket fixed in graph. [SVN r82213] --- feed/history/boost_1_53_0.qbk | 3 ++- generated/dev.rss | 3 ++- generated/state/feed-pages.txt | 6 +++--- users/history/version_1_53_0.html | 3 ++- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index 55550f64..ef142144 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -46,7 +46,8 @@ [ticket 5269], [ticket 7428], [ticket 7457], [ticket 7467], [ticket 7600], [ticket 7648], [ticket 7684], [ticket 7728], [ticket 7741], [ticket 7766], [ticket 7771], [ticket 7773], - [ticket 7780], [ticket 7787], plus other bugs not in Trac. + [ticket 7780], [ticket 7787], [ticket 7801] + plus other bugs not in Trac. * Added support for reading from GraphML files containing multiple graphs. * Added versions of A* search specifically for trees, removing the diff --git a/generated/dev.rss b/generated/dev.rss index 5fb6dd5b..f19345b0 100644 --- a/generated/dev.rss +++ b/generated/dev.rss @@ -120,7 +120,8 @@ Fixed the following bugs from Trac: <a href="https://svn.boost.org/trac/boost/ticket/3468">#3468</a>, <a href="https://svn.boost.org/trac/boost/ticket/4386">#4386</a>, <a href="https://svn.boost.org/trac/boost/ticket/5269">#5269</a>, <a href="https://svn.boost.org/trac/boost/ticket/7428">#7428</a>, <a href="https://svn.boost.org/trac/boost/ticket/7457">#7457</a>, <a href="https://svn.boost.org/trac/boost/ticket/7467">#7467</a>, <a href="https://svn.boost.org/trac/boost/ticket/7600">#7600</a>, <a href="https://svn.boost.org/trac/boost/ticket/7648">#7648</a>, <a href="https://svn.boost.org/trac/boost/ticket/7684">#7684</a>, <a href="https://svn.boost.org/trac/boost/ticket/7728">#7728</a>, <a href="https://svn.boost.org/trac/boost/ticket/7741">#7741</a>, <a href="https://svn.boost.org/trac/boost/ticket/7766">#7766</a>, <a href="https://svn.boost.org/trac/boost/ticket/7771">#7771</a>, <a href="https://svn.boost.org/trac/boost/ticket/7773">#7773</a>, <a href="https://svn.boost.org/trac/boost/ticket/7780">#7780</a>, - <a href="https://svn.boost.org/trac/boost/ticket/7787">#7787</a>, plus other bugs not in Trac. + <a href="https://svn.boost.org/trac/boost/ticket/7787">#7787</a>, <a href="https://svn.boost.org/trac/boost/ticket/7801">#7801</a> + plus other bugs not in Trac. </div> </li> <li> diff --git a/generated/state/feed-pages.txt b/generated/state/feed-pages.txt index 5200abbb..3e6fa7a1 100644 --- a/generated/state/feed-pages.txt +++ b/generated/state/feed-pages.txt @@ -2099,7 +2099,7 @@ -id "version_1_53_0 -last_modified -.1356534388.62 +.1356551406.83 -location "users/history/version_1_53_0.html -notice @@ -2112,11 +2112,11 @@ " New Libraries: Updated Libraries: " -qbk_hash -"be3fe08793c2967be63a42f4a9c2ccffb7364cf409911923fd56ba57b9ee9adf +"15e1c92f7e17904eac68c7a5078e6ce9c2721ae27aa47738abbd3126cb4fba63 -release_status "dev -rss_hash -"64e89257357f2b1d467df3aa797405855da8f0e6eed183dff320afe6d95b9660 +"2567fae64cc91dede0274fc101da9227746cf070fd7cd963890a5b4fa5aab868 -title "Version 1.53.0 -type diff --git a/users/history/version_1_53_0.html b/users/history/version_1_53_0.html index 1176464e..47a4648a 100644 --- a/users/history/version_1_53_0.html +++ b/users/history/version_1_53_0.html @@ -157,7 +157,8 @@ Fixed the following bugs from Trac: #3468, #4386, #5269, #7428, #7457, #7467, #7600, #7648, #7684, #7728, #7741, #7766, #7771, #7773, #7780, - #7787, plus other bugs not in Trac. + #7787, #7801 + plus other bugs not in Trac.
  • From 253b56223b1b73ee7bdb36e5c285a7aba4208a18 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 27 Dec 2012 22:06:44 +0000 Subject: [PATCH 07/45] Website: Range release notes [SVN r82228] --- feed/history/boost_1_53_0.qbk | 6 ++++++ generated/dev.rss | 32 +++++++++++++++++++++++++++++++ generated/state/feed-pages.txt | 6 +++--- users/history/version_1_53_0.html | 32 +++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+), 3 deletions(-) diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index ef142144..273d8da6 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -92,6 +92,12 @@ * [phrase library..[@/libs/random/ Random]:] * Now compiles with exceptions disabled ([ticket 5399]). +* [phrase library..[@/libs/range/ Range]:] + * [*Fixes:] + * [@https://svn.boost.org/trac/boost/ticket/5603 #5603] the "range/any_range.hpp" header is not self-sufficient + * [@https://svn.boost.org/trac/boost/ticket/6103 #6103] boost::range_detail vs. boost::range::range_detail compiler error + * Documentation fixes + * [phrase library..[@/libs/ratio/ Ratio]:] * [*Fixes:] * [@https://svn.boost.org/trac/boost/ticket/7616 #7616] br_mul::nan - warning C4293: '<<' : shift count negative or too big, undefined behavior`. diff --git a/generated/dev.rss b/generated/dev.rss index f19345b0..7275efe6 100644 --- a/generated/dev.rss +++ b/generated/dev.rss @@ -292,6 +292,38 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/range/">Range</a>:</span> + <ul> + <li> + <div> + <em>Fixes:</em> + <ul> + <li> + <div> + <a href="https://svn.boost.org/trac/boost/ticket/5603">#5603</a> + the &quot;range/any_range.hpp&quot; header is not self-sufficient + </div> + </li> + <li> + <div> + <a href="https://svn.boost.org/trac/boost/ticket/6103">#6103</a> + boost::range_detail vs. boost::range::range_detail compiler + error + </div> + </li> + <li> + <div> + Documentation fixes + </div> + </li> + </ul> + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/ratio/">Ratio</a>:</span> diff --git a/generated/state/feed-pages.txt b/generated/state/feed-pages.txt index 3e6fa7a1..f2547180 100644 --- a/generated/state/feed-pages.txt +++ b/generated/state/feed-pages.txt @@ -2099,7 +2099,7 @@ -id "version_1_53_0 -last_modified -.1356551406.83 +.1356645952.21 -location "users/history/version_1_53_0.html -notice @@ -2112,11 +2112,11 @@ " New Libraries: Updated Libraries: " -qbk_hash -"15e1c92f7e17904eac68c7a5078e6ce9c2721ae27aa47738abbd3126cb4fba63 +"1e7daadedde523018364bdd2e26bdb7f19dad5c880e9180afbaf69167c03d3ba -release_status "dev -rss_hash -"2567fae64cc91dede0274fc101da9227746cf070fd7cd963890a5b4fa5aab868 +"1cdd294b3459ec9cc4a306f19ff2a7dd0f72132960f21dd87aea3f8225fa1549 -title "Version 1.53.0 -type diff --git a/users/history/version_1_53_0.html b/users/history/version_1_53_0.html index 47a4648a..2f5d9764 100644 --- a/users/history/version_1_53_0.html +++ b/users/history/version_1_53_0.html @@ -329,6 +329,38 @@
  • +
  • +
    + Range: +
      +
    • +
      + Fixes: +
        +
      • +
        + #5603 + the "range/any_range.hpp" header is not self-sufficient +
        +
      • +
      • +
        + #6103 + boost::range_detail vs. boost::range::range_detail compiler + error +
        +
      • +
      • +
        + Documentation fixes +
        +
      • +
      +
      +
    • +
    +
    +
  • Ratio: From 16495f96a5c546a7fbceb95eca92dbb5036038f7 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 28 Dec 2012 08:31:36 +0000 Subject: [PATCH 08/45] Website: Lexical Cast + Variant release notes. [SVN r82233] --- feed/history/boost_1_53_0.qbk | 10 +++++++++ generated/dev.rss | 36 +++++++++++++++++++++++++++++++ generated/state/feed-pages.txt | 6 +++--- users/history/version_1_53_0.html | 36 +++++++++++++++++++++++++++++++ 4 files changed, 85 insertions(+), 3 deletions(-) diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index 273d8da6..464a7eac 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -62,6 +62,11 @@ * On platforms that are known to have standard floating point functions, don't use the automatic detection ([ticket 7221], [ticket 7470]). +* [phrase library..[@/libs/conversion/lexical_cast.htm Lexical cast]:] + * New character type detection algorithm for user defined types [ticket 6786]. + * Documentation updates ([ticket 7582], [ticket 7831]). + * Fixed bugs with std::array [ticket 7799]. + * [phrase library..[@/libs/math/ Math]:] * Fixed issues [@https://svn.boost.org/trac/boost/ticket/7325 #7325], [@https://svn.boost.org/trac/boost/ticket/7415 #7415], [@https://svn.boost.org/trac/boost/ticket/7416 #7416], [@https://svn.boost.org/trac/boost/ticket/7183 #7183], @@ -166,6 +171,11 @@ * More internal implementation changes, including a much simpler implementation of `erase`, and removed more deprecated config macros. +* [phrase library..[@/libs/variant/ Variant]:] + * Added rvalue constructors and rvalue assignment operators (for + C++11 compatible compilers only). Library now + can be used with move-only types ([ticket 7620], [ticket 7718]). + * [phrase library..[@/libs/wave/ Wave]:] * See the [@/libs/wave/ChangeLog Changelog] for details. diff --git a/generated/dev.rss b/generated/dev.rss index 7275efe6..1547c657 100644 --- a/generated/dev.rss +++ b/generated/dev.rss @@ -165,6 +165,28 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/conversion/lexical_cast.htm">Lexical cast</a>:</span> + <ul> + <li> + <div> + New character type detection algorithm for user defined types <a href="https://svn.boost.org/trac/boost/ticket/6786">#6786</a>. + </div> + </li> + <li> + <div> + Documentation updates (<a href="https://svn.boost.org/trac/boost/ticket/7582">#7582</a>, <a href="https://svn.boost.org/trac/boost/ticket/7831">#7831</a>). + </div> + </li> + <li> + <div> + Fixed bugs with std::array <a href="https://svn.boost.org/trac/boost/ticket/7799">#7799</a>. + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/math/">Math</a>:</span> @@ -655,6 +677,20 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/variant/">Variant</a>:</span> + <ul> + <li> + <div> + Added rvalue constructors and rvalue assignment operators (for C++11 + compatible compilers only). Library now can be used with move-only + types (<a href="https://svn.boost.org/trac/boost/ticket/7620">#7620</a>, <a href="https://svn.boost.org/trac/boost/ticket/7718">#7718</a>). + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/wave/">Wave</a>:</span> diff --git a/generated/state/feed-pages.txt b/generated/state/feed-pages.txt index f2547180..1a8627de 100644 --- a/generated/state/feed-pages.txt +++ b/generated/state/feed-pages.txt @@ -2099,7 +2099,7 @@ -id "version_1_53_0 -last_modified -.1356645952.21 +.1356683457.67 -location "users/history/version_1_53_0.html -notice @@ -2112,11 +2112,11 @@ " New Libraries: Updated Libraries: " -qbk_hash -"1e7daadedde523018364bdd2e26bdb7f19dad5c880e9180afbaf69167c03d3ba +"8dcb35ff080f911d2f50a43a7f377cdba911740eb20d20f4a262e2fb32daba28 -release_status "dev -rss_hash -"1cdd294b3459ec9cc4a306f19ff2a7dd0f72132960f21dd87aea3f8225fa1549 +"891dc03aa800ec610d83d96a1156dc8ba3e48fd570920f7aaedca4fe1b95b585 -title "Version 1.53.0 -type diff --git a/users/history/version_1_53_0.html b/users/history/version_1_53_0.html index 2f5d9764..bb88644b 100644 --- a/users/history/version_1_53_0.html +++ b/users/history/version_1_53_0.html @@ -202,6 +202,28 @@
  • +
  • +
    + Lexical cast: +
      +
    • +
      + New character type detection algorithm for user defined types #6786. +
      +
    • +
    • +
      + Documentation updates (#7582, #7831). +
      +
    • +
    • +
      + Fixed bugs with std::array #7799. +
      +
    • +
    +
    +
  • Math: @@ -692,6 +714,20 @@
  • +
  • +
    + Variant: +
      +
    • +
      + Added rvalue constructors and rvalue assignment operators (for C++11 + compatible compilers only). Library now can be used with move-only + types (#7620, #7718). +
      +
    • +
    +
    +
  • Wave: From 4ba70fd897278ad3f3cd2ef4f5a70f12afd928ca Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 28 Dec 2012 19:01:21 +0000 Subject: [PATCH 09/45] Website: Add Build notes. [SVN r82243] --- feed/history/boost_1_53_0.qbk | 8 ++++++++ generated/dev.rss | 22 ++++++++++++++++++++++ generated/state/feed-pages.txt | 6 +++--- users/history/version_1_53_0.html | 22 ++++++++++++++++++++++ 4 files changed, 55 insertions(+), 3 deletions(-) diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index 464a7eac..49c09a58 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -181,6 +181,14 @@ [endsect] +[section Updated Tools] + +* [phrase library..[@/tools/build/index.html Boost Build System]:] + * Qt5 toolset + * improved rcc support ([@https://svn.boost.org/trac/boost/ticket/7576 #7576]) + +[endsect] + [section Compilers Tested] Boost's primary test compilers are: diff --git a/generated/dev.rss b/generated/dev.rss index 1547c657..97023c60 100644 --- a/generated/dev.rss +++ b/generated/dev.rss @@ -705,6 +705,28 @@ </li> </ul> </div> + <div id="version_1_53_0.updated_tools"> + <h3><span class="link">Updated Tools</span></h3> + <ul> + <li> + <div> + <span class="library"><a href="http://www.boost.org/tools/build/index.html">Boost Build System</a>:</span> + <ul> + <li> + <div> + Qt5 toolset + </div> + </li> + <li> + <div> + improved rcc support (<a href="https://svn.boost.org/trac/boost/ticket/7576">#7576</a>) + </div> + </li> + </ul> + </div> + </li> + </ul> + </div> <div id="version_1_53_0.compilers_tested"> <h3><span class="link">Compilers Tested</span></h3> <p> diff --git a/generated/state/feed-pages.txt b/generated/state/feed-pages.txt index 1a8627de..bfe427d6 100644 --- a/generated/state/feed-pages.txt +++ b/generated/state/feed-pages.txt @@ -2099,7 +2099,7 @@ -id "version_1_53_0 -last_modified -.1356683457.67 +.1356721232.39 -location "users/history/version_1_53_0.html -notice @@ -2112,11 +2112,11 @@ " New Libraries: Updated Libraries: " -qbk_hash -"8dcb35ff080f911d2f50a43a7f377cdba911740eb20d20f4a262e2fb32daba28 +"c9ab01436b03e71c3f1711220b38629d88123175edffa57f375f75333c029991 -release_status "dev -rss_hash -"891dc03aa800ec610d83d96a1156dc8ba3e48fd570920f7aaedca4fe1b95b585 +"6bc21eb4a5fbe7a27fd4a311538a6e5bdecdb588da30916d794bb639ec0bb147 -title "Version 1.53.0 -type diff --git a/users/history/version_1_53_0.html b/users/history/version_1_53_0.html index bb88644b..ae75b180 100644 --- a/users/history/version_1_53_0.html +++ b/users/history/version_1_53_0.html @@ -742,6 +742,28 @@
  • +
    +

    Updated Tools

    + +

    Compilers Tested

    From c0cf22e66a86bc587bca028e7318a7d7570267d8 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 29 Dec 2012 02:41:28 +0000 Subject: [PATCH 10/45] Website: Update release notes from beta. [SVN r82253] --- feed/history/boost_1_53_0.qbk | 33 +++++++ generated/dev.rss | 137 ++++++++++++++++++++++++++++++ generated/state/feed-pages.txt | 6 +- users/history/version_1_53_0.html | 137 ++++++++++++++++++++++++++++++ 4 files changed, 310 insertions(+), 3 deletions(-) diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index 49c09a58..139a8a59 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -34,6 +34,14 @@ * Fixed non-ASCII char in comment ([ticket 7781]). * Updated the Knuth-Morris-Pratt docs ([ticket 7656]). +* [phrase library..[@/libs/container/ Container]:] + * Fixed bug [@https://svn.boost.org/trac/boost/ticket/7650 #7650]. + * Improved `vector`'s insertion performance. + * Changed again experimental multiallocation interface for better performance (still experimental). + * Added no exception support for those willing to disable exceptions in their compilers. + * Fixed GCC -Wshadow warnings. + * Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. + * [phrase library..[@/libs/context/ Context]:] * Support for iOS on ARM and MacOS X on x86 (32bit) added. * Support for SEH Overwrite Protection on Win32. @@ -62,6 +70,23 @@ * On platforms that are known to have standard floating point functions, don't use the automatic detection ([ticket 7221], [ticket 7470]). +* [phrase library..[@/libs/interprocess/ Interprocess]:] + * Fixed GCC -Wshadow warnings. + * Experimental multiple allocation interface improved and changed again. Still unstable. + * Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. + * [*ABI breaking]: changed node pool allocators internals for improved efficiency. + * Fixed bug [@https://svn.boost.org/trac/boost/ticket/7795 #7795]. + +* [phrase library..[@/libs/intrusive/ Intrusive]:] + * Fixed bugs + [@https://svn.boost.org/trac/boost/ticket/7174 #7174], + [@https://svn.boost.org/trac/boost/ticket/7529 #7529], + [@https://svn.boost.org/trac/boost/ticket/7815 #7815]. + * Fixed GCC -Wshadow warnings. + * Added missing `explicit` keyword in several intrusive container constructors. + * Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. + * Small documentation fixes. + * [phrase library..[@/libs/conversion/lexical_cast.htm Lexical cast]:] * New character type detection algorithm for user defined types [ticket 6786]. * Documentation updates ([ticket 7582], [ticket 7831]). @@ -83,6 +108,14 @@ * Fixed a misuse of the comma operator ([ticket 7752]). * Updated the docs to fix broken link ([ticket 7751]). +* [phrase library..[@/libs/move/ Move]:] + * Better header segregation (bug + [@https://svn.boost.org/trac/boost/ticket/6524 #6524]). + * Small documentation fixes + * Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. + * Fixed [@https://svn.boost.org/trac/boost/ticket/7830 #7830], + [@https://svn.boost.org/trac/boost/ticket/7832 #7832]. + * [phrase library..[@/libs/polygon/ Polygon]:] * [*Fixes:] * [ticket 6366] Bug in `boost::polygon::contains` for polygon_90 type. diff --git a/generated/dev.rss b/generated/dev.rss index 97023c60..0f78a762 100644 --- a/generated/dev.rss +++ b/generated/dev.rss @@ -82,6 +82,46 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/container/">Container</a>:</span> + <ul> + <li> + <div> + Fixed bug <a href="https://svn.boost.org/trac/boost/ticket/7650">#7650</a>. + </div> + </li> + <li> + <div> + Improved <code><span class="identifier">vector</span></code>'s + insertion performance. + </div> + </li> + <li> + <div> + Changed again experimental multiallocation interface for better performance + (still experimental). + </div> + </li> + <li> + <div> + Added no exception support for those willing to disable exceptions + in their compilers. + </div> + </li> + <li> + <div> + Fixed GCC -Wshadow warnings. + </div> + </li> + <li> + <div> + Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/context/">Context</a>:</span> @@ -165,6 +205,75 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/interprocess/">Interprocess</a>:</span> + <ul> + <li> + <div> + Fixed GCC -Wshadow warnings. + </div> + </li> + <li> + <div> + Experimental multiple allocation interface improved and changed again. + Still unstable. + </div> + </li> + <li> + <div> + Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. + </div> + </li> + <li> + <div> + <em>ABI breaking</em>: changed node pool + allocators internals for improved efficiency. + </div> + </li> + <li> + <div> + Fixed bug <a href="https://svn.boost.org/trac/boost/ticket/7795">#7795</a>. + </div> + </li> + </ul> + </div> + </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/intrusive/">Intrusive</a>:</span> + <ul> + <li> + <div> + Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/7174">#7174</a>, + <a href="https://svn.boost.org/trac/boost/ticket/7529">#7529</a>, + <a href="https://svn.boost.org/trac/boost/ticket/7815">#7815</a>. + </div> + </li> + <li> + <div> + Fixed GCC -Wshadow warnings. + </div> + </li> + <li> + <div> + Added missing <code><span class="keyword">explicit</span></code> + keyword in several intrusive container constructors. + </div> + </li> + <li> + <div> + Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. + </div> + </li> + <li> + <div> + Small documentation fixes. + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/conversion/lexical_cast.htm">Lexical cast</a>:</span> @@ -247,6 +356,34 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/move/">Move</a>:</span> + <ul> + <li> + <div> + Better header segregation (bug <a href="https://svn.boost.org/trac/boost/ticket/6524">#6524</a>). + </div> + </li> + <li> + <div> + Small documentation fixes + </div> + </li> + <li> + <div> + Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. + </div> + </li> + <li> + <div> + Fixed <a href="https://svn.boost.org/trac/boost/ticket/7830">#7830</a>, + <a href="https://svn.boost.org/trac/boost/ticket/7832">#7832</a>. + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/polygon/">Polygon</a>:</span> diff --git a/generated/state/feed-pages.txt b/generated/state/feed-pages.txt index bfe427d6..184387a1 100644 --- a/generated/state/feed-pages.txt +++ b/generated/state/feed-pages.txt @@ -2099,7 +2099,7 @@ -id "version_1_53_0 -last_modified -.1356721232.39 +.1356748854.53 -location "users/history/version_1_53_0.html -notice @@ -2112,11 +2112,11 @@ " New Libraries: Updated Libraries: " -qbk_hash -"c9ab01436b03e71c3f1711220b38629d88123175edffa57f375f75333c029991 +"2ba18c28eacc59a9285a452ccea7d9fd0d63206b53d430cd8ebb1bcada71c534 -release_status "dev -rss_hash -"6bc21eb4a5fbe7a27fd4a311538a6e5bdecdb588da30916d794bb639ec0bb147 +"a4fa0d9cca312e0d3c2deb38698fb49f2cdfc6b789b2de310d61bf5753a3ece6 -title "Version 1.53.0 -type diff --git a/users/history/version_1_53_0.html b/users/history/version_1_53_0.html index ae75b180..68d935f2 100644 --- a/users/history/version_1_53_0.html +++ b/users/history/version_1_53_0.html @@ -119,6 +119,46 @@

    +
  • +
    + Container: +
      +
    • +
      + Fixed bug #7650. +
      +
    • +
    • +
      + Improved vector's + insertion performance. +
      +
    • +
    • +
      + Changed again experimental multiallocation interface for better performance + (still experimental). +
      +
    • +
    • +
      + Added no exception support for those willing to disable exceptions + in their compilers. +
      +
    • +
    • +
      + Fixed GCC -Wshadow warnings. +
      +
    • +
    • +
      + Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. +
      +
    • +
    +
    +
  • Context: @@ -202,6 +242,75 @@
  • +
  • +
    + Interprocess: +
      +
    • +
      + Fixed GCC -Wshadow warnings. +
      +
    • +
    • +
      + Experimental multiple allocation interface improved and changed again. + Still unstable. +
      +
    • +
    • +
      + Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. +
      +
    • +
    • +
      + ABI breaking: changed node pool + allocators internals for improved efficiency. +
      +
    • +
    • +
      + Fixed bug #7795. +
      +
    • +
    +
    +
  • +
  • +
    + Intrusive: +
      +
    • +
      + Fixed bugs #7174, + #7529, + #7815. +
      +
    • +
    • +
      + Fixed GCC -Wshadow warnings. +
      +
    • +
    • +
      + Added missing explicit + keyword in several intrusive container constructors. +
      +
    • +
    • +
      + Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. +
      +
    • +
    • +
      + Small documentation fixes. +
      +
    • +
    +
    +
  • Lexical cast: @@ -284,6 +393,34 @@
  • +
  • +
    + Move: +
      +
    • +
      + Better header segregation (bug #6524). +
      +
    • +
    • +
      + Small documentation fixes +
      +
    • +
    • +
      + Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. +
      +
    • +
    • +
      + Fixed #7830, + #7832. +
      +
    • +
    +
    +
  • Polygon: From 53fdc7bf916ae69cf475cbf0832a296f1c6ce20f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 29 Dec 2012 14:26:00 +0000 Subject: [PATCH 11/45] Website: Locale release notes. [SVN r82267] --- feed/history/boost_1_53_0.qbk | 7 +++++++ generated/dev.rss | 34 +++++++++++++++++++++++++++++++ generated/state/feed-pages.txt | 6 +++--- users/history/version_1_53_0.html | 34 +++++++++++++++++++++++++++++++ 4 files changed, 78 insertions(+), 3 deletions(-) diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index 139a8a59..c0fa69b9 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -92,6 +92,13 @@ * Documentation updates ([ticket 7582], [ticket 7831]). * Fixed bugs with std::array [ticket 7799]. +* [phrase library..[@/libs/locale/ Locale]:] + * Security related bug fix, some invalid UTF-8 sequences where accepted as valid [ticket 7743] + * Invalid Windows codepage names used [ticket 7386] + * Fixed missing documentation, caused by a error in Doxygen formatting [ticket 7734] + * Fixed missing std:: in some places [ticket 7701] + * Spelling, grammar, typos fixes [ticket 7368], [ticket 7762] + * [phrase library..[@/libs/math/ Math]:] * Fixed issues [@https://svn.boost.org/trac/boost/ticket/7325 #7325], [@https://svn.boost.org/trac/boost/ticket/7415 #7415], [@https://svn.boost.org/trac/boost/ticket/7416 #7416], [@https://svn.boost.org/trac/boost/ticket/7183 #7183], diff --git a/generated/dev.rss b/generated/dev.rss index 0f78a762..fbd1254c 100644 --- a/generated/dev.rss +++ b/generated/dev.rss @@ -296,6 +296,40 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/locale/">Locale</a>:</span> + <ul> + <li> + <div> + Security related bug fix, some invalid UTF-8 sequences where accepted + as valid <a href="https://svn.boost.org/trac/boost/ticket/7743">#7743</a> + </div> + </li> + <li> + <div> + Invalid Windows codepage names used <a href="https://svn.boost.org/trac/boost/ticket/7386">#7386</a> + </div> + </li> + <li> + <div> + Fixed missing documentation, caused by a error in Doxygen formatting + <a href="https://svn.boost.org/trac/boost/ticket/7734">#7734</a> + </div> + </li> + <li> + <div> + Fixed missing std:: in some places <a href="https://svn.boost.org/trac/boost/ticket/7701">#7701</a> + </div> + </li> + <li> + <div> + Spelling, grammar, typos fixes <a href="https://svn.boost.org/trac/boost/ticket/7368">#7368</a>, <a href="https://svn.boost.org/trac/boost/ticket/7762">#7762</a> + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/math/">Math</a>:</span> diff --git a/generated/state/feed-pages.txt b/generated/state/feed-pages.txt index 184387a1..f0efffeb 100644 --- a/generated/state/feed-pages.txt +++ b/generated/state/feed-pages.txt @@ -2099,7 +2099,7 @@ -id "version_1_53_0 -last_modified -.1356748854.53 +.1356791142.6 -location "users/history/version_1_53_0.html -notice @@ -2112,11 +2112,11 @@ " New Libraries: Updated Libraries: " -qbk_hash -"2ba18c28eacc59a9285a452ccea7d9fd0d63206b53d430cd8ebb1bcada71c534 +"e79aaf3e38aaf694f7936f4994c1f0b86f1198ca1a8d7268656256592211549e -release_status "dev -rss_hash -"a4fa0d9cca312e0d3c2deb38698fb49f2cdfc6b789b2de310d61bf5753a3ece6 +"8ee8f6ab176c9a0a15fe27047aea55c3e5af4f61397231a9dd8a7a35171aa706 -title "Version 1.53.0 -type diff --git a/users/history/version_1_53_0.html b/users/history/version_1_53_0.html index 68d935f2..f2b3e1bb 100644 --- a/users/history/version_1_53_0.html +++ b/users/history/version_1_53_0.html @@ -333,6 +333,40 @@
  • +
  • +
    + Locale: +
      +
    • +
      + Security related bug fix, some invalid UTF-8 sequences where accepted + as valid #7743 +
      +
    • +
    • +
      + Invalid Windows codepage names used #7386 +
      +
    • +
    • +
      + Fixed missing documentation, caused by a error in Doxygen formatting + #7734 +
      +
    • +
    • +
      + Fixed missing std:: in some places #7701 +
      +
    • +
    • +
      + Spelling, grammar, typos fixes #7368, #7762 +
      +
    • +
    +
    +
  • Math: From 0423a12e6923221172d6cb75a30df4e49a5d8dd6 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sat, 29 Dec 2012 14:52:18 +0000 Subject: [PATCH 12/45] Updated changelog for lexical_cast [SVN r82269] --- feed/history/boost_1_53_0.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index c0fa69b9..cc732000 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -91,6 +91,7 @@ * New character type detection algorithm for user defined types [ticket 6786]. * Documentation updates ([ticket 7582], [ticket 7831]). * Fixed bugs with std::array [ticket 7799]. + * Fixed compilation with -ftrapv and numeric to numeric conversions [ticket 7814]. * [phrase library..[@/libs/locale/ Locale]:] * Security related bug fix, some invalid UTF-8 sequences where accepted as valid [ticket 7743] From 808ed311a8b1135ac545444fe7705c65e3e148cd Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 29 Dec 2012 17:49:08 +0000 Subject: [PATCH 13/45] Website: Rebuild [SVN r82274] --- generated/dev.rss | 6 ++++++ generated/state/feed-pages.txt | 6 +++--- users/history/version_1_53_0.html | 6 ++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/generated/dev.rss b/generated/dev.rss index fbd1254c..939c63c7 100644 --- a/generated/dev.rss +++ b/generated/dev.rss @@ -293,6 +293,12 @@ Fixed bugs with std::array <a href="https://svn.boost.org/trac/boost/ticket/7799">#7799</a>. </div> </li> + <li> + <div> + Fixed compilation with -ftrapv and numeric to numeric conversions + <a href="https://svn.boost.org/trac/boost/ticket/7814">#7814</a>. + </div> + </li> </ul> </div> </li> diff --git a/generated/state/feed-pages.txt b/generated/state/feed-pages.txt index f0efffeb..322254a9 100644 --- a/generated/state/feed-pages.txt +++ b/generated/state/feed-pages.txt @@ -2099,7 +2099,7 @@ -id "version_1_53_0 -last_modified -.1356791142.6 +.1356803331.57 -location "users/history/version_1_53_0.html -notice @@ -2112,11 +2112,11 @@ " New Libraries: Updated Libraries: " -qbk_hash -"e79aaf3e38aaf694f7936f4994c1f0b86f1198ca1a8d7268656256592211549e +"f65b35913eb472f71e488ec87f8c5081afb889180779fa6331f7a8a0027cd35d -release_status "dev -rss_hash -"8ee8f6ab176c9a0a15fe27047aea55c3e5af4f61397231a9dd8a7a35171aa706 +"8a50cbd7ec879abd616d8a9c1109b8437646f1b50a13d33c545878234dc03248 -title "Version 1.53.0 -type diff --git a/users/history/version_1_53_0.html b/users/history/version_1_53_0.html index f2b3e1bb..415120fd 100644 --- a/users/history/version_1_53_0.html +++ b/users/history/version_1_53_0.html @@ -330,6 +330,12 @@ Fixed bugs with std::array #7799.
  • +
  • +
    + Fixed compilation with -ftrapv and numeric to numeric conversions + #7814. +
    +
  • From 4787f3dd699f9755f49177ecd427434a19caf809 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 31 Dec 2012 14:36:35 +0000 Subject: [PATCH 14/45] Website: Make it clearer where the release notes are. 'Details' is a bit ambiguous. [SVN r82300] --- generated/download-items.html | 2 +- generated/history-items.html | 130 +++++++++++----------- generated/home-items.html | 2 +- generated/news-items.html | 10 +- site-tools/templates/download-template.py | 2 +- site-tools/templates/history-template.py | 2 +- site-tools/templates/index-template.py | 2 +- site-tools/templates/news-template.py | 2 +- 8 files changed, 76 insertions(+), 76 deletions(-) diff --git a/generated/download-items.html b/generated/download-items.html index 0f599318..55ddfbb2 100644 --- a/generated/download-items.html +++ b/generated/download-items.html @@ -17,7 +17,7 @@

    diff --git a/generated/history-items.html b/generated/history-items.html index af2208c9..35ca43bc 100644 --- a/generated/history-items.html +++ b/generated/history-items.html @@ -13,7 +13,7 @@ @@ -32,7 +32,7 @@ @@ -53,7 +53,7 @@ @@ -72,7 +72,7 @@ @@ -91,7 +91,7 @@ @@ -111,7 +111,7 @@ @@ -129,7 +129,7 @@ @@ -149,7 +149,7 @@ @@ -167,7 +167,7 @@ @@ -187,7 +187,7 @@ @@ -207,7 +207,7 @@ @@ -226,7 +226,7 @@ @@ -247,7 +247,7 @@ @@ -266,7 +266,7 @@ @@ -285,7 +285,7 @@ @@ -306,7 +306,7 @@ @@ -324,7 +324,7 @@ @@ -343,7 +343,7 @@ @@ -363,7 +363,7 @@ @@ -380,7 +380,7 @@ @@ -400,7 +400,7 @@ @@ -418,7 +418,7 @@ @@ -437,7 +437,7 @@ @@ -455,7 +455,7 @@ @@ -474,7 +474,7 @@ @@ -491,7 +491,7 @@ @@ -508,7 +508,7 @@

    @@ -524,7 +524,7 @@ @@ -541,7 +541,7 @@ @@ -558,7 +558,7 @@ @@ -575,7 +575,7 @@ @@ -592,7 +592,7 @@ @@ -608,7 +608,7 @@ @@ -625,7 +625,7 @@ @@ -641,7 +641,7 @@ @@ -658,7 +658,7 @@ @@ -674,7 +674,7 @@ @@ -690,7 +690,7 @@ @@ -706,7 +706,7 @@ @@ -723,7 +723,7 @@

    @@ -739,7 +739,7 @@ @@ -755,7 +755,7 @@

    @@ -770,7 +770,7 @@

    @@ -786,7 +786,7 @@

    @@ -801,7 +801,7 @@

    @@ -817,7 +817,7 @@

    @@ -832,7 +832,7 @@

    @@ -848,7 +848,7 @@

    @@ -864,7 +864,7 @@

    @@ -879,7 +879,7 @@

    @@ -895,7 +895,7 @@

    @@ -910,7 +910,7 @@

    @@ -925,7 +925,7 @@

    @@ -940,7 +940,7 @@

    @@ -955,7 +955,7 @@

    @@ -971,7 +971,7 @@

    @@ -986,7 +986,7 @@

    @@ -1001,7 +1001,7 @@

    @@ -1016,7 +1016,7 @@

    @@ -1031,7 +1031,7 @@

    @@ -1046,7 +1046,7 @@

    @@ -1062,7 +1062,7 @@

    @@ -1077,7 +1077,7 @@

    @@ -1093,7 +1093,7 @@

    @@ -1108,5 +1108,5 @@ diff --git a/generated/home-items.html b/generated/home-items.html index d41f353c..67634a46 100644 --- a/generated/home-items.html +++ b/generated/home-items.html @@ -3,7 +3,7 @@ diff --git a/generated/news-items.html b/generated/news-items.html index 61ba1a77..f735355c 100644 --- a/generated/news-items.html +++ b/generated/news-items.html @@ -27,7 +27,7 @@

    Version 1.52.0

    @@ -43,7 +43,7 @@ @@ -61,7 +61,7 @@ @@ -81,7 +81,7 @@ @@ -99,7 +99,7 @@ \ No newline at end of file diff --git a/site-tools/templates/download-template.py b/site-tools/templates/download-template.py index 76ecd91e..955e2bb6 100644 --- a/site-tools/templates/download-template.py +++ b/site-tools/templates/download-template.py @@ -18,7 +18,7 @@ for x in downloads: emit(' %s

    \n\n' % entry.purpose_xml) emit('