boost1.46 1.46.1-5ubuntu2 source package in Ubuntu

Changelog

boost1.46 (1.46.1-5ubuntu2) oneiric; urgency=low

  * No change rebuild to drop Python 3.1 support.
 -- Barry Warsaw <email address hidden>   Fri, 03 Jun 2011 16:28:02 -0400

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
boost1.46_1.46.1.orig.tar.bz2 40.1 MiB e1dfbf42b16e5015c46b98e9899c423ca4d04469cbeee05e43ea19236416d883
boost1.46_1.46.1-5ubuntu2.debian.tar.gz 94.9 KiB 07572184fb0997a3303a0206278be460f62c221fa66e0b8c1728d777b5680766
boost1.46_1.46.1-5ubuntu2.dsc 2.9 KiB d20036f740d41ba315d298e9cfb8e3cf66fd81199ab780908fb9dca745e5e8b8

View changes file

Binary packages built by this source

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

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

libboost-date-time1.46.1: No summary available for libboost-date-time1.46.1 in ubuntu oneiric.

No description available for libboost-date-time1.46.1 in ubuntu oneiric.

libboost-filesystem1.46-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.46.1: No summary available for libboost-filesystem1.46.1 in ubuntu oneiric.

No description available for libboost-filesystem1.46.1 in ubuntu oneiric.

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

No description available for libboost-graph1.46-dev in ubuntu oneiric.

libboost-graph1.46.1: No summary available for libboost-graph1.46.1 in ubuntu oneiric.

No description available for libboost-graph1.46.1 in ubuntu oneiric.

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

No description available for libboost-iostreams1.46-dev in ubuntu oneiric.

libboost-iostreams1.46.1: Boost.Iostreams Library

 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Iostreams are a collection of concepts and a set of templates
 which turn models of these concepts into C++ standard library streams
 and stream buffers.

libboost-math1.46-dev: Boost.Math Library development files

 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.

libboost-math1.46.1: No summary available for libboost-math1.46.1 in ubuntu oneiric.

No description available for libboost-math1.46.1 in ubuntu oneiric.

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

No description available for libboost-program-options1.46-dev in ubuntu oneiric.

libboost-program-options1.46.1: 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-python1.46-dev: No summary available for libboost-python1.46-dev in ubuntu oneiric.

No description available for libboost-python1.46-dev in ubuntu oneiric.

libboost-python1.46.1: 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-random1.46-dev: No summary available for libboost-random1.46-dev in ubuntu oneiric.

No description available for libboost-random1.46-dev in ubuntu oneiric.

libboost-random1.46.1: No summary available for libboost-random1.46.1 in ubuntu oneiric.

No description available for libboost-random1.46.1 in ubuntu oneiric.

libboost-regex1.46-dev: regular expression library for C++

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

libboost-regex1.46.1: regular expression library for C++

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

libboost-serialization1.46-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.46.1: 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-signals1.46-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.46.1: 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-system1.46-dev: No summary available for libboost-system1.46-dev in ubuntu oneiric.

No description available for libboost-system1.46-dev in ubuntu oneiric.

libboost-system1.46.1: No summary available for libboost-system1.46.1 in ubuntu oneiric.

No description available for libboost-system1.46.1 in ubuntu oneiric.

libboost-test1.46-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.46.1: No summary available for libboost-test1.46.1 in ubuntu oneiric.

No description available for libboost-test1.46.1 in ubuntu oneiric.

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

No description available for libboost-thread1.46-dev in ubuntu oneiric.

libboost-thread1.46.1: No summary available for libboost-thread1.46.1 in ubuntu oneiric.

No description available for libboost-thread1.46.1 in ubuntu oneiric.

libboost-wave1.46-dev: C99/C++ preprocessor library

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

libboost-wave1.46.1: No summary available for libboost-wave1.46.1 in ubuntu oneiric.

No description available for libboost-wave1.46.1 in ubuntu oneiric.

libboost1.46-dbg: No summary available for libboost1.46-dbg in ubuntu oneiric.

No description available for libboost1.46-dbg in ubuntu oneiric.

libboost1.46-dev: No summary available for libboost1.46-dev in ubuntu oneiric.

No description available for libboost1.46-dev in ubuntu oneiric.

libboost1.46-doc: No summary available for libboost1.46-doc in ubuntu oneiric.

No description available for libboost1.46-doc in ubuntu oneiric.