Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79805 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-07-30 15:46:14


Author: danieljames
Date: 2012-07-30 15:46:13 EDT (Mon, 30 Jul 2012)
New Revision: 79805
URL: http://svn.boost.org/trac/boost/changeset/79805

Log:
Website: Marshall's release notes.
Text files modified:
   website/public_html/live/feed/history/boost_1_51_0.qbk | 22 +++++++++++-
   website/public_html/live/generated/dev.rss | 71 +++++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/state/feed-pages.txt | 6 +-
   website/public_html/live/users/history/version_1_51_0.html | 71 +++++++++++++++++++++++++++++++++++++++
   4 files changed, 163 insertions(+), 7 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_51_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_51_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_51_0.qbk 2012-07-30 15:46:13 EDT (Mon, 30 Jul 2012)
@@ -41,7 +41,17 @@
 
 [section Updated Libraries]
 
-* /TODO/: This list is incomplete.
+* [phrase library..[@/libs/algorithm/ Algorithm]:]
+ * Fixed `is_sorted_until` ; now matches the c++11 standard behavior on
+ ranges with duplicate values.
+ * Added range support for the rest of the search algorithms.
+ * `unhex` now uses Boost.Exception to signal bad input.
+
+* [phrase library..[@/libs/config/ Config]:]
+ * Deprecated a whole bunch of macros that were c++11 specific, but not
+ named to show that they were c++11 specific. Made new macros with
+ better names, and paired the old macros with the new ones. Updated
+ the documentation to list the deprecated macros.
 
 * [phrase library..[@/libs/chrono/ Chrono]:]
   * [@http://svn.boost.org/trac/boost/ticket/6918 #6918] Boost Chrono
@@ -65,11 +75,15 @@
   * Support the standard smart pointers.
   * `hash_value` now implemented using SFINAE to avoid implicit casts to built
     in types when calling it.
+ * Updated to use the new config macros.
 
 * [phrase library..[@/libs/conversion/lexical_cast.htm Lexical cast]:]
   * Better performance, less memory usage for `boost::array<character_type, N>`
     and `std::array<character_type, N>` conversions.
-
+
+* [phrase library..[@/libs/math/ Math]:]
+ * Updated to use the new config macros.
+
 * [phrase library..[@/libs/proto/ Proto]:]
   * Proto transforms get pseudo-parameter pack expansion support for unpacking
     expressions. See the
@@ -81,6 +95,9 @@
     error: the type of partial specialization template parameter constant "n1"
     depends on another template parameter.
 
+* [phrase library..[@/libs/regex/ Regex]:]
+ * Updated to use the new config macros.
+
 * [phrase library..[@/libs/thread/ Thread]:]
   * [@http://svn.boost.org/trac/boost/ticket/4258 #4258] Linking with boost
     thread does not work on mingw/gcc 4.5.
@@ -106,6 +123,7 @@
 * [phrase library..[@/libs/unordered/ Unordered]:]
   * Fix construction/destruction issue when using a C++11 compiler with a
     C++03 allocator ([ticket 7100]).
+ * Updated to use the new config macros.
 
 * [phrase library..[@/libs/wave/ Wave]:]
   * See the [@/libs/wave/ChangeLog Changelog] for details.

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2012-07-30 15:46:13 EDT (Mon, 30 Jul 2012)
@@ -26,7 +26,42 @@
     &lt;ul&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;em&gt;TODO&lt;/em&gt;: This list is incomplete.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/algorithm/&quot;&gt;Algorithm&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_sorted_until&lt;/span&gt;&lt;/code&gt;
+ ; now matches the c++11 standard behavior on ranges with duplicate
+ values.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added range support for the rest of the search algorithms.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;unhex&lt;/span&gt;&lt;/code&gt; now uses Boost.Exception
+ to signal bad input.
+ &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/libs/config/&quot;&gt;Config&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Deprecated a whole bunch of macros that were c++11 specific, but
+ not named to show that they were c++11 specific. Made new macros
+ with better names, and paired the old macros with the new ones. Updated
+ the documentation to list the deprecated macros.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
         &lt;/div&gt;
       &lt;/li&gt;
       &lt;li&gt;
@@ -100,6 +135,11 @@
                 it.
               &lt;/div&gt;
             &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Updated to use the new config macros.
+ &lt;/div&gt;
+ &lt;/li&gt;
           &lt;/ul&gt;
         &lt;/div&gt;
       &lt;/li&gt;
@@ -117,6 +157,18 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/math/&quot;&gt;Math&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Updated to use the new config macros.
+ &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/libs/proto/&quot;&gt;Proto&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -145,6 +197,18 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/regex/&quot;&gt;Regex&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Updated to use the new config macros.
+ &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/libs/thread/&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -218,6 +282,11 @@
                 a C++03 allocator (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7100&quot;&gt;#7100&lt;/a&gt;).
               &lt;/div&gt;
             &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Updated to use the new config macros.
+ &lt;/div&gt;
+ &lt;/li&gt;
           &lt;/ul&gt;
         &lt;/div&gt;
       &lt;/li&gt;

Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt (original)
+++ website/public_html/live/generated/state/feed-pages.txt 2012-07-30 15:46:13 EDT (Mon, 30 Jul 2012)
@@ -1902,7 +1902,7 @@
 -id
 "version_1_51_0
 -last_modified
-.1343641998.6
+.1343677530.31
 -location
 "users/history/version_1_51_0.html
 -page_state
@@ -1913,11 +1913,11 @@
 " New Libraries: Updated Libraries:
 "
 -qbk_hash
-"7a35834d688e1978c10d152f1641479f8881c459c3f21681efebb842cfcda9e3
+"9ddadf232a3e661135ebc3d79096a76d4708aafe5873884ecc39866da33c379a
 -release_status
 "dev
 -rss_hash
-"c3b9f7afaa43105aa53596f2efa18f0b148b925044e02eedeb1543046a021a96
+"d704b837f2f1730bcabaa83a7b69911222f9148ebcb28f2cd767512c389408a4
 -title
 "Version 1.51.0
 -type

Modified: website/public_html/live/users/history/version_1_51_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_51_0.html (original)
+++ website/public_html/live/users/history/version_1_51_0.html 2012-07-30 15:46:13 EDT (Mon, 30 Jul 2012)
@@ -65,7 +65,42 @@
     <ul>
       <li>
         <div>
- <em>TODO</em>: This list is incomplete.
+ <span class="library">Algorithm:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed <code><span class="identifier">is_sorted_until</span></code>
+ ; now matches the c++11 standard behavior on ranges with duplicate
+ values.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added range support for the rest of the search algorithms.
+ </div>
+ </li>
+ <li>
+ <div>
+ <code><span class="identifier">unhex</span></code> now uses Boost.Exception
+ to signal bad input.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Config:</span>
+ <ul>
+ <li>
+ <div>
+ Deprecated a whole bunch of macros that were c++11 specific, but
+ not named to show that they were c++11 specific. Made new macros
+ with better names, and paired the old macros with the new ones. Updated
+ the documentation to list the deprecated macros.
+ </div>
+ </li>
+ </ul>
         </div>
       </li>
       <li>
@@ -139,6 +174,11 @@
                 it.
               </div>
             </li>
+ <li>
+ <div>
+ Updated to use the new config macros.
+ </div>
+ </li>
           </ul>
         </div>
       </li>
@@ -156,6 +196,18 @@
       </li>
       <li>
         <div>
+ <span class="library">Math:</span>
+ <ul>
+ <li>
+ <div>
+ Updated to use the new config macros.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Proto:</span>
           <ul>
             <li>
@@ -184,6 +236,18 @@
       </li>
       <li>
         <div>
+ <span class="library">Regex:</span>
+ <ul>
+ <li>
+ <div>
+ Updated to use the new config macros.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Thread:</span>
           <ul>
             <li>
@@ -257,6 +321,11 @@
                 a C++03 allocator (#7100).
               </div>
             </li>
+ <li>
+ <div>
+ Updated to use the new config macros.
+ </div>
+ </li>
           </ul>
         </div>
       </li>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk