Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71596 - sandbox/libs/mapreduce/doc
From: cdm.henderson_at_[hidden]
Date: 2011-04-29 04:59:31


Author: chenderson
Date: 2011-04-29 04:59:30 EDT (Fri, 29 Apr 2011)
New Revision: 71596
URL: http://svn.boost.org/trac/boost/changeset/71596

Log:
v0.5 change history
Text files modified:
   sandbox/libs/mapreduce/doc/index.html | 28 ++++++++++++++++------------
   1 files changed, 16 insertions(+), 12 deletions(-)

Modified: sandbox/libs/mapreduce/doc/index.html
==============================================================================
--- sandbox/libs/mapreduce/doc/index.html (original)
+++ sandbox/libs/mapreduce/doc/index.html 2011-04-29 04:59:30 EDT (Fri, 29 Apr 2011)
@@ -84,12 +84,20 @@
               <dl class="fields">
                 <p>The latest updates can be found in the <a href='https://svn.boost.org/svn/boost/sandbox'>Boost Sandbox</a></p>
 
+ <dt>29 April 2011</dt>
+ <dd>
+ <dd>
+ <a href='http://www.craighenderson.co.uk/mapreduce/mapreduce_0_5.zip'>Version 0.5</a>
+ <ul>
+ <li>Fixed links to downloads that have been removed from the Boost Vault</li>
+ <li>Clean compilation with Microsoft Visual C++</li>
+ </ul>
+ </dd>
+
                 <dt>29 Aug 2009</dt>
                 <dd>
                 <dd>
- <a href='http://www.boostpro.com/vault/index.php?action=downloadfile&filename=mapreduce_0_4.zip&directory=&'>
- DOWNLOAD v0.4
- </a><br />
+ Version 0.4
                 <ul>
                   <li><i>Breaking change</i>: <code>map_task</code> and <code>reduce_task</code> now must implement a
                     function operator rather than static methods <code>map</code> and <code>reduce</code>. The functor
@@ -97,11 +105,10 @@
                   <li>Fixed iteration in the case where each result key has multiple values</li>
                 </ul>
                 </dd>
+
                 <dt>8 Aug 2009</dt>
                 <dd>
- <a href='http://www.boostpro.com/vault/index.php?action=downloadfile&filename=mapreduce_0_3.zip&directory=&'>
- DOWNLOAD v0.3
- </a><br />
+ Version 0.3
                 <ul>
                     <li>Added <code>in_memory</code> intermediate handler for processing smaller dataset that can fit into
                     main storage and availble the overhead of disk-based temporary storage.</li>
@@ -123,9 +130,7 @@
                 <dd>Added to Boost Sandbox (subversion)</dd>
                 <dt>21 Jul 2009</dt>
                 <dd>
- <a href='http://www.boostpro.com/vault/index.php?action=downloadfile&filename=mapreduce_0_2.zip&directory=&'>
- DOWNLOAD v0.2
- </a><br />
+ Version 0.2
                   <ul>
                   <li>Moved the library into the <code>boost</code> namespace.</li>
                   <li>Created <code>PartitionFn</code> template parameter on <code>intermediates::local_disk</code> to
@@ -139,9 +144,8 @@
               <dl class="fields">
                 <dt>19 Jul 2009</dt>
                 <dd>
- <a href='http://www.boostpro.com/vault/index.php?action=downloadfile&filename=mapreduce_0_1.zip&directory=&'>
- DOWNLOAD v0.1
- </a><br />
+ Version 0.1
+ <br />
                   Initial public release on Boost Vault<br />
                 </dd>
               </dl>


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