Boost logo

Boost :

From: vicente.botet (vicente.botet_at_[hidden])
Date: 2008-03-16 12:58:49


----- Original Message -----
From: "Beman Dawes" <bdawes_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Saturday, March 15, 2008 2:28 PM
Subject: Re: [boost] [1.35.0] Release candidate 1 available

> vicente.botet wrote:
>
>> The added libraries are not ordered lexicographically on the
>> Libraries Listed by Category section. Should this be ordered?
>> ;-)
>
> Yes, but I'm not seeing the problem. Can you be more specific about the
> page and place on the page where you are seeing a problem?
>
> Thanks,
>
> --Beman
>

Hello,

In
file:///C:/cygwin/home/Vicente/boost/boost-windows-2008-03-14/libs/libraries.htm#Category

I have prefixed by **** every librari that is unordered.

Regards

_____________________
Vicente Juan Botet Escriba

Algorithms
foreach - BOOST_FOREACH macro for easily iterating over the elements of a
sequence, from Eric Niebler.
gil - Generic Image Library, from Lubomir Bourdev and Hailin Jin.
graph - Generic graph components and algorithms, from Jeremy Siek and a
University of Notre Dame team.
minmax - standard library extensions for simultaneous min/max and min/max
element computations, from Hervé Brönnimann.
string_algo - String algorithms library, from Pavol Droba
utility - Class next(), prior() function templates, from Dave Abrahams and
others.
****range - A new infrastructure for generic algorithms that builds on top
of the new iterator concepts, from Thorsten Ottosen.
Generic Programming
call_traits - Defines types for passing parameters, from John Maddock,
Howard Hinnant, et al.
concept check - Tools for generic programming, from Jeremy Siek.
enable_if - Selective inclusion of function template overloads, from Jaakko
Järvi, Jeremiah Willcock, and Andrew Lumsdaine.
gil - Generic Image Library, from Lubomir Bourdev and Hailin Jin.
in_place_factory, typed_in_place_factory- Generic in-place construction of
contained objects with a variadic argument-list, from Fernando Cacciola.
operators - Templates ease arithmetic classes and iterators, from Dave
Abrahams and Jeremy Siek.
property map - Concepts defining interfaces which map key objects to value
objects, from Jeremy Siek.
static_assert - Static assertions (compile time assertions), from John
Maddock.
type_traits - Templates for fundamental properties of types, from John
Maddock, Steve Cleary, et al.
****function_types - Type traits for callable, built-in types, from Tobias
Schwinger
Template Metaprogramming
mpl - Template metaprogramming framework of compile-time algorithms,
sequences and metafunction classes, from Aleksey Gurtovoy.
static_assert - Static assertions (compile time assertions), from John
Maddock.
type_traits - Templates for fundamental properties of types, from John
Maddock, Steve Cleary, et al.
***function_types - Type traits for callable, built-in types, from Tobias
Schwinger
***fusion - Library for working with tuples, including various containers,
algorithms, etc. From Joel de Guzman, Dan Marsden and Tobias Schwinger.
Math and numerics
accumulators - Framework for incremental calculation, and collection of
statistical accumulators, from Eric Niebler.
****math - Several contributions in the domain of mathematics, from various
authors.
****numeric/conversion - Optimized Policy-based Numeric Conversions, from
Fernando Cacciola.
integer - Headers to ease dealing with integral types.
interval - Extends the usual arithmetic functions to mathematical intervals,
from Guillaume Melquiond, Herv? Br?nnimann and Sylvain Pion.
math/complex number algorithms - These complex number algorithms are the
inverses of trigonometric functions currently present in the C++ standard,
from John Maddock.
math/common_factor - Greatest common divisor and least common multiple, from
Daryle Walker.
math/octonion - Octonions, from Hubert Holin.
math/quaternion - Quaternions, from Hubert Holin.
math/special_functions - A wide selection of mathematical special functions
from John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang.
math/statistical distributions - A wide selection of univariate statistical
distributions and functions that operate on them from John Maddock and Paul
Bristow
multi_array - Multidimensional containers and adaptors for arrays of
contiguous data, from Ron Garcia.
operators - Templates ease arithmetic classes and iterators, from Dave
Abrahams and Jeremy Siek.
random - A complete system for random number generation, from Jens Maurer.
rational - A rational number class, from Paul Moore.
uBLAS - Basic linear algebra for dense, packed and sparse matrices, from
Joerg Walter and Mathias Koch.
Data structures
any - Safe, generic container for single values of different value types,
from Kevlin Henney.
bimap - Bidirectional maps, from Matias Capeletto.
compressed_pair - Empty member optimization, from John Maddock, Howard
Hinnant, et al.
multi_index - Containers with multiple STL-compatible access interfaces,
from Joaquín M López Muñoz.
pointer container - Containers for storing heap-allocated polymorphic
objects to ease OO-programming, from Thorsten Ottosen.
tuple - Ease definition of functions returning multiple values, and more,
from Jaakko J?rvi.
variant - Safe, generic, stack-based discriminated union container, from
Eric Friedman and Itay Maman.
****fusion - Library for working with tuples, including various containers,
algorithms, etc. From Joel de Guzman and Dan Marsden and Tobias Schwinger.
Input/Output
asio - Portable networking, including sockets, timers, hostname resolution
and socket iostreams, from Chris Kohlhoff.
format - Type-safe 'printf-like' format operations, from Samuel Krempp.
io state savers - Save I/O state to prevent jumbled data, from Daryle
Walker.
iostreams - Framework for defining streams, stream buffers and i/o filters,
from Jonathan Turkanis.
program_options - Access to configuration data given on command line, in
config files and other sources, from Vladimir Prus.
serialization - Serialization of arbitrary data for persistence and
marshalling, from Robert Ramey
****assign - Filling containers with constant or generated data has never
been easier, from Thorsten Ottosen.
Miscellaneous
base-from-member - Idiom to initialize a base class with a member, from
Daryle Walker.
compressed_pair - Empty member optimization, from John Maddock, Howard
Hinnant, et al.
conversion - Polymorphic and lexical casts, from Dave Abrahams and Kevlin
Henney.
****numeric/conversion - Optimized Policy-based Numeric Conversions, from
Fernando Cacciola.
crc - Cyclic Redundancy Code, from Daryle Walker.
date_time - Date-Time library from Jeff Garland.
filesystem - Portable paths, iteration over directories, and other useful
filesystem operations, from Beman Dawes.
optional - Discriminated-union wrapper for optional values, from Fernando
Cacciola.
program_options - Access to configuration data given on command line, in
config files and other sources, from Vladimir Prus.
statechart - Arbitrarily complex finite state machines can be implemented in
easily readable and maintainable C++ code, from Andreas Huber.
system - Operating system support, including the diagnostics support that
will be part of the C++0x standard library, from Beman Dawes.
timer - Event timer, progress timer, and progress display classes, from
Beman Dawes.
TR1 - An implementation of the Technical Report on C++ Library Extensions,
using other Boost libraries as a basis, from John Maddock.
tribool - 3-state boolean type library, from Doug Gregor.
typeof - Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.
utility - Class noncopyable plus checked_delete(), checked_array_delete(),
next(), prior() function templates, plus base-from-member idiom, from Dave
Abrahams and others.
value_initialized - Wrapper for uniform-syntax value initialization, from
Fernando Cacciola, based on the original idea of David Abrahams.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk