Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-03-15 06:25:02


Author: johnmaddock
Date: 2008-03-15 06:25:01 EDT (Sat, 15 Mar 2008)
New Revision: 43617
URL: http://svn.boost.org/trac/boost/changeset/43617

Log:
Added new libraries to history feed.
Text files modified:
   website/public_html/beta/feed/history.rss | 60 ++++++++++++++++++++++++++++++++++++++++
   website/public_html/beta/feed/history/boost_1_35_0.qbk | 34 ++++++++++++++++++++++
   website/public_html/beta/feed/news.rss | 60 ++++++++++++++++++++++++++++++++++++++++
   3 files changed, 154 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2008-03-15 06:25:01 EDT (Sat, 15 Mar 2008)
@@ -14,9 +14,69 @@
     <h3><span class="link">New Libraries</span></h3>
     <ul>
       <li>
+ <span class="library"><a href="/libs/asio/index.html">ASIO</a>:</span> Portable networking,
+ including sockets, timers, hostname resolution and socket iostreams, from
+ Chris Kohlhoff.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/bimap/index.html">Bimap</a>:</span> Boost.Bimap is a
+ bidirectional maps library for C++. With Boost.Bimap you can create associative
+ containers in which both types can be used as key, from Matias Capeletto.
+ </li>
+ <li>
         <span class="library"><a href="/libs/circular_buffer/index.html">circular_buffer</a>:</span> STL
         compliant container also known as ring or cyclic buffer, from Jan Gaspar.
       </li>
+ <li>
+ <span class="library"><a href="/libs/function_types/index.html">Function Types</a>:</span>
+ Boost.FunctionTypes
+ provides functionality to classify, decompose and synthesize function, function
+ pointer, function reference and pointer to member types. From Tobias Schwinger.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/fusion/index.html">Fusion</a>:</span>
+ Library for working
+ with tuples, including various containers, algorithms, etc. From Joel de
+ Guzman, Dan Marsden and Tobias Schwinger.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/gil/doc/index.html">GIL</a>:</span>
+ Generic Image Library,
+ from Lubomir Bourdev and Hailin Jin.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/interprocess/index.html">Interprocess</a>:</span>
+ Shared
+ memory, memory mapped files, process-shared mutexes, condition variables,
+ containers and allocators, from Ion Gaztanaga.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/intrusive/index.html">Intrusive</a>:</span>
+ Intrusive
+ containers and algorithms, from Ion Gaztanaga.
+ </li>
+ <li>
+ <span class="library">:</span>
+ A wide selection of mathematical special functions from John Maddock,
+ Paul Bristow, Hubert Holin and Xiaogang Zhang.
+ </li>
+ <li>
+ <span class="library">:</span>
+ A wide selection of univariate statistical distributions and functions
+ that operate on them from John Maddock and Paul Bristow
+ </li>
+ <li>
+ <span class="library"><a href="/doc/html/mpi.html">MPI</a>:</span>
+ Message Passing Interface
+ library, for use in distributed-memory parallel application programming,
+ from Douglas Gregor and Matthias Troyer.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/system/index.html">System</a>:</span>
+ Operating system
+ support, including the diagnostics support that will be part of the C++0x
+ standard library, from Beman Dawes.
+ </li>
     </ul>
   </div>
   <div id="version_1_35_0.updated_libraries">

Modified: website/public_html/beta/feed/history/boost_1_35_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_35_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_35_0.qbk 2008-03-15 06:25:01 EDT (Sat, 15 Mar 2008)
@@ -12,8 +12,42 @@
 
 [section New Libraries]
 
+* [phrase library..[@/libs/asio/index.html ASIO]:] Portable networking,
+ including sockets, timers, hostname resolution and socket iostreams,
+ from Chris Kohlhoff.
+* [phrase library..[@/libs/bimap/index.html Bimap]:] Boost.Bimap is a
+ bidirectional maps library for C++. With Boost.Bimap you can create
+ associative containers in which both types can be used as key, from
+ Matias Capeletto.
 * [phrase library..[@/libs/circular_buffer/index.html circular_buffer]:] STL compliant container
   also known as ring or cyclic buffer, from Jan Gaspar.
