boost1.62 1.62.0+dfsg-4build3 source package in Ubuntu

Changelog

boost1.62 (1.62.0+dfsg-4build3) artful; urgency=medium

  * No-change rebuild to build with python3.6.

 -- Matthias Klose <email address hidden>  Mon, 24 Jul 2017 13:49:07 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
boost1.62_1.62.0+dfsg.orig.tar.bz2 80.0 MiB 203e8f9670988d57b277e4205a19336b4fba39497159ec5252ffa1e9b6158d03
boost1.62_1.62.0+dfsg-4build3.debian.tar.xz 104.1 KiB f529f25e33dfa4830545f0a1a3c3eca530c805133dcc5befd2ac0b2c759d7e26
boost1.62_1.62.0+dfsg-4build3.dsc 7.1 KiB e8442a28cfb5d7002349eff0831303b58b6ec6e109f98bda22c2d3d564db0d9c

View changes file

Binary packages built by this source

libboost-atomic1.62-dev: atomic data types, operations, and memory ordering constraints

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Atomic is a library that provides atomic data types and
 operations on these data types, as well as memory ordering
 constraints required for coordinating multiple threads through atomic
 variables. It implements the interface as defined by the C++11
 standard, but makes this feature available for platforms lacking
 system/compiler support for this particular C++11 feature.
 .
 Users of this library should already be familiar with concurrency in
 general, as well as elementary concepts such as "mutual exclusion".
 .
 The implementation makes use of processor-specific instructions where
 possible (via inline assembler, platform libraries or compiler
 intrinsics), and falls back to "emulating" atomic operations through
 locking.

libboost-atomic1.62.0: atomic data types, operations, and memory ordering constraints

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Atomic is a library that provides atomic data types and
 operations on these data types, as well as memory ordering
 constraints required for coordinating multiple threads through atomic
 variables. It implements the interface as defined by the C++11
 standard, but makes this feature available for platforms lacking
 system/compiler support for this particular C++11 feature.
 .
 Users of this library should already be familiar with concurrency in
 general, as well as elementary concepts such as "mutual exclusion".
 .
 The implementation makes use of processor-specific instructions where
 possible (via inline assembler, platform libraries or compiler
 intrinsics), and falls back to "emulating" atomic operations through
 locking.

libboost-atomic1.62.0-dbgsym: No summary available for libboost-atomic1.62.0-dbgsym in ubuntu artful.

No description available for libboost-atomic1.62.0-dbgsym in ubuntu artful.

libboost-chrono1.62-dev: No summary available for libboost-chrono1.62-dev in ubuntu artful.

No description available for libboost-chrono1.62-dev in ubuntu artful.

libboost-chrono1.62.0: No summary available for libboost-chrono1.62.0 in ubuntu artful.

No description available for libboost-chrono1.62.0 in ubuntu artful.

libboost-chrono1.62.0-dbgsym: debug symbols for libboost-chrono1.62.0
libboost-context1.62-dev: No summary available for libboost-context1.62-dev in ubuntu artful.

No description available for libboost-context1.62-dev in ubuntu artful.

libboost-context1.62.0: No summary available for libboost-context1.62.0 in ubuntu artful.

No description available for libboost-context1.62.0 in ubuntu artful.

libboost-context1.62.0-dbgsym: No summary available for libboost-context1.62.0-dbgsym in ubuntu artful.

No description available for libboost-context1.62.0-dbgsym in ubuntu artful.

libboost-coroutine1.62-dev: No summary available for libboost-coroutine1.62-dev in ubuntu artful.

No description available for libboost-coroutine1.62-dev in ubuntu artful.

libboost-coroutine1.62.0: No summary available for libboost-coroutine1.62.0 in ubuntu artful.

No description available for libboost-coroutine1.62.0 in ubuntu artful.

libboost-coroutine1.62.0-dbgsym: No summary available for libboost-coroutine1.62.0-dbgsym in ubuntu artful.

No description available for libboost-coroutine1.62.0-dbgsym in ubuntu artful.

libboost-date-time1.62-dev: No summary available for libboost-date-time1.62-dev in ubuntu artful.

No description available for libboost-date-time1.62-dev in ubuntu artful.

libboost-date-time1.62.0: No summary available for libboost-date-time1.62.0 in ubuntu artful.

No description available for libboost-date-time1.62.0 in ubuntu artful.

libboost-date-time1.62.0-dbgsym: debug symbols for libboost-date-time1.62.0
libboost-exception1.62-dev: No summary available for libboost-exception1.62-dev in ubuntu artful.

No description available for libboost-exception1.62-dev in ubuntu artful.

libboost-fiber1.62-dev: cooperatively-scheduled micro-/userland-threads

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Fiber provides a framework for micro-/userland-threads (fibers)
 scheduled cooperatively. The API contains classes and functions to
 manage and synchronize fibers similarly to standard thread support
 library.
 .
 Each fiber has its own stack.
 .
 A fiber can save the current execution state, including all registers
 and CPU flags, the instruction pointer, and the stack pointer and
 later restore this state. The idea is to have multiple execution
 paths running on a single thread using cooperative scheduling (versus
 threads, which are preemptively scheduled). The running fiber decides
 explicitly when it should yield to allow another fiber to run
 (context switching). Boost.Fiber internally uses execution_context
 from Boost.Context; the classes in this library manage, schedule and,
 when needed, synchronize those execution contexts. A context switch
 between threads usually costs thousands of CPU cycles on x86,
 compared to a fiber switch with less than a hundred cycles. A fiber
 runs on a single thread at any point in time.

libboost-fiber1.62.0: No summary available for libboost-fiber1.62.0 in ubuntu artful.

No description available for libboost-fiber1.62.0 in ubuntu artful.

libboost-fiber1.62.0-dbgsym: debug symbols for libboost-fiber1.62.0
libboost-filesystem1.62-dev: filesystem operations (portable paths, iteration over directories, etc) in C++

 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.

libboost-filesystem1.62.0: filesystem operations (portable paths, iteration over directories, etc) in C++

 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.

libboost-filesystem1.62.0-dbgsym: No summary available for libboost-filesystem1.62.0-dbgsym in ubuntu artful.

No description available for libboost-filesystem1.62.0-dbgsym in ubuntu artful.

libboost-graph-parallel1.62-dev: generic graph components and algorithms in C++

 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.

libboost-graph-parallel1.62.0: generic graph components and algorithms in C++

 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.

libboost-graph-parallel1.62.0-dbgsym: debug symbols for libboost-graph-parallel1.62.0
libboost-graph1.62-dev: No summary available for libboost-graph1.62-dev in ubuntu artful.

No description available for libboost-graph1.62-dev in ubuntu artful.

libboost-graph1.62.0: No summary available for libboost-graph1.62.0 in ubuntu artful.

No description available for libboost-graph1.62.0 in ubuntu artful.

libboost-graph1.62.0-dbgsym: No summary available for libboost-graph1.62.0-dbgsym in ubuntu artful.

No description available for libboost-graph1.62.0-dbgsym in ubuntu artful.

libboost-iostreams1.62-dev: No summary available for libboost-iostreams1.62-dev in ubuntu artful.

No description available for libboost-iostreams1.62-dev in ubuntu artful.

libboost-iostreams1.62.0: No summary available for libboost-iostreams1.62.0 in ubuntu artful.

No description available for libboost-iostreams1.62.0 in ubuntu artful.

libboost-iostreams1.62.0-dbgsym: No summary available for libboost-iostreams1.62.0-dbgsym in ubuntu artful.

No description available for libboost-iostreams1.62.0-dbgsym in ubuntu artful.

libboost-locale1.62-dev: No summary available for libboost-locale1.62-dev in ubuntu artful.

No description available for libboost-locale1.62-dev in ubuntu artful.

libboost-locale1.62.0: No summary available for libboost-locale1.62.0 in ubuntu artful.

No description available for libboost-locale1.62.0 in ubuntu artful.

libboost-locale1.62.0-dbgsym: No summary available for libboost-locale1.62.0-dbgsym in ubuntu artful.

No description available for libboost-locale1.62.0-dbgsym in ubuntu artful.

libboost-log1.62-dev: No summary available for libboost-log1.62-dev in ubuntu artful.

No description available for libboost-log1.62-dev in ubuntu artful.

libboost-log1.62.0: No summary available for libboost-log1.62.0 in ubuntu artful.

No description available for libboost-log1.62.0 in ubuntu artful.

libboost-log1.62.0-dbgsym: No summary available for libboost-log1.62.0-dbgsym in ubuntu artful.

No description available for libboost-log1.62.0-dbgsym in ubuntu artful.

libboost-math1.62-dev: No summary available for libboost-math1.62-dev in ubuntu artful.

No description available for libboost-math1.62-dev in ubuntu artful.

libboost-math1.62.0: No summary available for libboost-math1.62.0 in ubuntu artful.

No description available for libboost-math1.62.0 in ubuntu artful.

libboost-math1.62.0-dbgsym: debug symbols for libboost-math1.62.0
libboost-mpi-python1.62-dev: C++ interface to the Message Passing Interface (MPI), Python Bindings

 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.

libboost-mpi-python1.62.0: No summary available for libboost-mpi-python1.62.0 in ubuntu artful.

No description available for libboost-mpi-python1.62.0 in ubuntu artful.

libboost-mpi-python1.62.0-dbgsym: No summary available for libboost-mpi-python1.62.0-dbgsym in ubuntu artful.

No description available for libboost-mpi-python1.62.0-dbgsym in ubuntu artful.

libboost-mpi1.62-dev: No summary available for libboost-mpi1.62-dev in ubuntu artful.

No description available for libboost-mpi1.62-dev in ubuntu artful.

libboost-mpi1.62.0: C++ interface to the Message Passing Interface (MPI)

 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.

libboost-mpi1.62.0-dbgsym: debug symbols for libboost-mpi1.62.0
libboost-program-options1.62-dev: No summary available for libboost-program-options1.62-dev in ubuntu artful.

No description available for libboost-program-options1.62-dev in ubuntu artful.

libboost-program-options1.62.0: program options library for C++

 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.

libboost-program-options1.62.0-dbgsym: debug symbols for libboost-program-options1.62.0
libboost-python1.62-dev: No summary available for libboost-python1.62-dev in ubuntu artful.

No description available for libboost-python1.62-dev in ubuntu artful.

libboost-python1.62.0: Boost.Python Library

 This package forms 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.
 .
 One of the python interpreter packages is required to use the
 created extensions.

libboost-python1.62.0-dbgsym: No summary available for libboost-python1.62.0-dbgsym in ubuntu artful.

No description available for libboost-python1.62.0-dbgsym in ubuntu artful.

libboost-random1.62-dev: No summary available for libboost-random1.62-dev in ubuntu artful.

No description available for libboost-random1.62-dev in ubuntu artful.

libboost-random1.62.0: No summary available for libboost-random1.62.0 in ubuntu artful.

No description available for libboost-random1.62.0 in ubuntu artful.

libboost-random1.62.0-dbgsym: debug symbols for libboost-random1.62.0
libboost-regex1.62-dev: No summary available for libboost-regex1.62-dev in ubuntu artful.

No description available for libboost-regex1.62-dev in ubuntu artful.

libboost-regex1.62.0: No summary available for libboost-regex1.62.0 in ubuntu artful.

No description available for libboost-regex1.62.0 in ubuntu artful.

libboost-regex1.62.0-dbgsym: No summary available for libboost-regex1.62.0-dbgsym in ubuntu artful.

No description available for libboost-regex1.62.0-dbgsym in ubuntu artful.

libboost-serialization1.62-dev: serialization library for C++

 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.

libboost-serialization1.62.0: serialization library for C++

 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.

