Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2008-03-19 08:33:42


Author: bemandawes
Date: 2008-03-19 08:33:41 EDT (Wed, 19 Mar 2008)
New Revision: 43723
URL: http://svn.boost.org/trac/boost/changeset/43723

Log:
Fix ordering of libraries within categories. [Vicente Juan Botet]
Text files modified:
   trunk/libs/libraries.htm | 53 +++++++++++++++++++++------------------
   1 files changed, 28 insertions(+), 25 deletions(-)

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2008-03-19 08:33:41 EDT (Wed, 19 Mar 2008)
@@ -379,13 +379,13 @@
     <li>minmax - standard library
         extensions for simultaneous min/max and min/max element computations,
         from Herv&eacute; Br&ouml;nnimann.</li>
+ <li>range - A new infrastructure
+ for generic algorithms that builds on top
+ of the new iterator concepts, from Thorsten Ottosen.</li>
     <li>string_algo -
         String algorithms library, from Pavol Droba</li>
     <li>utility - Class <b>next(),</b>&nbsp; <b>prior()</b>
       function templates, from Dave Abrahams and others. </li>
- <li>range - A new infrastructure
- for generic algorithms that builds on top
- of the new iterator concepts, from Thorsten Ottosen.</li>
 </ul>
 
 <h3><a name="Function-objects">Function objects</a> and higher-order programming</h3>
@@ -425,6 +425,8 @@
     <li>enable_if -
         Selective inclusion of function template overloads, from Jaakko
         J&auml;rvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
+ <li>function_types - Type traits
+ for callable, built-in types, from Tobias Schwinger</li>
     <li>gil - Generic Image Library, from
         Lubomir Bourdev and Hailin Jin.</li>
     <li>in_place_factory, typed_in_place_factory- Generic in-place construction
@@ -442,13 +444,16 @@
     <li>type_traits -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
- <li>function_types - Type traits
- for callable, built-in types, from Tobias Schwinger</li>
 </ul>
 
 <h3>Template <a name="Metaprogramming"> Metaprogramming</a></h3>
 
 <ul>
+ <li>function_types - Type traits
+ for callable, built-in types, from Tobias Schwinger</li>
+ <li>fusion -
+ Library for working with tuples, including various containers,
+ algorithms, etc. </li>
     <li>mpl - Template metaprogramming
     framework of compile-time algorithms, sequences and metafunction classes,
     from Aleksey Gurtovoy.</li>
@@ -458,11 +463,7 @@
     <li>type_traits -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
- <li>function_types - Type traits
- for callable, built-in types, from Tobias Schwinger</li>
- <li>fusion -
- Library for working with tuples, including various containers, algorithms, etc.
- From Joel de Guzman, Dan Marsden and Tobias Schwinger.</li>
+ <li>From Joel de Guzman, Dan Marsden and Tobias Schwinger.</li>
 </ul>
 
 <h3><a name="Preprocessor">Preprocessor</a> Metaprogramming</h3>
@@ -491,15 +492,14 @@
 <ul>
     <li>accumulators - Framework for incremental
         calculation, and collection of statistical accumulators, from Eric Niebler.</li>
- <li>math - Several contributions in the
- domain of mathematics, from various authors.</li>
- <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
- from Fernando Cacciola.</li>
+ <li>Cacciola.</li>
     <li>integer - Headers to ease
         dealing with integral types.</li>
     <li>interval - Extends the
     usual arithmetic functions to mathematical intervals, from Guillaume
     Melquiond, Herv? Br?nnimann and Sylvain Pion.</li>
+ <li>math - Several contributions in the
+ domain of mathematics, from various authors.</li>
     <li>math/complex number algorithms -
     These complex number algorithms are the inverses of trigonometric functions currently present in the C++ standard, from John Maddock.</li>
     <li>math/common_factor - Greatest
@@ -514,6 +514,8 @@
         A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow</li>
     <li>multi_array - Multidimensional
     containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
+ <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
+ from Fernando </li>
     <li>operators - Templates
         ease arithmetic classes and iterators, from Dave Abrahams
         and Jeremy Siek.</li>
@@ -548,18 +550,18 @@
     <li>compressed_pair
         - Empty member optimization, from John Maddock, Howard
         Hinnant, et al.</li>
+ <li>fusion -
+ Library for working with tuples, including various containers, algorithms, etc.
+ From Joel de Guzman and Dan Marsden and Tobias Schwinger.</li>
     <li>multi_index - Containers with
     multiple STL-compatible access interfaces, from Joaqu&iacute;n M L&oacute;pez
     Mu&ntilde;oz.</li>
     <li>pointer container
     - Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
     <li>tuple - Ease definition of functions returning multiple values, and more,
- from Jaakko J?rvi.</li>
+ from Jaakko Järvi.</li>
     <li>variant - Safe, generic, stack-based
     discriminated union container, from Eric Friedman and Itay Maman.</li>
- <li>fusion -
- Library for working with tuples, including various containers, algorithms, etc.
- From Joel de Guzman and Dan Marsden and Tobias Schwinger.</li>
 </ul>
 
 <h3><a name="Image-processing">Image processing</a></h3>
@@ -573,6 +575,11 @@
     <li>asio - Portable networking, including
         sockets, timers, hostname resolution and socket iostreams, from
         Chris Kohlhoff.</li>
+ <li>assign - Filling containers
+ with constant or generated data has never been
+ easier, from Thorsten Ottosen.
+ </li>
+
   <li>format - Type-safe 'printf-like' format
   operations, from Samuel Krempp.</li>
   <li>io state savers - Save I/O state to
@@ -582,10 +589,6 @@
   data given on command line, in config files and other sources, from Vladimir Prus.</li>
   <li>serialization - Serialization
 of arbitrary data for persistence and marshalling, from Robert Ramey</li>
- <li>assign - Filling containers
- with constant or generated data has never been
- easier, from Thorsten Ottosen.
- </li>
 
 </ul>
 
@@ -642,14 +645,14 @@
         Hinnant, et al.</li>
     <li>conversion - Polymorphic and lexical casts, from Dave Abrahams and
         Kevlin Henney.</li>
- <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
- from Fernando Cacciola.</li>
     <li>crc - Cyclic Redundancy Code, from Daryle
       Walker.</li>
     <li>date_time - Date-Time library from Jeff Garland.</li>
     <li>filesystem - Portable paths,
     iteration over directories, and other useful filesystem operations, from
     Beman Dawes.</li>
+ <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
+ from Fernando Cacciola.</li>
     <li>optional - Discriminated-union
     wrapper for optional values, from Fernando Cacciola.</li>
     <li>program_options - Access to configuration
@@ -704,7 +707,7 @@
 
 <p>Revised
 <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->13 Mar 2008<!--webbot bot="Timestamp" endspan i-checksum="14911" --></p>
+s-format="%d %b %Y" startspan -->19 Mar 2008<!--webbot bot="Timestamp" endspan i-checksum="14923" --></p>
 
 <p>&copy; Copyright Beman Dawes 2000-2004</p>
 <p>Distributed under the Boost Software License, Version 1.0.


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