boost-defaults 1.46.1.1 source package in Ubuntu

Changelog

boost-defaults (1.46.1.1) unstable; urgency=low

  * Set default Boost to 1.46.1.
  
  * control.in: Update Standards-Version, debhelper build-dep on v8.  Add
    package libboost-random-dev.

  * copyright: Change to MIT license.
  
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  28 Apr 2011 23:42:16 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Boost Team
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
boost-defaults_1.46.1.1.tar.gz 6.1 KiB 36f5981aa2e9b1f0c56671906952a1205d4abbf2615322d5bdb280aa9851e6d8
boost-defaults_1.46.1.1.dsc 1.5 KiB 4f1c160a4a9d5c16212d8b9e65a8b45270d5fdac7dca1560d4521b1183660208

Available diffs

View changes file

Binary packages built by this source

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

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

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

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

libboost-dbg: Boost C++ Libraries with debug symbols

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

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

No description available for libboost-dev in ubuntu oneiric.

libboost-doc: Boost C++ 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 package is a dependency package, which depends on Debian's default
 Boost version (currently 1.46).

libboost-filesystem-dev: filesystem operations 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.46).

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

No description available for libboost-graph-dev in ubuntu oneiric.

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

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

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

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

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

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

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

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

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

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

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

libboost-random-dev: No summary available for libboost-random-dev in ubuntu oneiric.

No description available for libboost-random-dev in ubuntu oneiric.

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

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

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

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

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

libboost-system-dev: Operating system (e.g. diagnostics support) library (default version)

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

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

libboost-thread-dev: portable C++ multi-threading (default version)

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

libboost-wave-dev: C99/C++ preprocessor library (default version)

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