libboost-serialization1.62.0-dbgsym: debug symbols for libboost-serialization1.62.0
libboost-signals1.62-dev: managed signals and slots library for C++

 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."

libboost-signals1.62.0: managed signals and slots library for C++

 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."

libboost-signals1.62.0-dbgsym: No summary available for libboost-signals1.62.0-dbgsym in ubuntu artful.

No description available for libboost-signals1.62.0-dbgsym in ubuntu artful.

libboost-system1.62-dev: Operating system (e.g. diagnostics support) library

 This package forms 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.

libboost-system1.62.0: Operating system (e.g. diagnostics support) library

 This package forms 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.

libboost-system1.62.0-dbgsym: No summary available for libboost-system1.62.0-dbgsym in ubuntu artful.

No description available for libboost-system1.62.0-dbgsym in ubuntu artful.

libboost-test1.62-dev: components for writing and executing test suites

 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.

libboost-test1.62.0: No summary available for libboost-test1.62.0 in ubuntu artful.

No description available for libboost-test1.62.0 in ubuntu artful.

libboost-test1.62.0-dbgsym: No summary available for libboost-test1.62.0-dbgsym in ubuntu artful.

No description available for libboost-test1.62.0-dbgsym in ubuntu artful.

libboost-thread1.62-dev: No summary available for libboost-thread1.62-dev in ubuntu artful.

No description available for libboost-thread1.62-dev in ubuntu artful.

libboost-thread1.62.0: portable C++ multi-threading

 This package forms 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.

libboost-thread1.62.0-dbgsym: No summary available for libboost-thread1.62.0-dbgsym in ubuntu artful.

No description available for libboost-thread1.62.0-dbgsym in ubuntu artful.

libboost-timer1.62-dev: No summary available for libboost-timer1.62-dev in ubuntu artful.

No description available for libboost-timer1.62-dev in ubuntu artful.

libboost-timer1.62.0: C++ wall clock and CPU process timers

 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.

libboost-timer1.62.0-dbgsym: No summary available for libboost-timer1.62.0-dbgsym in ubuntu artful.

No description available for libboost-timer1.62.0-dbgsym in ubuntu artful.

libboost-type-erasure1.62-dev: No summary available for libboost-type-erasure1.62-dev in ubuntu artful.

No description available for libboost-type-erasure1.62-dev in ubuntu artful.

libboost-type-erasure1.62.0: C++ runtime polymorphism based on concepts

 This package forms part of the Boost C++ Libraries collection.
 .
 C++ has two distinct kinds of polymorphism, virtual functions and templates,
 each of which has its own advantages and disadvantages. The Boost.TypeErasure
 library combines the superior abstraction capabilities of templates, with the
 runtime flexibility of virtual functions.

libboost-type-erasure1.62.0-dbgsym: No summary available for libboost-type-erasure1.62.0-dbgsym in ubuntu artful.

No description available for libboost-type-erasure1.62.0-dbgsym in ubuntu artful.

libboost-wave1.62-dev: No summary available for libboost-wave1.62-dev in ubuntu artful.

No description available for libboost-wave1.62-dev in ubuntu artful.

libboost-wave1.62.0: No summary available for libboost-wave1.62.0 in ubuntu artful.

No description available for libboost-wave1.62.0 in ubuntu artful.

libboost-wave1.62.0-dbgsym: debug symbols for libboost-wave1.62.0
libboost1.62-all-dev: No summary available for libboost1.62-all-dev in ubuntu artful.

No description available for libboost1.62-all-dev in ubuntu artful.

libboost1.62-dev: No summary available for libboost1.62-dev in ubuntu artful.

No description available for libboost1.62-dev in ubuntu artful.

libboost1.62-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 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.

libboost1.62-tools-dev: No summary available for libboost1.62-tools-dev in ubuntu artful.

No description available for libboost1.62-tools-dev in ubuntu artful.

libboost1.62-tools-dev-dbgsym: debug symbols for libboost1.62-tools-dev