boost-defaults 1.48.0.2 source package in Ubuntu
Changelog
boost-defaults (1.48.0.2) unstable; urgency=low
* Revert to 1.46.1 until some build issues are worked out. See
http://lists.debian.org/debian-release/2011/12/msg00263.html.
boost-defaults (1.48.0.1) unstable; urgency=low
* Set default Boost to 1.48.0.
* control.in: make libboost-dev suggest libboost-doc. Closes: #625684.
-- Ubuntu Archive Auto-Sync <email address hidden> Tue, 03 Jan 2012 02:31:51 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync on 2012-01-03
- Uploaded to:
- Precise
- Original maintainer:
- Debian Boost Team
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Precise | release | on 2012-01-03 | main | libs |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| boost-defaults_1.48.0.2.tar.gz | 5.6 KiB | 3921606a86408d35443385ea441b646c197b7298a4b2e89542768aea2f0ef912 |
| boost-defaults_1.48.0.2.dsc | 2.4 KiB | 2823fedd4bc45281028f1deb91514c11c9bd817cecf8f3a40041462c29875763 |
Available diffs
- diff from 1.46.1.1 to 1.48.0.2 (4.9 KiB)
Binary packages built by this source
- libboost-all-dev: Boost C++ Libraries development files (ALL, 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 provides the complete Boost development environment,
including all separately-packaged libraries.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.46).
- libboost-date-time-dev: date-time libraries based on generic programming (default version)
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.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.46).
- libboost-dbg: No summary available for libboost-dbg in ubuntu quantal.
No description available for libboost-dbg in ubuntu quantal.
- libboost-dev: No summary available for libboost-dev in ubuntu quantal.
No description available for libboost-dev in ubuntu quantal.
- 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 quantal.
No description available for libboost-graph-dev in ubuntu quantal.
- 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: Boost.Iostreams Library development files (default version)
This package forms part of the Boost C++ Libraries collection.
.
Boost.Iostreams are a collection of concepts and set of templates
which turn models of these concepts into C++ standard library streams
and stream buffers.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.46).
- libboost-math-dev: No summary available for libboost-math-dev in ubuntu quantal.
No description available for libboost-math-dev in ubuntu quantal.
- libboost-mpi-dev: No summary available for libboost-mpi-dev in ubuntu quantal.
No description available for libboost-mpi-dev in ubuntu quantal.
- libboost-mpi-python-dev: No summary available for libboost-mpi-python-dev in ubuntu quantal.
No description available for libboost-
mpi-python- dev in ubuntu quantal.
- 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 quantal.
No description available for libboost-python-dev in ubuntu quantal.
- libboost-random-dev: No summary available for libboost-random-dev in ubuntu quantal.
No description available for libboost-random-dev in ubuntu quantal.
- libboost-regex-dev: regular expression library for C++ (default version)
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.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.46).
- libboost-serialization-dev: No summary available for libboost-serialization-dev in ubuntu quantal.
No description available for libboost-
serialization- dev in ubuntu quantal.
- 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).

