boost-defaults 1.58.0.0ubuntu1 source package in Ubuntu

Changelog

boost-defaults (1.58.0.0ubuntu1) wily; urgency=medium

  * Set default Boost to 1.58.0.

 -- Matthias Klose <email address hidden>  Tue, 21 Jul 2015 10:15:40 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Wily
Original maintainer:
Debian Boost Team
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
boost-defaults_1.58.0.0ubuntu1.tar.gz 10.4 KiB e83c47e0273aa91ed4f3419e3727d4aac0daf0af16242d574d27e8a74d90891e
boost-defaults_1.58.0.0ubuntu1.dsc 3.7 KiB 8bfedeb5def8e91559cf0c7ec80895a0e7b3ea7a417ec29a775e46d530262106

View changes file

Binary packages built by this source

libboost-all-dev: No summary available for libboost-all-dev in ubuntu wily.

No description available for libboost-all-dev in ubuntu wily.

libboost-all-dev-dbgsym: debug symbols for package libboost-all-dev

 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 metapackage provides the complete Boost development environment,
 including all separately-packaged libraries.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-atomic-dev: No summary available for libboost-atomic-dev in ubuntu wily.

No description available for libboost-atomic-dev in ubuntu wily.

libboost-atomic-dev-dbgsym: No summary available for libboost-atomic-dev-dbgsym in ubuntu wily.

No description available for libboost-atomic-dev-dbgsym in ubuntu wily.

libboost-chrono-dev: No summary available for libboost-chrono-dev in ubuntu wily.

No description available for libboost-chrono-dev in ubuntu wily.

libboost-chrono-dev-dbgsym: No summary available for libboost-chrono-dev-dbgsym in ubuntu wily.

No description available for libboost-chrono-dev-dbgsym in ubuntu wily.

libboost-context-dev: No summary available for libboost-context-dev in ubuntu wily.

No description available for libboost-context-dev in ubuntu wily.

libboost-context-dev-dbgsym: No summary available for libboost-context-dev-dbgsym in ubuntu wily.

No description available for libboost-context-dev-dbgsym in ubuntu wily.

libboost-coroutine-dev: No summary available for libboost-coroutine-dev in ubuntu wily.

No description available for libboost-coroutine-dev in ubuntu wily.

libboost-coroutine-dev-dbgsym: debug symbols for package libboost-coroutine-dev

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Coroutine provides templates for generalized subroutines which
 allow multiple entry points for suspending and resuming execution at
 certain locations. It preserves the local state of execution and
 allows re-entering subroutines more than once (useful if state must
 be kept across function calls).
 .
 Coroutines can be viewed as a language-level construct providing a
 special kind of control flow.
 .
 In contrast to threads, which are pre-emptive, coroutine switches are
 cooperative (programmer controls when a switch will happen). The
 kernel is not involved in the coroutine switches.
 .
 The implementation uses Boost.Context for context switching.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-date-time-dev: No summary available for libboost-date-time-dev in ubuntu wily.

No description available for libboost-date-time-dev in ubuntu wily.

libboost-date-time-dev-dbgsym: debug symbols for package libboost-date-time-dev

 This package forms 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-dbg: Boost C++ Libraries with debug symbols (default version)

 This package forms 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-dev: Boost C++ Libraries development files (default version)

 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 for all Boost libraries.
 .
 Extended precision arithmetic package libmpfrc++-dev or libntl-dev is
 required to use the Boost.Multiprecision wrapping of the respective
 library.
 .
 For the following subprojects separate packages exist: chrono,
 date-time, exception filesystem, graph, iostreams, locale, math, mpi,
 program_options, python, regex, serialization, signals, system, test,
 thread, timer, and wave.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-dev-dbgsym: No summary available for libboost-dev-dbgsym in ubuntu wily.

No description available for libboost-dev-dbgsym in ubuntu wily.

libboost-doc: Boost.org libraries documentation (default version)

 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 boost libraries in HTML format.
 Some pages point to header files provided in the corresponding -dev package,
 so it is suggested to install the latter as well.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-exception-dev: No summary available for libboost-exception-dev in ubuntu wily.

No description available for libboost-exception-dev in ubuntu wily.

libboost-exception-dev-dbgsym: No summary available for libboost-exception-dev-dbgsym in ubuntu wily.

No description available for libboost-exception-dev-dbgsym in ubuntu wily.

libboost-filesystem-dev: filesystem operations (portable paths, iteration over directories, etc) in C++ (default version)

 This package forms 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-filesystem-dev-dbgsym: No summary available for libboost-filesystem-dev-dbgsym in ubuntu wily.

No description available for libboost-filesystem-dev-dbgsym in ubuntu wily.

