forked from pool/boost
- Use xz to compress tarballs.
- Generate new man pages tarball.
- Update pdf tarball.
- Update to 1.46:
New Libraries
Icl: Interval Container Library, interval sets and maps and
aggregation of associated values, from Joachim Faulhaber.
Updated Libraries
Array:
Added support for cbegin/cend
Asio:
Fixed an integer overflow problem that occurs when
ip::address_v4::broadcast() is used on 64-bit platforms.
Fixed a problem on older Linux kernels (where epoll is used
without timerfd support) that prevents timely delivery of
deadline_timer handlers, after the program has been running
for some time.
Bind:
make_adaptable now documented (#4532)
Concept Check:
fixed warnings with self-assignment (#4918)
Filesystem:
Version 3 of the library is now the default.
Verify, clarify, document that <boost/config/user.hpp> can
be used to specify BOOST_FILESYSTEM_VERSION. (#4891)
Replaced C-style assert with BOOST_ASSERT.
Undeprecated unique_path(). Instead, add a note mentioning
the workaround for lack of thread safety and possible
change to cwd. unique_path() is just too convenient to
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=53
This commit is contained in:
committed by
Git OBS Bridge
parent
7fea361161
commit
99396c7ed8
@@ -1,7 +1,7 @@
|
||||
Index: boost/accumulators/framework/accumulator_set.hpp
|
||||
===================================================================
|
||||
--- boost/accumulators/framework/accumulator_set.hpp.orig 2009-07-22 19:02:50.000000000 +0200
|
||||
+++ boost/accumulators/framework/accumulator_set.hpp 2010-04-08 17:34:47.655511321 +0200
|
||||
+++ boost/accumulators/framework/accumulator_set.hpp 2011-02-24 14:26:29.213705826 +0100
|
||||
@@ -234,7 +234,6 @@ struct accumulator_set
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
@@ -21,7 +21,7 @@ Index: boost/accumulators/framework/accumulator_set.hpp
|
||||
Index: boost/accumulators/framework/extractor.hpp
|
||||
===================================================================
|
||||
--- boost/accumulators/framework/extractor.hpp.orig 2008-06-20 05:47:42.000000000 +0200
|
||||
+++ boost/accumulators/framework/extractor.hpp 2010-04-08 18:58:03.343500575 +0200
|
||||
+++ boost/accumulators/framework/extractor.hpp 2011-02-24 14:26:29.214705762 +0100
|
||||
@@ -94,7 +94,6 @@ struct extractor
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@ Index: boost/accumulators/framework/extractor.hpp
|
||||
Index: boost/algorithm/string/finder.hpp
|
||||
===================================================================
|
||||
--- boost/algorithm/string/finder.hpp.orig 2009-09-13 21:10:55.000000000 +0200
|
||||
+++ boost/algorithm/string/finder.hpp 2010-04-08 17:39:51.851512438 +0200
|
||||
+++ boost/algorithm/string/finder.hpp 2011-02-24 14:26:29.260702841 +0100
|
||||
@@ -43,7 +43,6 @@ namespace boost {
|
||||
The result is given as an \c iterator_range delimiting the match.
|
||||
|
||||
@@ -109,7 +109,7 @@ Index: boost/algorithm/string/finder.hpp
|
||||
Index: boost/algorithm/string/formatter.hpp
|
||||
===================================================================
|
||||
--- boost/algorithm/string/formatter.hpp.orig 2009-09-13 21:10:55.000000000 +0200
|
||||
+++ boost/algorithm/string/formatter.hpp 2010-04-08 17:42:53.295011064 +0200
|
||||
+++ boost/algorithm/string/formatter.hpp 2011-02-24 14:26:29.293700743 +0100
|
||||
@@ -76,8 +76,6 @@ namespace boost {
|
||||
Construct the \c empty_formatter. Empty formatter always returns an empty
|
||||
sequence.
|
||||
@@ -122,7 +122,7 @@ Index: boost/algorithm/string/formatter.hpp
|
||||
Index: boost/date_time/dst_rules.hpp
|
||||
===================================================================
|
||||
--- boost/date_time/dst_rules.hpp.orig 2008-02-27 21:00:24.000000000 +0100
|
||||
+++ boost/date_time/dst_rules.hpp 2010-04-08 18:02:23.327435043 +0200
|
||||
+++ boost/date_time/dst_rules.hpp 2011-02-24 14:26:29.327698584 +0100
|
||||
@@ -94,7 +94,7 @@ namespace boost {
|
||||
* @param dst_start_offset Time offset within day for dst boundary
|
||||
* @param dst_end_day Ending day of dst for the given locality
|
||||
@@ -135,7 +135,7 @@ Index: boost/date_time/dst_rules.hpp
|
||||
Index: boost/date_time/strings_from_facet.hpp
|
||||
===================================================================
|
||||
--- boost/date_time/strings_from_facet.hpp.orig 2009-02-01 12:29:43.000000000 +0100
|
||||
+++ boost/date_time/strings_from_facet.hpp 2010-04-08 18:06:53.639511496 +0200
|
||||
+++ boost/date_time/strings_from_facet.hpp 2011-02-24 14:26:29.368695980 +0100
|
||||
@@ -21,8 +21,9 @@ namespace boost { namespace date_time {
|
||||
* all the month strings from a locale. This is handy when building
|
||||
* custom date parsers or formatters that need to be localized.
|
||||
@@ -163,7 +163,7 @@ Index: boost/date_time/strings_from_facet.hpp
|
||||
Index: boost/date_time/time_zone_names.hpp
|
||||
===================================================================
|
||||
--- boost/date_time/time_zone_names.hpp.orig 2008-02-27 21:00:24.000000000 +0100
|
||||
+++ boost/date_time/time_zone_names.hpp 2010-04-08 18:03:52.115011588 +0200
|
||||
+++ boost/date_time/time_zone_names.hpp 2011-02-24 14:26:29.393694393 +0100
|
||||
@@ -43,7 +43,7 @@ namespace date_time {
|
||||
* name: Pacific Standard Time and the abbreviated name: PST.
|
||||
* During daylight savings there are additional names:
|
||||
@@ -173,23 +173,10 @@ Index: boost/date_time/time_zone_names.hpp
|
||||
*/
|
||||
template<class CharT>
|
||||
class time_zone_names_base
|
||||
Index: boost/intrusive/circular_slist_algorithms.hpp
|
||||
===================================================================
|
||||
--- boost/intrusive/circular_slist_algorithms.hpp.orig 2009-10-15 20:46:26.000000000 +0200
|
||||
+++ boost/intrusive/circular_slist_algorithms.hpp 2010-04-08 18:09:14.535002037 +0200
|
||||
@@ -63,7 +63,7 @@ class circular_slist_algorithms
|
||||
|
||||
//! <b>Effects</b>: Constructs an non-used list element, putting the next
|
||||
//! pointer to null:
|
||||
- //! <tt>NodeTraits::get_next(this_node) == 0
|
||||
+ //! <tt>NodeTraits::get_next(this_node) == 0</tt>
|
||||
//!
|
||||
//! <b>Complexity</b>: Constant
|
||||
//!
|
||||
Index: boost/intrusive/linear_slist_algorithms.hpp
|
||||
===================================================================
|
||||
--- boost/intrusive/linear_slist_algorithms.hpp.orig 2009-10-15 20:46:26.000000000 +0200
|
||||
+++ boost/intrusive/linear_slist_algorithms.hpp 2010-04-08 18:09:42.795795376 +0200
|
||||
+++ boost/intrusive/linear_slist_algorithms.hpp 2011-02-24 14:26:29.437691597 +0100
|
||||
@@ -62,7 +62,7 @@ class linear_slist_algorithms
|
||||
|
||||
//! <b>Effects</b>: Constructs an non-used list element, putting the next
|
||||
@@ -202,7 +189,7 @@ Index: boost/intrusive/linear_slist_algorithms.hpp
|
||||
Index: boost/mpi/collectives.hpp
|
||||
===================================================================
|
||||
--- boost/mpi/collectives.hpp.orig 2007-11-25 19:07:19.000000000 +0100
|
||||
+++ boost/mpi/collectives.hpp 2010-04-08 17:44:55.323300553 +0200
|
||||
+++ boost/mpi/collectives.hpp 2011-02-24 14:26:29.476689122 +0100
|
||||
@@ -219,10 +219,6 @@ all_to_all(const communicator& comm, con
|
||||
* non-roots will reshape the objects held in their proxies based on
|
||||
* the skeleton sent from the root.
|
||||
@@ -228,7 +215,7 @@ Index: boost/mpi/collectives.hpp
|
||||
Index: boost/mpi/operations.hpp
|
||||
===================================================================
|
||||
--- boost/mpi/operations.hpp.orig 2007-11-25 19:07:19.000000000 +0100
|
||||
+++ boost/mpi/operations.hpp 2010-04-08 17:45:43.579010784 +0200
|
||||
+++ boost/mpi/operations.hpp 2011-02-24 14:26:29.501687533 +0100
|
||||
@@ -13,7 +13,7 @@
|
||||
* This header provides a mapping from function objects to @c MPI_Op
|
||||
* constants used in MPI collective operations. It also provides
|
||||
@@ -241,7 +228,7 @@ Index: boost/mpi/operations.hpp
|
||||
Index: boost/program_options/value_semantic.hpp
|
||||
===================================================================
|
||||
--- boost/program_options/value_semantic.hpp.orig 2010-01-08 22:00:57.000000000 +0100
|
||||
+++ boost/program_options/value_semantic.hpp 2010-04-08 17:32:01.139005255 +0200
|
||||
+++ boost/program_options/value_semantic.hpp 2011-02-24 14:26:29.552684294 +0100
|
||||
@@ -385,7 +385,7 @@ namespace boost { namespace program_opti
|
||||
typed_value<T, wchar_t>*
|
||||
wvalue(T* v);
|
||||
@@ -251,49 +238,10 @@ Index: boost/program_options/value_semantic.hpp
|
||||
value_semantic won't accept any explicit value. So, if the option
|
||||
is present on the command line, the value will be 'true'.
|
||||
*/
|
||||
Index: boost/units/cmath.hpp
|
||||
===================================================================
|
||||
--- boost/units/cmath.hpp.orig 2009-07-28 21:05:27.000000000 +0200
|
||||
+++ boost/units/cmath.hpp 2010-04-08 17:59:56.771242946 +0200
|
||||
@@ -30,7 +30,7 @@
|
||||
/// \file
|
||||
/// \brief Overloads of functions in \<cmath\> for quantities
|
||||
///
|
||||
-/// \detailed Only functions for which a dimensionally-correct result type
|
||||
+/// \detail Only functions for which a dimensionally-correct result type
|
||||
/// can be determined are overloaded. All functions work with dimensionless
|
||||
/// quantities.
|
||||
|
||||
Index: boost/units/dim.hpp
|
||||
===================================================================
|
||||
--- boost/units/dim.hpp.orig 2008-06-20 06:37:32.000000000 +0200
|
||||
+++ boost/units/dim.hpp 2010-04-08 17:59:12.003511062 +0200
|
||||
@@ -36,7 +36,7 @@ struct dim_tag { };
|
||||
|
||||
/// \brief Dimension tag/exponent pair for a single fundamental dimension.
|
||||
///
|
||||
-/// \detailed
|
||||
+/// \detail
|
||||
/// The dim class represents a single dimension tag/dimension exponent pair.
|
||||
/// That is, @c dim<tag_type,value_type> is a pair where @c tag_type represents the
|
||||
/// fundamental dimension being represented and @c value_type represents the
|
||||
Index: boost/units/operators.hpp
|
||||
===================================================================
|
||||
--- boost/units/operators.hpp.orig 2009-01-09 18:31:30.000000000 +0100
|
||||
+++ boost/units/operators.hpp 2010-04-08 18:00:09.503745620 +0200
|
||||
@@ -19,7 +19,7 @@
|
||||
/// \file
|
||||
/// \brief Compile time operators and typeof helper classes.
|
||||
///
|
||||
-/// \detailed
|
||||
+/// \detail
|
||||
/// These operators declare the compile-time operators needed to support dimensional
|
||||
/// analysis algebra. They require the use of Boost.Typeof.
|
||||
/// Typeof helper classes define result type for heterogeneous operators on value types.
|
||||
Index: libs/mpi/doc/mpi.qbk
|
||||
===================================================================
|
||||
--- libs/mpi/doc/mpi.qbk.orig 2009-08-06 21:04:54.000000000 +0200
|
||||
+++ libs/mpi/doc/mpi.qbk 2010-04-08 18:14:30.531010979 +0200
|
||||
+++ libs/mpi/doc/mpi.qbk 2011-02-24 14:26:29.694675277 +0100
|
||||
@@ -1846,7 +1846,7 @@ routine, e.g.,
|
||||
|
||||
`skeleton_proxy` objects can be received on the other end via `recv()`,
|
||||
|
||||
Reference in New Issue
Block a user