ITP: www.boost.org libraries
something about http://www.boost.org/ :
The Boost web site provides free, peer-reviewed, C++ libraries. The emphasis
is on portable libraries which work well with the C++ Standard Library.
Boost Libraries
array - STL compliant container wrapper for arrays of constant size from Nicolai Josuttis.
call_traits - Defines types for passing parameters from John Maddock, Howard Hinnant, et al.
compose - Functional composition adapters for the STL from Nicolai Josuttis.
compressed_pair - Empty member optimization from John Maddock, Howard Hinnant, et al.
concept check - Tools for generic programming from Jeremy Siek.
config - Helps boost library developers adapt to compiler idiosyncrasies; not intended for library users.
conversion - Numeric, polymorphic, and lexical casts from Dave Abrahams and Kevlin Henney.
dir_it - A set of file system directory level iterators from Dietmar Kühl.
functional - Enhanced function object adaptors from Mark Rodgers.
graph - Generic graph components and algorithms from Jeremy Siek and a University of Notre Dame team.
integer - Headers to ease dealing with integral types.
iterator adaptors - Adapt a base type into a standard conforming iterator, and more, from Dave Abrahams, Jeremy Siek, and John Potter.
operators - Templates ease arithmetic classes and iterators from Dave Abrahams and Jeremy Siek.
pool - Memory pool management from Steve Cleary.
property map - Concepts defining interfaces which map key objects to value objects from Jeremy Siek.
python - Reflects C++ classes and functions into Python, from Dave Abrahams.
random - A complete system for random number generation from Jens Maurer.
rational - A rational number class from Paul Moore.
regex - Regular expression library from John Maddock.
smart_ptr - Four smart pointer classes from Greg Colvin and Beman Dawes.
static_assert - Static assertions (compile time assertions) from John Maddock.
test - Support for program testing and execution from Beman Dawes.
timer - Event timer, progress timer, and progress display classes from Beman Dawes.
type_traits - Templates for fundamental properties of types from John Maddock, Steve Cleary, et al.
utility - Class noncopyable plus next(), prior(), and tie() function templates from Dave Abrahams and others.
--
Raphael Bossek <raphael.bossek@solutions4linux.de>
Reply to: