Boost-announce
Threads by month
- ----- 2024 -----
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
December 2005
- 2 participants
- 2 discussions
Boost 1.33.1, the latest version of peer-reviewed, portable C++
libraries, has been released. This is a bug fix release addressing
many small problems with the 1.33.0 release. It is a recommended
upgrade for all users of Boost 1.33.0.
Boost is available at http://www.boost.org
Updated Libraries include:
* Any Library: Cast to reference types introduced in 1.33.0 is now
documented on any_cast documentation page.
* Config Library: Don't undef BOOST_LIB_TOOLSET after use.
* Boost.Python:
o The build now assumes Python 2.4 by default, rather than
2.2
o Support Python that's built without Unicode support
o Support for wrapping classes with overloaded address-of (&)
operators
* Smart Pointer Library: Fixed problems under Metrowerks
CodeWarrior on PowerPC (Mac OS X) with inlining on, GNU GCC on
PowerPC 64.
* Regex Library: Fixed the supplied makefiles, and other small
compiler specific changes. Refer to the regex history page for
more information on these and other small changes.
* Iostreams Library: Improved the interface for accessing a chain's
components, added is_open members to the file and file descriptor
devices, fixed memory-mapped files on Windows, and made minor
changes to the documentation.
* Functional/Hash Library: Fixed the points example.
* Multi-index Containers Library: Fixed a problem with
multithreaded code, and other minor changes. Refer to the library
release notes for further details.
* Graph Library:
o Fixed a problem with the relaxed heap on x86 Linux (fixes
bug in dijkstra_shortest_paths).
o Fixed problems with cuthill_mckee_ordering and
king_ordering producing no results.
o Added color_map parameter to dijkstra_shortest_paths.
* Signals Library: Fixed problems with the use of Signals across
shared library boundaries.
* Thread library: read_write_mutex has been removed due to problems
with deadlocks.
* Wave library (V1.2.1) Fixed a couple of problems, refer to the
change log for further details.
Supported Compilers
Boost is tested on a wide range of compilers and platforms. Since
Boost libraries rely on modern C++ features not available in all
compilers, not all Boost libraries will work with every compiler. The
following compilers and platforms have been extensively tested with
Boost, although many other compilers and platforms will work as
well. For more information, see the regression test results.
New for this release: Support for building with the newest STLport-5.0
was added. The support includes building with MinGW Runtime 3.8 plus
STLport-5.0 improved to support wide character operations. Apple GCC
4.0, HP Tru64 C++, and Microsoft Visual C++ 8.0 are supported
platforms. We have added an experimental autoconf-like configure
script for Unix-like systems: run configure --help for more
information.
* Apple GCC 3.3, 4.0 on Mac OS X.
* Borland C++ 5.6.4 on Windows.
* GNU C++ 2.95.3 (with and without STLport), 3.2.x., 3.3.x, 3.4.x,
4.0.x on Windows, Linux and Solaris.
* HP C++ for Tru64 UNIX 7.1.
* Intel C++ 8.1, 9.0 on Windows, Linux.
* Metrowerks CodeWarrior 8.3, 9.4, 9.5 on Mac OS X and Windows.
* Microsoft Visual C++ 6.0 (sp5, with and without STLport), 7.0,
7.1, 8.0. Note: Boost does not support the non-standard "Safe"
C++ Library shipping with Visual C++ 8.0, which may result in
many spurious warnings from Boost headers and other standards-
conforming C++ code. To suppress these warnings, define the macro
_SCL_SECURE_NO_DEPRECATE.
Acknowledgements
Douglas Gregor managed this release.
A great number of people contributed their time and expertise to make
this release possible. Special thanks go to Aleksey Gurtovoy and Misha
Bergal, who managed to keep the regression testing system working
throughout the release process; David Abrahams, Beman Dawes, Aleksey
Gurtovoy, Bronek Kozicki, Rene Rivera and Jonathan Turkanis for
greatly improving the quality of this release; Rene Rivera for the new
Boost web page design; and Zoltan "cad" Juhasz for the new Boost logo.
1
0
Review Wizard Status Report
Tom Brinkman
Ronald Garcia
1) News
2) Review Managers Needed
3) Review Queue
4) Libraries under development
////////////////////////////////////////////////////////////////////
1) News
////////////////////////////////////////////////////////////////////
Ronald Garcia has signed on as co-wizard to assist Tom Brinkman. Feel
free to contact either of us with questions or review requests.
Output Formatters, Singleton, and Interfaces have been removed from the
review
queue. Reece Dunn,
Jason Hise, and Jonathan Turkanis, the respective library authors, do
not
currently have the time to make the changes necessary prior to a
review. We hope to see these libraries updated and resubmitted
some time in the not too distant future.
We need review managers. Please take a look at the list of libraries
in need of managers and check out their descriptions. If you can
serve as review manager for any of them, send one of us an email.
Note:
If you have any suggestions about how we could improve
the Review Wizard's status report or if we have forgotten anything,
please email "reportbase at gmail dot com"
and "garcia at cs dot indiana dot edu".
////////////////////////////////////////////////////////////////////
2) Review Managers Needed
////////////////////////////////////////////////////////////////////
There are a few libraries in the review queue in need
of review managers. If you would like to volunteer to be a review
manager, please contact Ron or Tom.
The following libraries still require review manager volunteers:
Fixed Strings
Intrusive Containers
Singleton (Re-review)
Fusion
Shmem
Type Traits (modification)
////////////////////////////////////////////////////////////////////
3) Review Queue
////////////////////////////////////////////////////////////////////
asio - December 10 2005 - December 24 2005
Policy Pointer
Fixed Strings
Intrusive Containers
Function Types (mini-re-review)
Fusion
Shmem
Type_Traits
asio
Author - Christopher Kohlhoff
Review Manager - Jeff Garland
Download:
http://asio.sourceforge.net/
Description:
asio is a cross-platform C++ library for network programming that
provides developers with a consistent asynchronous I/O model using a
modern C++ approach.
To use asio's SSL support, OpenSSL is required. OpenSSL is not
necessary to use the rest of asio.
asio consists only of header files, and so there is no need to build
any libraries before using asio in your own applications.
asio supports the following platforms and compilers:
Win32 using Visual C++ 7.1 and Visual C++ 8.0.
Win32 using Borland C++Builder 6 patch 4.
Win32 using MinGW.
Linux (2.4 or 2.6 kernels) using g++ 3.3 or later.
Solaris using g++ 3.3 or later.
Mac OS X 10.4 using g++ 3.3 or later.
Type_Traits (modification)
Author - Alexander Nasonov
Review Manager - To be determined
Download :
You can download it from
http://cpp-experiment.sourceforge.net/promote-20050917.tar.gz
or browse it online
http://cpp-experiment.sourceforge.net/promote-20050917/
Description:
Proposal to add promote, integral_promotion and
floating_point_promotion
class templates to type_traits library.
Alexander tried it on different compilers with various success:
GNU/Linux (gentoo-hardened): gcc 3.3 and 3.4, Intel 7, 8 and 9
Windows: VC7 free compiler
Sparc Solaris: Sun C++ 5.3 and 5.7
See comments at the beginning of promote_enum_test.cpp for what is
broken.
http://cpp-experiment.sourceforge.net/promote-20050917/libs/
type_traits/test/promote_enum_test.cpp
Alexandar used to compile tests on VC6 and I'm pretty sure I can add
workarounds if
someone is still interested. Actually, it compiled the tests better
then VC7.
As for Borland 5.5, is_enum is broken and I don't see any reason to
support this compiler.
Alexandar requests a fast-track review.
Policy Pointer
Author - David Held & Jonathan Turkanis
Review Manager - Gennadiy Rozenthal
Download:
Boost Sandbox (http://boost-sandbox.sourceforge.net/) under
policy_ptr
Description:
Smart pointers are used to automate memory management by handling
the
deletion of dynamically allcoated objects (and other resources).
They assist in ensuring program correctness, exception safety, and
memory integrity. Policy Pointer is a policy-based smart
pointer framework designed to accomodate the large number of
smart pointer designs. Through the use of policy classes,
virtually any smart pointer type can be constructed within this
framework. This library is a Boostification of the original
Loki::SmartPtr type with significant modifications.
Fixed Strings
Author - Reece Dunn
Review Manager - to be determined
Download:
Boost Sandbox (http://boost-sandbox.sourceforge.net/) under
fixed_string
Description:
The fixed string library provides buffer overrun protection for
static
sized strings (char s[ n ]). It provides a C-style string
interface for compatibility with C code (for
example, porting a C program to C++).
There is also a std::string-style interface using a class based on
flex_string by Andre Alexandrescu with a few limitations due to the
non-resizable nature of the class.
Intrusive Containers
Author - Olaf Krzikalla
Review Manager - to be determined
Download:
http://people.freenet.de/turtle++/intrusive.zip
Description:
While intrusive containers were and are widely used in C, they
became
more and more forgotten in the C++-world due to the presence of the
standard containers, which don't support intrusive
techniques. Boost.Intrusive not only reintroduces this technique to
C++, but also encapsulates the implementation in STL-like
interfaces. Hence anyone familiar with standard containers can use
intrusive containers with ease.
Function Types (mini-re-review)
Author - Tobias Schwinger
Review Manager - John Maddock
Download:
http://boost-sandbox.sourceforge.net/vault/
Description:
This library provides a metaprogramming facility
to classify, decompose and synthesize function-,
function pointer-, function reference- and
member function pointer types. For the purpose
of this documentation, these types are
collectively referred to as function
types (this differs from the standard
definition and redefines the term from
a programmer's perspective to refer to
the most common types that involve functions).
The classes introduced by this library
shall conform to the concepts of the
Boost Metaprogramming library (MPL).
The Function Types library enables the user to:
* test an arbitrary type for
being a function type of specified kind,
* inspect properties of function types,
* view and modify sub types of an
encapsulated function type with
MPL Sequence operations, and
* synthesize function types.
This library supports variadic functions and
can be configured to support
non-default calling conventions.
Shmem
Author - Ion Gaztanaga
Review Manager - to be determined
Download:
Boost Sandbox Vault -> Memory
(http://boost-sandbox.sourceforge.net/vault/index.php?
direction=0&order=&directory=Memory)
http://ice.prohosting.com/newfunk/boost/libs/shmem/doc/html/index.html
Description:
Shmem offers tools to symplify shared memory usage in
applications. These include shared memory creation/destruction and
synchronization objects. It also implements dynamic allocation of
portions of a shared memory segment and an easy way to construct C++
objects in shared memory.
Apart from this, Shmem implements a wide range of STL-like
containers
and allocators that can be safely placed in shared memory, helpful
to
implement complex shared memory data-bases and other efficient
inter-process communications.
Fusion
Author - Joel de Guzman
Review Manager - to be determined
Download:
http://spirit.sourceforge.net/dl_more/fusion_v2/
Description:
Fusion is a library of heterogenous containers and views and
algorithms. A set of heterogenous containers (vector, list, set and
map) is provided out of the box along with view classes that present
various composable views over the data. The containers and views
follow a common sequence concept with an underlying iterator concept
that binds it all together, suitably making the algorithms fully
generic over all sequence types.
The architecture is somewhat modeled after MPL which in turn is
modeled after STL. It is code-named "fusion" because the library is
the "fusion" of compile time metaprogramming with runtime
programming.
////////////////////////////////////////////////////////////////////
4) Libraries under development
////////////////////////////////////////////////////////////////////
Please let us know of any libraries you are currently
developing that you intend to submit for review.
Output Formatters
Singleton
Interfaces
Output Formatters
Author - Reece Dunn
Download:
Boost Sandbox (http://boost-sandbox.sourceforge.net/) under outfmt
Description:
The I/O formatters library provides an easy and customizable way to
input/output arrays, STL arrays, STL collections, sub-arrays from/to
STL streams. It allows you to configure how each element in such an
array will be written to the stream or read from the stream,
while providing reasonable defaults.
Singleton
Author - Jason Hise
Download:
http://tinyurl.com/6qvrd (old version from previous review)
Description:
Singleton is feature rich library:
- ensuring single instance of a class
and global access point to this instance
- with policies specifying:
- when the instance gets created
(manually, immediatelly, when first used, ...)
- how is the instance created
(by new, malloc, in static memory, ...)
- when the instance gets destroyed
(never, by priority, after another singleton, ...)
Parametrized singleton called Multiton is provided
City::pointer p1("Chicago");
City::pointer p2("Brussels");
will create two different "singletons" of the same type.
Another feature is ability to register resources
(like shared pointer) who will get destroyed
in controlled order, when the application exits.
Not yet implemented features are:
- MT safety
- self-destroying singleton with timeout
- bjam compatible tests
The library is known to work with several newer compilers,
VC7.1 among them. Help with other compilers is welcomed.
Interfaces
Author - Jonathan Turkanis
Download:
http://www.kangaroologic.com/interfaces
Description:
Interfaces provides a macro-based Interface Definition Language
(IDL) which can be used to define C++ class types called
interfaces. An interface is a lightweight value type associated with
a set of named function signatures. An interface instance can be
bound at runtime to any object which implements the interface, i.e.,
to any object of a type with accessible non-static member functions
having the same name and signature as the set of functions
associated
with the interface. The functions of the bound object can then be
invoked through the interface instance using the 'dot'
operator. Binding is completely non-intrusive: the object's type
need
not declare any virtual functions or derive from any particluar base
class.
Current applications of Boost.Interfaces include:
* Non-intrusive dynamic polymorphism: interfaces can often be
used in place of abstract base classes, and are sometimes much
faster
(see Performance).
* Dynamic inheritance: allows function calls to be forwarded
automatically to an object specified at runtime (see Delegation).
* Smart Interface Pointers: smart pointers which can manage the
lifetime of any object whose type implements a given interface.
* Smart References: like smart interface pointers, but the managed
object is accessed using the "dot" operator."
Tom Brinkman
Ronald Garcia
Boost Review Wizards
1
0