Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-08-02 11:55:48


Author: danieljames
Date: 2008-08-02 11:55:47 EDT (Sat, 02 Aug 2008)
New Revision: 47944
URL: http://svn.boost.org/trac/boost/changeset/47944

Log:
Merge from live, up to r47907
Added:
   website/public_html/beta/development/report-may-2008.html
      - copied unchanged from r47943, /website/public_html/live/development/report-may-2008.html
Text files modified:
   website/public_html/beta/common/code/boost_config.php | 5 ----
   website/public_html/beta/community/exception_safety.html | 4 +-
   website/public_html/beta/community/review_schedule.html | 41 +++++++++++++++++++++++++++++++++++++--
   3 files changed, 40 insertions(+), 10 deletions(-)

Modified: website/public_html/beta/common/code/boost_config.php
==============================================================================
--- website/public_html/beta/common/code/boost_config.php (original)
+++ website/public_html/beta/common/code/boost_config.php 2008-08-02 11:55:47 EDT (Sat, 02 Aug 2008)
@@ -33,11 +33,6 @@
   }
   break;
 
- case 'beta.boost.local':
- {
- define('BOOST_CONFIG_FILE','/home/daniel/config.php');
- }
-
   default:
   {
     define('BOOST_CONFIG_FILE',dirname(__FILE__) . '/boost_config_local.php');

Modified: website/public_html/beta/community/exception_safety.html
==============================================================================
--- website/public_html/beta/community/exception_safety.html (original)
+++ website/public_html/beta/community/exception_safety.html 2008-08-02 11:55:47 EDT (Sat, 02 Aug 2008)
@@ -138,7 +138,7 @@
               devote a single instruction cycle to dealing with exceptions
               until one is thrown, and then it can be handled at a speed
               comparable with that of calling a function <a title=
- "D. R. Musser, &ldquo;Introspective Sorting and Selection Algorithms&rdquo;, Software-Practice and Experience 27(8):983-993, 1997."
+ "Bjarne Stroustrup, The Design And Evolution of C++. Addison Wesley, Reading, MA, 1995, ISBN 0-201-54330-3, Section 16.9.1."
               href="#reference7"><sup>[7]</sup></a>. That alone gives
               programs using exceptions performance equivalent to that of a
               program which ignores the possibility of errors. Using
@@ -241,7 +241,7 @@
               stack-unwinding. This guarantee is actually less useful than it
               might at first appear. If a component has many valid states,
               after an exception we have no idea what state the component is
- in|only that the state is valid. The options for recovery in
+ in; only that the state is valid. The options for recovery in
               this case are limited: either destruction or resetting the
               component to some known state before further use. Consider the
               following example:</p>

Modified: website/public_html/beta/community/review_schedule.html
==============================================================================
--- website/public_html/beta/community/review_schedule.html (original)
+++ website/public_html/beta/community/review_schedule.html 2008-08-02 11:55:47 EDT (Sat, 02 Aug 2008)
@@ -136,9 +136,9 @@
                     <td><a href=
                     "http://dancinghacker.com/code/dataflow/">Documentation</a></td>
 
- <td>Needed</td>
+ <td>Jaakko J&auml;rvi</td>
 
- <td>-</td>
+ <td>September 1, 2008 - September 10, 2008</td>
                   </tr>
 
                   <tr>
@@ -244,7 +244,29 @@
 
                     <td>Joel de Guzman</td>
 
- <td>TBA</td>
+ <td>
+ <ul>
+ <li><a href=
+ "http://spirit.sourceforge.net/dl_more/phoenix_v2/libs/spirit/phoenix/doc/html/index.html">Documentation</a></li>
+
+ <li><a href=
+ "http://spirit.sourceforge.net/dl_more/phoenix_v2.zip">Source</a></li>
+ </ul>
+ </td>
+
+ <td>Needed</td>
+
+ <td>-</td>
+ </tr>
+
+ <tr>
+ <td>Thread Pool</td>
+
+ <td>Oliver Kowalke</td>
+
+ <td><a href="http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost-threadpool.2.tar.gz&directory=Concurrent%20Programming&">
+ Boost Sandbox Vault</a></td>
+ </td>
 
                     <td>Needed</td>
 
@@ -272,6 +294,19 @@
 
                 <tbody>
                   <tr>
+ <td>Review Wizard Status Report</td>
+
+ <td></td>
+
+ <td>Ronald Garcia</td>
+
+ <td>2007 May 16</td>
+
+ <td><a href=
+ "../development/report-may-2008.html">Report</a></td>
+ </tr>
+
+ <tr>
                     <td>Egg</td>
 
                     <td>Shunsuke Sogame</td>


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