| |
The Boost web site provides free peer-reviewed portable C++ source libraries.
The emphasis is on libraries which work well with the C++ Standard
Library. One goal is to
establish "existing practice" and provide reference implementations so
that the Boost libraries are suitable for eventual standardization. Some of the
libraries have already been proposed for inclusion in the C++
Standards Committee's upcoming C++
Standard Library Technical Report.
Although Boost was begun by members of the C++
Standards Committee Library Working Group, membership has expanded to include
nearly two thousand members of the C++ community at large.
If you are interested in becoming a member of Boost, please do so by joining our main
developers mailing list. Discussions include both technical and site-related issues, and
members are encouraged to participate in
formal reviews of proposed libraries. There is also a users mailing list.
Both the main Boost developers list and the users list are also accessible as
newsgroups.
Search Boost
???, 2002 - Version 1.29.0
- Format Library
added - Type-safe 'printf-like' format operations, from Samuel Krempp.
- Multi-array Library added -
Multidimensional containers and adaptors for arrays of contiguous data, from
Ron Garcia.
- Signals Library added - managed signals & slots callback implementation, from Doug Gregor.
May 15, 2002 - Version 1.28.0
February 5, 2002 - Version 1.27.0
- Python Library: Scott Snyder contributed inplace operator support.
- Integer Library: Daryle
Walker contributed enhancements to the
type selection templates,
and added new compile-time
bit mask,
binary logarithm, and
extrema templates.
- Function Library: user may request that
boost::function
objects store a reference to a function object target instead of a copy, using
ref.
Stateless objects are optimized so that they require no dynamic storage.
- Quaternions: added support for GCC 2.95.x.
- Octonions: added support for GCC 2.95.x.
- Smart Pointers Library: Peter Dimov contributed a new
implementation that fixes some bugs and adds some features including
thread safety when manipulating the use count,
custom delete functions,
a new weak_ptr, and
shared_static_cast
and
shared_dynamic_cast.
- Preprocessor Library:
changed macro prefix from BOOST_PREPROCESSOR to BOOST_PP, added
support for list data structure manipulation, added examples,
made library ANSI C friendly, added generalized repetition
and iteration primitives, improved reference
manual.
- Threads Library: Mac
Carbon implementation contributed by Mac Murrett.
- Minor fixes to many libraries.
November 30, 2001 - Version 1.26.0
November 5, 2001 - Version 1.25.1
- Boost Build System: Continued
improvements.
- Config Library: Continued
refinements.
- Graph Library: Final cleanup for
upcoming the Boost Graph Library book.
- Thread Library: Minor fixes -
tests now pass on most Win32 and POSIX systems including Linux and Solaris.
Semaphore removed as too error prone.
- Function Library: direct support for member function pointers and documentation updates.
- Boost-Users mailing list has been created to address topics of interest to users of Boost libraries.
- Boost Wiki web added. Provides a place for Boost users to openly discuss and document the use of Boost libraries. It is not officially maintained by Boost developers.
|