Getting Started
Tools
@@ -95,7 +95,7 @@ how to download, build, and install the libraries.
Defines types for passing parameters, from John Maddock,
Howard Hinnant, et al.
chrono - Useful time utilities,
- from Vicente J. Botet Escribá.
+ from Howard Hinnant, Beman Dawes, Vicente J. Botet Escribá.
circular_buffer - STL compliant
container also known as ring or cyclic buffer, from Jan Gaspar.
compatibility - Help for
@@ -109,6 +109,7 @@ how to download, build, and install the libraries.
config - Helps boost
library developers adapt to compiler idiosyncrasies; not
intended for library users.
+ container - Standard library containers and extensions, from Ion Gaztañaga
conversion - Polymorphic and lexical casts, from Dave Abrahams and
Kevlin Henney.
crc - Cyclic Redundancy Code, from Daryle
@@ -157,12 +158,12 @@ how to download, build, and install the libraries.
of associated values, from Joachim Faulhaber.
integer - Headers to ease
dealing with integral types.
- interprocess - Shared memory, memory mapped files,
+ interprocess - Shared memory, memory mapped files,
process-shared mutexes, condition variables, containers and allocators, from Ion Gaztañaga
- interval - Extends the
+ interval - Extends the
usual arithmetic functions to mathematical intervals, from Guillaume
Melquiond, Hervé Brönnimann and Sylvain Pion.
- intrusive - Intrusive containers and algorithms, from Ion Gaztañaga
+ intrusive - Intrusive containers and algorithms, from Ion Gaztañaga
in_place_factory, typed_in_place_factory- Generic in-place construction of contained objects with a variadic argument-list, from Fernando Cacciola.
io state savers - Save I/O state to
prevent jumbled data, from Daryle Walker.
@@ -194,7 +195,7 @@ how to download, build, and install the libraries.
minmax - standard library
extensions for simultaneous min/max and min/max element computations,
from Hervé Brönnimann.
- move - Portable move semantics for C++03 and C++1 compilers, from Ion Gaztañaga
+ move - Portable move semantics for C++03 and C++1 compilers, from Ion Gaztañaga
MPI - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.
mpl - Template metaprogramming
framework of compile-time algorithms, sequences and metafunction classes,
@@ -252,7 +253,7 @@ how to download, build, and install the libraries.
adaptors that allow for efficient and very expressive code, from
Thorsten Ottosen and Neil Groves.
ratio - Compile time rational arithmetic,
- from Vicente J. Botet Escribá.
+ from Howard Hinnant, Beman Dawes, Vicente J. Botet Escribá.
rational - A rational
number class, from Paul Moore.
@@ -369,6 +370,7 @@ how to download, build, and install the libraries.
circular_buffer - STL compliant
container also known as ring or cyclic buffer, from Jan Gaspar.
+ container - Standard library containers and extensions, from Ion Gaztañaga
dynamic_bitset - A runtime sized version of std::bitset from Jeremy Siek and Chuck Allison.
gil - Generic Image Library, from
Lubomir Bourdev and Hailin Jin.
@@ -378,7 +380,7 @@ how to download, build, and install the libraries.
icl -
Interval Container Library, interval sets and maps and aggregation
of associated values, from Joachim Faulhaber.
- intrusive - Intrusive containers and algorithms, from Ion Gaztañaga
+ intrusive - Intrusive containers and algorithms, from Ion Gaztañaga
multi_array - Multidimensional
containers and adaptors for arrays of contiguous data, from Ron Garcia.
multi_index - Containers with
@@ -542,7 +544,7 @@ how to download, build, and install the libraries.
asio - Portable networking and other low-level
I/O, including sockets, timers, hostname resolution, socket iostreams, serial
ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff.
- interprocess - Shared memory, memory mapped files,
+ interprocess - Shared memory, memory mapped files,
process-shared mutexes, condition variables, containers and allocators, from Ion Gaztañaga
MPI - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.
thread - Portable C++
@@ -558,7 +560,7 @@ how to download, build, and install the libraries.
Barend Gehrels, Bruno Lalande and Mateusz Loskot.
integer - Headers to ease
dealing with integral types.
- interval - Extends the
+ interval - Extends the
usual arithmetic functions to mathematical intervals, from Guillaume
Melquiond, Hervé Brönnimann and Sylvain Pion.
math - Several contributions in the
@@ -585,7 +587,7 @@ how to download, build, and install the libraries.
random - A complete
system for random number generation, from Jens Maurer.
ratio - A compile time ratio arithmetic,
- from Vicente J. Botet Escribá.
+ from Howard Hinnant, Beman Dawes, Vicente J. Botet Escribá.
rational - A rational
number class, from Paul Moore.
uBLAS - Basic linear algebra
@@ -612,7 +614,7 @@ how to download, build, and install the libraries.
values of different value types, from Kevlin Henney.
bimap - Bidirectional maps, from Matias Capeletto.
- container - Standard library containers and extensions, from Ion Gaztañaga
+ container - Standard library containers and extensions, from Ion Gaztañaga
compressed_pair
- Empty member optimization, from John Maddock, Howard
Hinnant, et al.
@@ -622,7 +624,7 @@ how to download, build, and install the libraries.
icl -
Interval Container Library, interval sets and maps and aggregation
of associated values, from Joachim Faulhaber.
- intrusive - Intrusive containers and algorithms, from Ion Gaztañaga
+ intrusive - Intrusive containers and algorithms, from Ion Gaztañaga
multi_index - Containers with
multiple STL-compatible access interfaces, from Joaquín M López
Muñoz.
@@ -715,7 +717,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey
base-from-member - Idiom to
initialize a base class with a member, from Daryle Walker.
chrono - Useful time utilities,
- from Vicente J. Botet Escribá.
+ from Howard Hinnant, Beman Dawes, Vicente J. Botet Escribá.
compressed_pair
- Empty member optimization, from John Maddock, Howard
Hinnant, et al.
@@ -734,7 +736,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey
lexical_cast - General literal text conversions, such as an int represented as
a string , or vice-versa, from Kevlin Henney.
meta state machine - High-performance expressive UML 2.0 finite state machines, from Christophe Henry.
- move - Portable move semantics for C++03 and C++1 compilers, from Ion Gaztañaga
+ move - Portable move semantics for C++03 and C++1 compilers, from Ion Gaztañaga
numeric/conversion - Optimized Policy-based Numeric Conversions,
from Fernando Cacciola.
optional - Discriminated-union
|