libboost-graph-dev: generic graph components and algorithms in C++ (default version)

 This package forms 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-graph-dev-dbgsym: No summary available for libboost-graph-dev-dbgsym in ubuntu wily.

No description available for libboost-graph-dev-dbgsym in ubuntu wily.

libboost-graph-parallel-dev: No summary available for libboost-graph-parallel-dev in ubuntu wily.

No description available for libboost-graph-parallel-dev in ubuntu wily.

libboost-graph-parallel-dev-dbgsym: debug symbols for package libboost-graph-parallel-dev

 This package forms part of the Boost C++ Libraries collection.
 .
 The Parallel Boost Graph Library is an extension to the Boost Graph Library
 (BGL) for parallel and distributed computing. It offers distributed graphs
 and graph algorithms to exploit coarse-grained parallelism along with
 parallel algorithms that exploit fine-grained parallelism, while retaining
 the same interfaces as the (sequential) BGL. Code written using the sequential
 BGL should be easy to parallelize with the parallel BGL.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-iostreams-dev: No summary available for libboost-iostreams-dev in ubuntu wily.

No description available for libboost-iostreams-dev in ubuntu wily.

libboost-iostreams-dev-dbgsym: No summary available for libboost-iostreams-dev-dbgsym in ubuntu wily.

No description available for libboost-iostreams-dev-dbgsym in ubuntu wily.

libboost-locale-dev: C++ facilities for localization (default version)

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Locale gives powerful tools for development of cross platform
 localized software - the software that talks to user in its language.
 .
  * Correct case conversion, case folding and normalization.
  * Collation (sorting), including support for 4 Unicode collation
 levels.
  * Date, time, timezone and calendar manipulations, formatting
 and parsing, including transparent support for calendars other than
 Gregorian.
  * Boundary analysis for characters, words, sentences and
 line-breaks.
  * Number formatting, spelling and parsing.
  * Monetary formatting and parsing.
  * Powerful message formatting (string translation) including
 support for plural forms, using GNU catalogs.
  * Character set conversion.
  * Transparent support for 8-bit character sets like Latin1
  * Support for char and wchar_t
  * Experimental support for C++0x char16_t and char32_t strings and streams.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-locale-dev-dbgsym: debug symbols for package libboost-locale-dev

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Locale gives powerful tools for development of cross platform
 localized software - the software that talks to user in its language.
 .
  * Correct case conversion, case folding and normalization.
  * Collation (sorting), including support for 4 Unicode collation
 levels.
  * Date, time, timezone and calendar manipulations, formatting
 and parsing, including transparent support for calendars other than
 Gregorian.
  * Boundary analysis for characters, words, sentences and
 line-breaks.
  * Number formatting, spelling and parsing.
  * Monetary formatting and parsing.
  * Powerful message formatting (string translation) including
 support for plural forms, using GNU catalogs.
  * Character set conversion.
  * Transparent support for 8-bit character sets like Latin1
  * Support for char and wchar_t
  * Experimental support for C++0x char16_t and char32_t strings and streams.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-log-dev: No summary available for libboost-log-dev in ubuntu wily.

No description available for libboost-log-dev in ubuntu wily.

libboost-log-dev-dbgsym: No summary available for libboost-log-dev-dbgsym in ubuntu wily.

No description available for libboost-log-dev-dbgsym in ubuntu wily.

libboost-math-dev: Boost.Math Library development files (default version)

 This package forms 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-math-dev-dbgsym: No summary available for libboost-math-dev-dbgsym in ubuntu wily.

No description available for libboost-math-dev-dbgsym in ubuntu wily.

libboost-mpi-dev: C++ interface to the Message Passing Interface (MPI) (default version)

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.MPI library provides a C++ interface to MPI that
 supports modern C++ development styles, including complete support for
 user-defined data types and C++ Standard Library types, arbitrary function
 objects for collective algorithms, and the use of modern C++ library
 techniques to maintain maximal efficiency.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-mpi-dev-dbgsym: No summary available for libboost-mpi-dev-dbgsym in ubuntu wily.

No description available for libboost-mpi-dev-dbgsym in ubuntu wily.

libboost-mpi-python-dev: C++ interface to the Message Passing Interface (MPI), Python Bindings (default version)

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.MPI library provides a C++ interface to MPI that
 supports modern C++ development styles, including complete support for
 user-defined data types and C++ Standard Library types, arbitrary function
 objects for collective algorithms, and the use of modern C++ library
 techniques to maintain maximal efficiency.
 .
 This package provides Python Bindings to the C++ interface.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-mpi-python-dev-dbgsym: debug symbols for package libboost-mpi-python-dev

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.MPI library provides a C++ interface to MPI that
 supports modern C++ development styles, including complete support for
 user-defined data types and C++ Standard Library types, arbitrary function
 objects for collective algorithms, and the use of modern C++ library
 techniques to maintain maximal efficiency.
 .
 This package provides Python Bindings to the C++ interface.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-program-options-dev: program options library for C++ (default version)

 This package forms 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-program-options-dev-dbgsym: debug symbols for package libboost-program-options-dev

 This package forms 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-python-dev: No summary available for libboost-python-dev in ubuntu wily.

