'.$name.''; } ?> Boost C++ Libraries

Boost C++ Libraries

Safe, generic container for single values of different value types, from Kevlin Henney.
STL compliant container wrapper for arrays of constant size, from Nicolai Josuttis.
Filling containers with constant or generated data has never been easier, from Thorsten Ottosen.
and
Generalized binders for function/object/pointers and member functions, from Peter Dimov.
Defines types for passing parameters, from John Maddock, Howard Hinnant, et al.
Help for non-conforming standard libraries, from Ralf Grosse-Kunstleve and Jens Maurer.
Empty member optimization, from John Maddock, Howard Hinnant, et al.
Tools for generic programming, from Jeremy Siek.
Helps boost library developers adapt to compiler idiosyncrasies; not intended for library users.
Polymorphic and lexical casts, from Dave Abrahams and Kevlin Henney.
Cyclic Redundancy Code, from Daryle Walker.
Date-Time library from Jeff Garland.
A runtime sized version of std::bitset from Jeremy Siek and Chuck Allison.
Selective inclusion of function template overloads, from Jaakko Järvi, Jeremiah Willcock, and Andrew Lumsdaine.
Portable paths, iteration over directories, and other useful filesystem operations, from Beman Dawes.
BOOST_FOREACH macro for easily iterating over the elements of a sequence, from Eric Niebler.
Type-safe 'printf-like' format operations, from Samuel Krempp.
Function object wrappers for deferred calls or callbacks, from Doug Gregor.
Enhanced function object adaptors, from Mark Rodgers.
A TR1 hash function object that can be extended to hash user defined types, from Daniel James.
Generic graph components and algorithms, from Jeremy Siek and a University of Notre Dame team.
Headers to ease dealing with integral types.
Extends the usual arithmetic functions to mathematical intervals, from Guillaume Melquiond, Herv´ Brönnimann and Sylvain Pion.
Generic in-place construction of contained objects with a variadic argument-list, from Fernando Cacciola.
Save I/O state to prevent jumbled data, from Daryle Walker.
Framework for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.
Iterator construction framework, adaptors, concepts, and more, from Dave Abrahams, Jeremy Siek, and Thomas Witt.
Define small unnamed function objects at the actual call site, and more, from Jaakko Järvi and Gary Powell.
Several contributions in the domain of mathematics, from various authors.
Greatest common divisor and least common multiple, from Daryle Walker.
Octonions, from Hubert Holin.
Quaternions, from Hubert Holin.
Mathematical special functions such as atanh, sinc, and sinhc, from Hubert Holin.
standard library extensions for simultaneous min/max and min/max element computations, from Hervé Brönnimann.
Template metaprogramming framework of compile-time algorithms, sequences and metafunction classes, from Aleksey Gurtovoy.
Multidimensional containers and adaptors for arrays of contiguous data, from Ron Garcia.
Containers with multiple STL-compatible access interfaces, from Joaquín M López Muñoz.
Optimized Policy-based Numeric Conversions, from Fernando Cacciola.
Templates ease arithmetic classes and iterators, from Dave Abrahams and Jeremy Siek.
Discriminated-union wrapper for optional values, from Fernando Cacciola.
Write functions that accept arguments by name, by David Abrahams and Daniel Wallin.
Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen.
Memory pool management, from Steve Cleary.
Preprocessor metaprogramming tools including repetition and recursion, from Vesa Karvonen and Paul Mensonides.
Access to configuration data given on command line, in config files and other sources, from Vladimir Prus.
Concepts defining interfaces which map key objects to value objects, from Jeremy Siek.
Reflects C++ classes and functions into Python, from Dave Abrahams.
A complete system for random number generation, from Jens Maurer.
A new infrastructure for generic algorithms that builds on top of the new iterator concepts, from Thorsten Ottosen.
A rational number class, from Paul Moore.
A utility library for passing references to generic functions, from Jaako Järvi, Peter Dimov, Doug Gregor, and Dave Abrahams.
Regular expression library, from John Maddock.
Serialization for persistence and marshalling, from Robert Ramey
managed signals & slots callback implementation, from Doug Gregor.
Five smart pointer class templates, from Greg Colvin, Beman Dawes, Peter Dimov, and Darin Adler.
Static assertions (compile time assertions), from John Maddock.
LL parser framework  represents parsers directly as EBNF grammars in inlined C++, from Joel de Guzman and team.
String algorithms library, from Pavol Droba
Support for simple program testing, full unit testing, and for program execution monitoring, from Gennadiy Rozental.
Portable C++ multi-threading, from William Kempf.
Event timer, progress timer, and progress display classes, from Beman Dawes.
Break of a string or other character sequence into a series of tokens, from John Bandela.
3-state boolean type library, from Doug Gregor.
Ease definition of functions returning multiple values, and more, from Jaakko Järvi.
Templates for fundamental properties of types, from John Maddock, Steve Cleary, et al.
Basic linear algebra for dense, packed and sparse matrices, from Joerg Walter and Mathias Koch.
Class noncopyable plus checked_delete(), checked_array_delete(), next(),  prior() function templates, plus base-from-member idiom, from Dave Abrahams and others.
Wrapper for uniform-syntax value initialization, from Fernando Cacciola, based on the original idea of David Abrahams.
Safe, generic, stack-based discriminated union container, from Eric Friedman and Itay Maman.
Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface, from Hartmut Kaiser
Regular expressions that can be written as strings or as expression templates, and which can refer to each other and themselves recursively with the power of context-free grammars, from Eric Niebler.