+* [phrase library..[@/libs/function_types/index.html Function Types]:]
+ Boost.FunctionTypes provides functionality to classify, decompose
+ and synthesize function, function pointer, function reference and
+ pointer to member types. From Tobias Schwinger.
+* [phrase library..[@/libs/fusion/index.html Fusion]:]
+ Library for working with tuples, including various containers,
+ algorithms, etc. From Joel de Guzman, Dan Marsden and Tobias Schwinger.
+* [phrase library..[@/libs/gil/doc/index.html GIL]:]
+ Generic Image Library, from Lubomir Bourdev and Hailin Jin.
+* [phrase library..[@/libs/interprocess/index.html Interprocess]:]
+ Shared memory, memory mapped files, process-shared mutexes,
+ condition variables, containers and allocators, from Ion Gaztanaga.
+* [phrase library..[@/libs/intrusive/index.html Intrusive]:]
+ Intrusive containers and algorithms, from Ion Gaztanaga.
+* [phrase library..[/libs/math/doc/sf_and_dist/html/index.html Math/Special Functions]:]
+ A wide selection of mathematical special functions from
+ John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang.
+* [phrase library..[/libs/math/doc/sf_and_dist/html/index.html Math/Statistical Distributions]:]
+ A wide selection of univariate statistical distributions and functions that
+ operate on them from John Maddock and Paul Bristow
+* [phrase library..[@/doc/html/mpi.html MPI]:]
+ Message Passing Interface library, for use in distributed-memory
+ parallel application programming, from Douglas Gregor and Matthias Troyer.
+* [phrase library..[@/libs/system/index.html System]:]
+ Operating system support, including the diagnostics support that will be
+ part of the C++0x standard library, from Beman Dawes.
+
 
 [endsect]
 

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2008-03-15 06:25:01 EDT (Sat, 15 Mar 2008)
@@ -14,9 +14,69 @@
     <h3><span class="link">New Libraries</span></h3>
     <ul>
       <li>
+ <span class="library"><a href="/libs/asio/index.html">ASIO</a>:</span> Portable networking,
+ including sockets, timers, hostname resolution and socket iostreams, from
+ Chris Kohlhoff.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/bimap/index.html">Bimap</a>:</span> Boost.Bimap is a
+ bidirectional maps library for C++. With Boost.Bimap you can create associative
+ containers in which both types can be used as key, from Matias Capeletto.
+ </li>
+ <li>
         <span class="library"><a href="/libs/circular_buffer/index.html">circular_buffer</a>:</span> STL
         compliant container also known as ring or cyclic buffer, from Jan Gaspar.
       </li>
+ <li>
+ <span class="library"><a href="/libs/function_types/index.html">Function Types</a>:</span>
+ Boost.FunctionTypes
+ provides functionality to classify, decompose and synthesize function, function
+ pointer, function reference and pointer to member types. From Tobias Schwinger.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/fusion/index.html">Fusion</a>:</span>
+ Library for working
+ with tuples, including various containers, algorithms, etc. From Joel de
+ Guzman, Dan Marsden and Tobias Schwinger.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/gil/doc/index.html">GIL</a>:</span>
+ Generic Image Library,
+ from Lubomir Bourdev and Hailin Jin.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/interprocess/index.html">Interprocess</a>:</span>
+ Shared
+ memory, memory mapped files, process-shared mutexes, condition variables,
+ containers and allocators, from Ion Gaztanaga.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/intrusive/index.html">Intrusive</a>:</span>
+ Intrusive
+ containers and algorithms, from Ion Gaztanaga.
+ </li>
+ <li>
+ <span class="library">:</span>
+ A wide selection of mathematical special functions from John Maddock,
+ Paul Bristow, Hubert Holin and Xiaogang Zhang.
+ </li>
+ <li>
+ <span class="library">:</span>
+ A wide selection of univariate statistical distributions and functions
+ that operate on them from John Maddock and Paul Bristow
+ </li>
+ <li>
+ <span class="library"><a href="/doc/html/mpi.html">MPI</a>:</span>
+ Message Passing Interface
+ library, for use in distributed-memory parallel application programming,
+ from Douglas Gregor and Matthias Troyer.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/system/index.html">System</a>:</span>
+ Operating system
+ support, including the diagnostics support that will be part of the C++0x
+ standard library, from Beman Dawes.
+ </li>
     </ul>
   </div>
   <div id="version_1_35_0.updated_libraries">


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