No description available for libboost-python-dev in ubuntu wily.

libboost-python-dev-dbgsym: No summary available for libboost-python-dev-dbgsym in ubuntu wily.

No description available for libboost-python-dev-dbgsym in ubuntu wily.

libboost-random-dev: Boost Random Number Library (default version)

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Random Number Library (Boost.Random for short) provides a
 variety of generators and distributions to produce random numbers
 having useful properties, such as uniform distribution.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-random-dev-dbgsym: debug symbols for package libboost-random-dev

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Random Number Library (Boost.Random for short) provides a
 variety of generators and distributions to produce random numbers
 having useful properties, such as uniform distribution.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-regex-dev: No summary available for libboost-regex-dev in ubuntu wily.

No description available for libboost-regex-dev in ubuntu wily.

libboost-regex-dev-dbgsym: No summary available for libboost-regex-dev-dbgsym in ubuntu wily.

No description available for libboost-regex-dev-dbgsym in ubuntu wily.

libboost-serialization-dev: serialization library for C++ (default version)

 This package forms part of the Boost C++ Libraries collection,
 containing the following 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
 .
 Here, "serialization" means 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-serialization-dev-dbgsym: No summary available for libboost-serialization-dev-dbgsym in ubuntu wily.

No description available for libboost-serialization-dev-dbgsym in ubuntu wily.

libboost-signals-dev: managed signals and slots library for C++ (default version)

 This package forms 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."
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-signals-dev-dbgsym: No summary available for libboost-signals-dev-dbgsym in ubuntu wily.

No description available for libboost-signals-dev-dbgsym in ubuntu wily.

libboost-system-dev: No summary available for libboost-system-dev in ubuntu wily.

No description available for libboost-system-dev in ubuntu wily.

libboost-system-dev-dbgsym: No summary available for libboost-system-dev-dbgsym in ubuntu wily.

No description available for libboost-system-dev-dbgsym in ubuntu wily.

libboost-test-dev: components for writing and executing test suites (default version)

 This package forms 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-test-dev-dbgsym: No summary available for libboost-test-dev-dbgsym in ubuntu wily.

No description available for libboost-test-dev-dbgsym in ubuntu wily.

libboost-thread-dev: No summary available for libboost-thread-dev in ubuntu wily.

No description available for libboost-thread-dev in ubuntu wily.

libboost-thread-dev-dbgsym: No summary available for libboost-thread-dev-dbgsym in ubuntu wily.

No description available for libboost-thread-dev-dbgsym in ubuntu wily.

libboost-timer-dev: C++ wall clock and CPU process timers (default version)

 This package forms part of the Boost C++ Libraries collection.
 .
 Portable C++ timer classes that answer the question "How long does my
 C++ code take to run?" with as little as one #include and one
 additional line of code.
 .
 Class cpu_timer measures wall clock time, user CPU process time, and
 system CPU process time. Class auto_cpu_timer is a refinement of
 cpu_timer that automatically reports the elapsed times when an
 auto_cpu_timer object is destroyed.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-timer-dev-dbgsym: debug symbols for package libboost-timer-dev

 This package forms part of the Boost C++ Libraries collection.
 .
 Portable C++ timer classes that answer the question "How long does my
 C++ code take to run?" with as little as one #include and one
 additional line of code.
 .
 Class cpu_timer measures wall clock time, user CPU process time, and
 system CPU process time. Class auto_cpu_timer is a refinement of
 cpu_timer that automatically reports the elapsed times when an
 auto_cpu_timer object is destroyed.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-tools-dev: Boost C++ Libraries development tools (default version)

 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 the auxiliary tools bjam, Boost.Build, bcp,
 inspect, boostbook and quickbook.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-tools-dev-dbgsym: debug symbols for package libboost-tools-dev

 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 the auxiliary tools bjam, Boost.Build, bcp,
 inspect, boostbook and quickbook.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.58).

libboost-wave-dev: No summary available for libboost-wave-dev in ubuntu wily.

No description available for libboost-wave-dev in ubuntu wily.

libboost-wave-dev-dbgsym: No summary available for libboost-wave-dev-dbgsym in ubuntu wily.

No description available for libboost-wave-dev-dbgsym in ubuntu wily.