boost-defaults 1.62.0.1 source package in Ubuntu

Changelog

boost-defaults (1.62.0.1) unstable; urgency=medium

  * Set default boost to 1.62.

 -- Dimitri John Ledkov <email address hidden>  Tue, 01 Nov 2016 11:02:56 +0000

Upload details

Uploaded by:
Debian Boost Team
Uploaded to:
Sid
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.62.0.1.dsc 3.6 KiB 69103bc389bac08d02ae8de9eca30a6e06b50a5d238f7ed1316c135f022b555d
boost-defaults_1.62.0.1.tar.gz 11.4 KiB ac1337e04b9a0c84a09007f30d522f82a8a3be2580940ecfc17e7d41da13d0fc

No changes file available.

Binary packages built by this source

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

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

libboost-atomic-dev: atomic data types, operations, and memory ordering constraints (default version)

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

libboost-chrono-dev: C++ representation of time duration, time point, and clocks (default version)

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.Chrono library provides:
 .
  * A means to represent time durations: managed by the generic
 duration class . Examples of time durations include days, minutes,
 seconds and nanoseconds, which can be represented with a fixed number
 of clock ticks per unit. All of these units of time duration are
 united with a generic interface by the duration facility.
  * A type for representing points in time: time_point. A time_point
 represents an epoch plus or minus a duration. The library leaves
 epochs unspecified. A time_point is associated with a clock.
  * Several clocks, some of which may not be available on a
 particular platform: system_clock, steady_clock and
 high_resolution_clock. A clock is a pairing of a time_point and
 duration, and a function which returns a time_point representing now.
 .
 To make the timing facilities more generally useful, Boost.Chrono
 provides a number of clocks that are thin wrappers around the
 operating system's time APIs, thereby allowing the extraction of wall
 clock time, user CPU time, system CPU time spent by the process:
 .
  * process_real_cpu_clock, captures wall clock CPU time spent by the
 current process.
  * process_user_cpu_clock, captures user-CPU time
 spent by the current process.
  * process_system_cpu_clock, captures
 system-CPU time spent by the current process.
  * A tuple-like class
 process_cpu_clock, that captures real, user-CPU, and system-CPU
 process times together.
  * A thread_clock thread steady clock giving
 the time spent by the current thread (when supported by a platform).
 .
 Lastly, Boost.Chrono includes typeof registration for duration and
 time_point to permit using emulated auto with C++03 compilers.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.65).

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

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

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

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

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

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

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

No description available for libboost-dev in ubuntu artful.

libboost-doc: No summary available for libboost-doc in ubuntu zesty.

No description available for libboost-doc in ubuntu zesty.

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

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

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

No description available for libboost-fiber-dev in ubuntu artful.

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

No description available for libboost-filesystem-dev in ubuntu zesty.

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.65).

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

 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.65).

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

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

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

No description available for libboost-locale-dev in ubuntu artful.

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

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

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

No description available for libboost-math-dev in ubuntu zesty.

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

No description available for libboost-mpi-dev in ubuntu zesty.

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

No description available for libboost-mpi-python-dev in ubuntu artful.

libboost-program-options-dev: No summary available for libboost-program-options-dev in ubuntu zesty.

No description available for libboost-program-options-dev in ubuntu zesty.

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

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

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.65).

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

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

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

No description available for libboost-serialization-dev in ubuntu zesty.

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

No description available for libboost-signals-dev in ubuntu zesty.

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

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

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

No description available for libboost-test-dev in ubuntu zesty.

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

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

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.65).

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

No description available for libboost-tools-dev in ubuntu artful.

libboost-type-erasure-dev: C++ runtime polymorphism based on concepts (default version)

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

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

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