boost-defaults 1.53.0.0ubuntu2 source package in Ubuntu
Changelog
boost-defaults (1.53.0.0ubuntu2) saucy; urgency=low * Regenerate with Multi-Arch fields. * Add tools-dev package. -- Dmitrijs Ledkovs <email address hidden> Tue, 06 Aug 2013 11:30:28 +0100
Upload details
- Uploaded by:
- Dimitri John Ledkov
- Uploaded to:
- Saucy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
boost-defaults_1.53.0.0ubuntu2.tar.gz | 8.0 KiB | acac851fb3f160ea1fb7ef7d97fd5991f54486c9765b18a79977fbedae2ac281 |
boost-defaults_1.53.0.0ubuntu2.dsc | 3.5 KiB | b6019b1822fca6f3d669cd7263ef7ceed0cfada6e7574cccc2f7ede866daaaca |
Available diffs
Binary packages built by this source
- libboost-all-dev: No summary available for libboost-all-dev in ubuntu saucy.
No description available for libboost-all-dev in ubuntu saucy.
- libboost-atomic-dev: No summary available for libboost-atomic-dev in ubuntu saucy.
No description available for libboost-atomic-dev in ubuntu saucy.
- 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.54).
- libboost-context-dev: provides a sort of cooperative multitasking on a single thread (default version)
This package forms part of the Boost C++ Libraries collection.
.
Boost.Context is a foundational library that provides a sort of
cooperative multitasking on a single thread. By providing an
abstraction of the current execution state in the current thread,
including the stack (with local variables) and stack pointer, all
registers and CPU flags, and the instruction pointer, a fcontext_t
instance represents a specific point in the application's execution
path. This is useful for building higher-level abstractions, like
coroutines, cooperative threads (userland threads) or an equivalent
to C# keyword yield in C++.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.54).
- libboost-date-time-dev: No summary available for libboost-date-time-dev in ubuntu saucy.
No description available for libboost-
date-time- dev in ubuntu saucy.
- libboost-dbg: No summary available for libboost-dbg in ubuntu saucy.
No description available for libboost-dbg in ubuntu saucy.
- libboost-dev: No summary available for libboost-dev in ubuntu saucy.
No description available for libboost-dev in ubuntu saucy.
- libboost-doc: No summary available for libboost-doc in ubuntu saucy.
No description available for libboost-doc in ubuntu saucy.
- libboost-exception-dev: No summary available for libboost-exception-dev in ubuntu saucy.
No description available for libboost-
exception- dev in ubuntu saucy.
- libboost-filesystem-dev: No summary available for libboost-filesystem-dev in ubuntu saucy.
No description available for libboost-
filesystem- dev in ubuntu saucy.
- libboost-graph-dev: No summary available for libboost-graph-dev in ubuntu saucy.
No description available for libboost-graph-dev in ubuntu saucy.
- libboost-graph-parallel-dev: No summary available for libboost-graph-parallel-dev in ubuntu saucy.
No description available for libboost-
graph-parallel- dev in ubuntu saucy.
- 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 a 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.54).
- libboost-locale-dev: No summary available for libboost-locale-dev in ubuntu saucy.
No description available for libboost-locale-dev in ubuntu saucy.
- libboost-math-dev: No summary available for libboost-math-dev in ubuntu saucy.
No description available for libboost-math-dev in ubuntu saucy.
- libboost-mpi-dev: No summary available for libboost-mpi-dev in ubuntu saucy.
No description available for libboost-mpi-dev in ubuntu saucy.
- libboost-mpi-python-dev: No summary available for libboost-mpi-python-dev in ubuntu saucy.
No description available for libboost-
mpi-python- dev in ubuntu saucy.
- libboost-program-options-dev: No summary available for libboost-program-options-dev in ubuntu saucy.
No description available for libboost-
program- options- dev in ubuntu saucy.
- libboost-python-dev: No summary available for libboost-python-dev in ubuntu saucy.
No description available for libboost-python-dev in ubuntu saucy.
- 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.54).
- libboost-regex-dev: No summary available for libboost-regex-dev in ubuntu saucy.
No description available for libboost-regex-dev in ubuntu saucy.
- libboost-serialization-dev: No summary available for libboost-serialization-dev in ubuntu saucy.
No description available for libboost-
serialization- dev in ubuntu saucy.
- libboost-signals-dev: No summary available for libboost-signals-dev in ubuntu saucy.
No description available for libboost-
signals- dev in ubuntu saucy.
- libboost-system-dev: No summary available for libboost-system-dev in ubuntu saucy.
No description available for libboost-system-dev in ubuntu saucy.
- libboost-test-dev: No summary available for libboost-test-dev in ubuntu saucy.
No description available for libboost-test-dev in ubuntu saucy.
- libboost-thread-dev: No summary available for libboost-thread-dev in ubuntu saucy.
No description available for libboost-thread-dev in ubuntu saucy.
- libboost-timer-dev: No summary available for libboost-timer-dev in ubuntu saucy.
No description available for libboost-timer-dev in ubuntu saucy.
- libboost-tools-dev: No summary available for libboost-tools-dev in ubuntu saucy.
No description available for libboost-tools-dev in ubuntu saucy.
- libboost-wave-dev: No summary available for libboost-wave-dev in ubuntu saucy.
No description available for libboost-wave-dev in ubuntu saucy.