diff --git a/index.htm b/index.htm index b4780cae24..ed0ca133b3 100644 --- a/index.htm +++ b/index.htm @@ -134,7 +134,8 @@
This is a bug fix release addressing many problems with the 1.34.0 release. It is a recommended upgrade for all users of Boost 1.34.0. For a complete list of fixes see @@ -220,9 +221,6 @@ from various branches and Rene Rivera for general build and installation support.
-“...one of the
most highly regarded and expertly designed C++ library projects
@@ -51,8 +50,637 @@
This is a bug fix release addressing many problems with the 1.34.0 release.
+ It is a recommended upgrade for all users of Boost 1.34.0. For a complete list of fixes see
+ Boost Trac. New in this release is improved support for
+ the IBM XL C/C++ compiler. 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.
+ New in this release 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. Thomas Witt
+ managed this release. A great number of people contributed their time
+ and expertise to make this release possible. Special
+ thanks go to Kim Barrett consolidating Boost.Iostreams changes
+ from various branches and Rene Rivera for general build and installation
+ support. 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. Thomas Witt
+ managed this release. A great number of people contributed their time
+ and expertise to make this release possible. Special
+ thanks go to Vladimir Prus for making Boost.Build version 2
+ a reality, David Abrahams for authoring a new getting
+ started guide and Greg D. for answering
+ countless questions.1.34.1 (13 July 2007)
+
+ Supported Compilers
+
+
+
+
+
+
+ _SCL_SECURE_NO_DEPRECATE
.Acknowledgements
+
+ 1.34.0 (12 May 2007)
+ New Libraries
+
+
+
+
+ std::tr1
. Highlights
+ include: Reference Wrappers, Smart Pointers,
+ result_of, Function Object Binders, Polymorphic
+ function wrappers, Type Traits, Random Number
+ Generators and Distributions, Tuples, Fixed Size
+ Array, Hash Function Objects, Regular Expressions,
+ and Complex Number Additional Algorithms.Updated Libraries
+
+
+
+
+
+
+
+ ptr_map<key,T>
via the new
+ function ptr_map_insert()
+
+
+
+ bind(&X:foo, &x, _1, _2)
+ requires no heap allocation when placed into a
+ Boost.Function object.
+
+
+
+ boost_graph
(from
+ bgl-viz
) to match Boost
+ conventions.operator[]
. Range checking can be
+ disabled by defining the macro
+ BOOST_DISABLE_ASSERTS
before including
+ multi_array.hpp. A bug in
+ multi_array::resize()
related
+ to storage orders was fixed.
+
+
+
+ boost::none_t and boost::none
now added to Optional's documentation'T'
and 'none_t'
make_optional(val), make_optional(cond,val) and
+ get_optional_value_or(opt,alternative_value)
added.get_value_or(alternative_value)
added.
+
+
+
+ std::auto_ptr<T>
overloads
+ added s.t. one can also pass
+ std::auto_ptr<T>
instead of
+ only T*
arguments to member
+ functions.transfer()
now has weaker
+ requirements s.t. one can transfer objects from
+ ptr_container<Derived>
to
+ ptr_container<Base>
,
+
+
+ docstring_options.hpp
header is
+ available to control the content of
+ docstrings.stl_input_iterator
, for
+ turning a Python iterable object into an STL
+ input iterator, from Eric Niebler.void*
conversions
+ is added.boost::python::import()
,
+ boost::python::exec()
,
+ and boost::python::exec_file()
).
+
+ pointer_cast
and
+ pointer_to_other
utilities to
+ allow pointer-independent code, from Ion
+ Gaztanaga.
+
+ lexicographical_compare
join
is_less
, is_not_greater
.
+ *_head/tail
, *_nth
).
+
+
+ Supported Compilers
+
+
+
+
+
+
+ _SCL_SECURE_NO_DEPRECATE
.Acknowledgements
+
+ 1.33.1 (5 Dec 2005)
+
+ 1.33.1 (5 Dec 2005)
Updated Libraries