[pkg-boost-devel] boost1.37_1.37.0-2_amd64.changes is NEW
Debian Installer
installer at ftp-master.debian.org
Mon Dec 15 05:02:26 UTC 2008
(new) boost1.37_1.37.0-2.diff.gz optional libs
(new) boost1.37_1.37.0-2.dsc optional libs
(new) libboost-date-time1.37-dev_1.37.0-2_amd64.deb optional libdevel
set of date-time libraries based on generic programming concepts
Part of the Boost C++ Libraries collection.
.
These libraries are intended to make programming with dates and times
almost as simple and natural as programming with strings and integers.
(new) libboost-date-time1.37.0_1.37.0-2_amd64.deb optional libs
set of date-time libraries based on generic programming concepts
Part of the Boost C++ Libraries collection.
.
These libraries are intended to make programming with dates and times
almost as simple and natural as programming with strings and integers.
(new) libboost-filesystem1.37-dev_1.37.0-2_amd64.deb optional libdevel
filesystem operations (portable paths, iteration over directories, etc) in C++
Part of the Boost C++ Libraries collection.
.
The Boost Filesystem Library provides portable facilities to query and
manipulate paths, files, and directories. The goal is to
facilitate portable script-like operations from within C++ programs.
(new) libboost-filesystem1.37.0_1.37.0-2_amd64.deb optional libs
filesystem operations (portable paths, iteration over directories, etc) in C++
Part of the Boost C++ Libraries collection.
.
The Boost Filesystem Library provides portable facilities to query and
manipulate paths, files, and directories. The goal is to
facilitate portable script-like operations from within C++ programs.
(new) libboost-graph1.37-dev_1.37.0-2_amd64.deb optional libdevel
generic graph components and algorithms in C++
Part of the Boost C++ Libraries collection.
.
Graphs are mathematical abstractions that are useful for solving
many types of problems in computer science. Consequently, these
abstractions must also be represented in computer programs. A
standardized generic interface for traversing graphs is of utmost
importance to encourage reuse of graph algorithms and data structures.
(new) libboost-graph1.37.0_1.37.0-2_amd64.deb optional libs
generic graph components and algorithms in C++
Part of the Boost C++ Libraries collection.
.
Graphs are mathematical abstractions that are useful for solving
many types of problems in computer science. Consequently, these
abstractions must also be represented in computer programs. A
standardized generic interface for traversing graphs is of utmost
importance to encourage reuse of graph algorithms and data structures.
(new) libboost-iostreams1.37-dev_1.37.0-2_amd64.deb optional libdevel
Boost.Iostreams Library development files
Part of the Boost C++ Libraries collection.
.
Boost.Iostreams are a collection of concepts and set of templates
which turn models of these concepts into C++ standard library streams
and stream buffers.
(new) libboost-iostreams1.37.0_1.37.0-2_amd64.deb optional libs
Boost.Iostreams Library
Part of the Boost C++ Libraries collection.
.
Boost.Iostreams are a collection of concepts and set of templates
which turn models of these concepts into C++ standard library streams
and stream buffers.
(new) libboost-math1.37-dev_1.37.0-2_amd64.deb optional libdevel
Boost.Math Library development files
Part of the Boost C++ Libraries collection.
.
This library is divided into three interconnected parts:
* Statistical Distributions: Provides a reasonably comprehensive set of
statistical distributions, upon which higher level statistical tests
can be built.
* Mathematical Special Functions: Provides a small number of high quality
special functions, initially these were concentrated on functions used in
statistical applications along with those in the Technical Report on
C++ Library Extensions.
* Implementation Toolkit: Provides many of the tools required to implement
mathematical special functions.
(new) libboost-math1.37.0_1.37.0-2_amd64.deb optional libs
Boost.Math Library
Part of the Boost C++ Libraries collection.
.
This library is divided into three interconnected parts:
* Statistical Distributions: Provides a reasonably comprehensive set of
statistical distributions, upon which higher level statistical tests
can be built.
* Mathematical Special Functions: Provides a small number of high quality
special functions, initially these were concentrated on functions used in
statistical applications along with those in the Technical Report on
C++ Library Extensions.
* Implementation Toolkit: Provides many of the tools required to implement
mathematical special functions.
(new) libboost-program-options1.37-dev_1.37.0-2_amd64.deb optional libdevel
program options library for C++
Part of the Boost C++ Libraries collection.
.
Library to let program developers obtain program options, that is
(name, value) pairs from the user, via conventional methods such as
command line and config file.
(new) libboost-program-options1.37.0_1.37.0-2_amd64.deb optional libs
program options library for C++
Part of the Boost C++ Libraries collection.
.
Library to let program developers obtain program options, that is
(name, value) pairs from the user, via conventional methods such as
command line and config file.
(new) libboost-python1.37-dev_1.37.0-2_amd64.deb optional libdevel
Boost.Python Library development files
Part of the Boost C++ Libraries collection.
.
The Boost Python Library is used to quickly and easily export a C++
library to Python such that the Python interface is very similar to
the C++ interface. It is designed to be minimally intrusive on your
C++ design. In most cases, you should not have to alter your C++
classes in any way in order to use them with Boost.Python. The
system should simply "reflect" your C++ classes and functions into
Python. The major features of Boost.Python include support for:
Subclassing extension types in Python, Overriding virtual functions
in Python, Member function Overloading, Automatic wrapping of
numeric operators among others.
.
This package also contains the pyste Boost.Python code generator that
allows the user to specify classes and functions to be exported using
a simple interface file, which following the Boost.Python's
philosophy, is simple Python code.
.
This package allows development of a Python interface for all current
versions of Python in Debian. Code using this library will need also
one of the Python development packages.
(new) libboost-python1.37.0_1.37.0-2_amd64.deb optional python
Boost.Python Library
Part of the Boost C++ Libraries collection.
.
The Boost Python Library is used to quickly and easily export a C++
library to Python such that the Python interface is very similar to
the C++ interface. It is designed to be minimally intrusive on your
C++ design. In most cases, you should not have to alter your C++
classes in any way in order to use them with Boost.Python. The
system should simply "reflect" your C++ classes and functions into
Python. The major features of Boost.Python include support for:
Subclassing extension types in Python, Overriding virtual functions
in Python, Member function Overloading, Automatic wrapping of
numeric operators among others.
(new) libboost-regex1.37-dev_1.37.0-2_amd64.deb optional libdevel
regular expression library for C++
Part of the Boost C++ Libraries collection.
.
Regular expressions are a form of pattern-matching that are often
used in text processing; many users will be familiar with the Unix
utilities grep, sed and awk, and the programming language perl, each
of which make extensive use of regular expressions. Traditionally C++
users have been limited to the POSIX C APIs for manipulating regular
expressions, and while regex does provide these APIs, they do not
represent the best way to use the library. For example regex can cope
with wide character strings, or search and replace operations (in a
manner analogous to either sed or perl), something that traditional C
libraries can not do.
(new) libboost-regex1.37.0_1.37.0-2_amd64.deb optional libs
regular expression library for C++
Part of the Boost C++ Libraries collection.
.
Regular expressions are a form of pattern-matching that are often
used in text processing; many users will be familiar with the Unix
utilities grep, sed and awk, and the programming language perl, each
of which make extensive use of regular expressions. Traditionally C++
users have been limited to the POSIX C APIs for manipulating regular
expressions, and while regex does provide these APIs, they do not
represent the best way to use the library. For example regex can cope
with wide character strings, or search and replace operations (in a
manner analogous to either sed or perl), something that traditional C
libraries can not do.
(new) libboost-serialization1.37-dev_1.37.0-2_amd64.deb optional libdevel
serialization library for C++
This is a partial list of provided functionalities:
.
* proper restoration of pointers to shared data
* serialization of STL containers and other commonly used templates
* data portability - streams of bytes created on one platform should
be readable on any other
* archive interface must be rich enough to permit the creation of an
archive that presents serialized data as XML in a useful manner
.
serialization: the reversible deconstruction of an arbitrary set of
C++ data structures to a sequence of bytes.
archive: to refer to a specific rendering of this stream of bytes.
(new) libboost-serialization1.37.0_1.37.0-2_amd64.deb optional libs
serialization library for C++
This is a partial list of provided functionalities:
.
* proper restoration of pointers to shared data
* serialization of STL containers and other commonly used templates
* data portability - streams of bytes created on one platform should
be readable on any other
* archive interface must be rich enough to permit the creation of an
archive that presents serialized data as XML in a useful manner
.
serialization: the reversible deconstruction of an arbitrary set of
C++ data structures to a sequence of bytes.
archive: to refer to a specific rendering of this stream of bytes.
(new) libboost-signals1.37-dev_1.37.0-2_amd64.deb optional libdevel
managed signals and slots library for C++
Part of the Boost C++ Libraries collection.
.
Signals represent callbacks with multiple targets, and are also
called publishers or events in similar systems. Signals are connected
to some set of slots, which are callback receivers (also called event
targets or subscribers), which are called when the signal is
"emitted."
(new) libboost-signals1.37.0_1.37.0-2_amd64.deb optional libs
managed signals and slots library for C++
Part of the Boost C++ Libraries collection.
.
Signals represent callbacks with multiple targets, and are also
called publishers or events in similar systems. Signals are connected
to some set of slots, which are callback receivers (also called event
targets or subscribers), which are called when the signal is
"emitted."
(new) libboost-system1.37-dev_1.37.0-2_amd64.deb optional libdevel
Operating system (e.g. diagnostics support) library
Part of the Boost C++ Libraries collection.
.
The Boost System library provides simple, light-weight error_code
objects that encapsulate system-specific error code values, yet also
provide access to more abstract and portable error conditions via
error_condition objects. Because error_code objects can represent
errors from sources other than the operating system, including
user-defined sources, each error_code and error_condition has an
associated error_category.
(new) libboost-system1.37.0_1.37.0-2_amd64.deb optional libs
Operating system (e.g. diagnostics support) library
Part of the Boost C++ Libraries collection.
.
The Boost System library provides simple, light-weight error_code
objects that encapsulate system-specific error code values, yet also
provide access to more abstract and portable error conditions via
error_condition objects. Because error_code objects can represent
errors from sources other than the operating system, including
user-defined sources, each error_code and error_condition has an
associated error_category.
(new) libboost-test1.37-dev_1.37.0-2_amd64.deb optional libdevel
components for writing and executing test suites
Part of the Boost C++ Libraries collection. The library contains
several components.
.
* Basic execution, error detection, and reporting facility.
* Facilities to monitor program execution and produce error reports.
* Unit test framework to simplify writing test cases.
(new) libboost-test1.37.0_1.37.0-2_amd64.deb optional libs
components for writing and executing test suites
Part of the Boost C++ Libraries collection. The library contains
several components.
.
* Basic execution, error detection, and reporting facility.
* Facilities to monitor program execution and produce error reports.
* Unit test framework to simplify writing test cases.
(new) libboost-thread1.37-dev_1.37.0-2_amd64.deb optional libdevel
portable C++ multi-threading
Part of the Boost C++ Libraries collection.
.
Toolkit for writing C++ programs that execute as multiple,
asynchronous, independent, threads-of-execution. Each thread has its
own machine state including program instruction counter and
registers.
(new) libboost-thread1.37.0_1.37.0-2_amd64.deb optional libs
portable C++ multi-threading
Part of the Boost C++ Libraries collection.
.
Toolkit for writing C++ programs that execute as multiple,
asynchronous, independent, threads-of-execution. Each thread has its
own machine state including program instruction counter and
registers.
(new) libboost-wave1.37-dev_1.37.0-2_amd64.deb optional libdevel
C99/C++ preprocessor library
Part of the Boost C++ Libraries collection.
.
The Wave C++ preprocessor library is a Standards conformant
implementation of the mandated C99/C++ preprocessor functionality
packed behind a simple to use interface, which integrates well with
the well known idioms of the Standard Template Library (STL).
(new) libboost-wave1.37.0_1.37.0-2_amd64.deb optional libs
C99/C++ preprocessor library
Part of the Boost C++ Libraries collection.
.
The Wave C++ preprocessor library is a Standards conformant
implementation of the mandated C99/C++ preprocessor functionality
packed behind a simple to use interface, which integrates well with
the well known idioms of the Standard Template Library (STL).
(new) libboost1.37-dbg_1.37.0-2_amd64.deb extra libdevel
Boost C++ Libraries with debug symbols
Part of the Boost C++ Libraries collection.
.
These libraries are built with debug symbols. They are useful to debug
programs which use Boost. These must be used also at build/link time.
(new) libboost1.37-dev_1.37.0-2_amd64.deb optional libdevel
Boost C++ Libraries development files
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.
.
This package provides headers and the auxiliary tool bcp.
.
For the following subprojects separate packages exist:
date-time, filesystem, graph, python, regex, signals, test, and thread.
(new) libboost1.37-doc_1.37.0-2_all.deb optional doc
Boost.org libraries documentation
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.
.
This is documentation for the libboost1.37-dev package in HTML format.
Some pages point to header files provided in libboost1.37-dev package,
so it is suggested to install the latter as well.
Changes: boost1.37 (1.37.0-2) unstable; urgency=low
.
* control: Add Bcs-Browser and Vcs-Svn information.
.
* copyright: Update with the help of licensecheck, modified to detect
the Boost Software License; c.f. debian/licensecheck.diff.
.
* patches/atomic_count_gcc.patch: New. GCC version >= 4.2 has moved
<bits/atomic.h> to <ext/atomic.h>.
.
* patches/jam-hardening.patch: New. Fix warnings generated by hardening
options, -D_FORTIFY_SOURCE=2 and -Wformat-security. Thanks to Kees
Cook for the patch. Closes: #505734.
.
* patches/atomic_count.patch: New. Exclude armel, m68k, and sparc from
atomic_count_sync case since they do not have __sync functions
(http://gcc.gnu.org/onlinedocs/gcc-4.1.0/gcc/Atomic-Builtins.html).
.
* patches/math-c99.patch: New. Fix detection of long-double math
functions such as log1pl() and expm1l(). Upstream changeset 50055.
.
* patches/kfreebsd-jam.patch: New. Include <unistd.h> for all GLIBC
systems; fixes a build failure for kFreeBSD. Thanks to Petr Salinger
for the patch. Closes: #506736.
.
* patches/system-error-code.patch: New. Restore function
get_posix_category(). Closes: #503917. Thanks to Deng Xiyue for
researching the fix.
.
* patches/sp_counted_base.patch: New. Add armel, m68k, and sparc to
list of architectures that cannot use sp_counted_base_sync (they do
not have __sync functions).
* rules: The above patch means these architectures (and arm, which
is already accounted for in sp_counted_base.hpp) fall through to
sp_counted_base_spin, so we no longer need to specify
BOOST_SP_USE_PTHREADS.
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 503917 505734 506736
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-boost-devel
mailing list