boost1.48 1.48.0-3 source package in Ubuntu

Changelog

boost1.48 (1.48.0-3) unstable; urgency=low

  * patches/fusion-push-front-broken.patch: New.  Upstream patch that
    fixes #include <boost/fusion/algorithm/transformation/push_front.hpp>.
    Closes: #653812.

  * patches/math-define-l.patch: New.  Rename class template parameter
    "L".  Closes: #653764.

  * patches/gcc-4.7-threading-detection.patch: New, from upstream.  Enable
    gcc 4.7 threading detection.  Closes: #654425.

  * patches/mpi-allocator-c++0x.patch: New.  Workaround to enable using
    Boost.MPI with -std=c++0x mode on gcc 4.6.  Fix will be in gcc 4.6.3
    and 4.7.  Closes: #639862.
 -- Matthias Klose <email address hidden>   Fri,  06 Jan 2012 07:27:06 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libs

Downloads

File Size SHA-256 Checksum
boost1.48_1.48.0.orig.tar.bz2 46.0 MiB 1bf254b2d69393ccd57a3cdd30a2f80318a005de8883a0792ed2f5e2598e5ada
boost1.48_1.48.0-3.debian.tar.gz 102.4 KiB 684c332b7969e91e563f3f759c28c37453cdf5980686750514d5ae052b1429e5
boost1.48_1.48.0-3.dsc 4.6 KiB bc1e2b7a01de974710fc9ed0b5e3fd1953bec8d99af9765fe0913cf7edc8eeb9

Available diffs

View changes file

Binary packages built by this source

libboost-chrono1.48-dev: C++ representation of time duration, time point, and clocks

 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.

libboost-chrono1.48.0: No summary available for libboost-chrono1.48.0 in ubuntu quantal.

No description available for libboost-chrono1.48.0 in ubuntu quantal.

libboost-date-time1.48-dev: set of date-time libraries based on generic programming concepts

 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.

libboost-date-time1.48.0: set of date-time libraries based on generic programming concepts

 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.

libboost-filesystem1.48-dev: No summary available for libboost-filesystem1.48-dev in ubuntu quantal.

No description available for libboost-filesystem1.48-dev in ubuntu quantal.

libboost-filesystem1.48.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-graph-parallel1.48-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.48.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-graph1.48-dev: No summary available for libboost-graph1.48-dev in ubuntu quantal.

No description available for libboost-graph1.48-dev in ubuntu quantal.

libboost-graph1.48.0: No summary available for libboost-graph1.48.0 in ubuntu quantal.

No description available for libboost-graph1.48.0 in ubuntu quantal.

libboost-iostreams1.48-dev: No summary available for libboost-iostreams1.48-dev in ubuntu quantal.

No description available for libboost-iostreams1.48-dev in ubuntu quantal.

libboost-iostreams1.48.0: 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-locale1.48-dev: C++ facilities for localization

 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.

libboost-locale1.48.0: No summary available for libboost-locale1.48.0 in ubuntu quantal.

No description available for libboost-locale1.48.0 in ubuntu quantal.

libboost-math1.48-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.48.0: Boost.Math Library

 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-mpi-python1.48-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.48.0: No summary available for libboost-mpi-python1.48.0 in ubuntu quantal.

No description available for libboost-mpi-python1.48.0 in ubuntu quantal.

libboost-mpi1.48-dev: 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.48.0: No summary available for libboost-mpi1.48.0 in ubuntu quantal.

No description available for libboost-mpi1.48.0 in ubuntu quantal.

libboost-program-options1.48-dev: No summary available for libboost-program-options1.48-dev in ubuntu quantal.

No description available for libboost-program-options1.48-dev in ubuntu quantal.

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

No description available for libboost-python1.48-dev in ubuntu quantal.

libboost-python1.48.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-random1.48-dev: Boost Random Number Library

 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.

libboost-random1.48.0: No summary available for libboost-random1.48.0 in ubuntu quantal.

No description available for libboost-random1.48.0 in ubuntu quantal.

libboost-regex1.48-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.48.0: 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.48-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.48.0: No summary available for libboost-serialization1.48.0 in ubuntu quantal.

No description available for libboost-serialization1.48.0 in ubuntu quantal.

libboost-signals1.48-dev: No summary available for libboost-signals1.48-dev in ubuntu quantal.

No description available for libboost-signals1.48-dev in ubuntu quantal.

libboost-signals1.48.0: No summary available for libboost-signals1.48.0 in ubuntu quantal.

No description available for libboost-signals1.48.0 in ubuntu quantal.

libboost-system1.48-dev: No summary available for libboost-system1.48-dev in ubuntu quantal.

No description available for libboost-system1.48-dev in ubuntu quantal.

libboost-system1.48.0: No summary available for libboost-system1.48.0 in ubuntu quantal.

No description available for libboost-system1.48.0 in ubuntu quantal.

libboost-test1.48-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.48.0: 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-thread1.48-dev: 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.48.0: No summary available for libboost-thread1.48.0 in ubuntu quantal.

No description available for libboost-thread1.48.0 in ubuntu quantal.

libboost-timer1.48-dev: No summary available for libboost-timer1.48-dev in ubuntu quantal.

No description available for libboost-timer1.48-dev in ubuntu quantal.

libboost-timer1.48.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-wave1.48-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.48.0: No summary available for libboost-wave1.48.0 in ubuntu quantal.

No description available for libboost-wave1.48.0 in ubuntu quantal.

libboost1.48-all-dev: Boost C++ Libraries development files (ALL)

 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 complete Boost development environment,
 including all separately-packaged libraries.

libboost1.48-dbg: Boost C++ Libraries with debug symbols

 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.

libboost1.48-dev: Boost C++ Libraries development files

 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 and the auxiliary tools bjam, Boost.Build,
 bcp, inspect, boostbook and quickbook.
 .
 For the following subprojects separate packages exist: chrono, date-time,
 filesystem, graph, iostreams, locale, math, mpi, program_options, python,
 regex, serialization, signals, system, test, thread, timer, and wave.

libboost1.48-doc: No summary available for libboost1.48-doc in ubuntu quantal.

No description available for libboost1.48-doc in ubuntu quantal.