Result for E0FA99ED3A9052CE2DC9EADAC9494412B2787D30

Query result

Key Value
FileName./usr/share/doc/libboost1.67-tools-dev/changelog.Debian.armel.gz
FileSize228
MD51DFA0D83C9A64887474132980E521100
SHA-1E0FA99ED3A9052CE2DC9EADAC9494412B2787D30
SHA-2563F5BB4AD91B33EFC2131E25AE31801E8E3CDAC0657BCFF7E05F81585B9089FFB
SSDEEP6:XtNuceCTdVowqBmIMhSrs67ln6nL1DUNTdfm:Xtee4tBmIMhSZ7+5U9U
TLSHT134D097C1A62CE03B53A2007E0636E86930CA10319024FEC204ACA4A007A8014102168E
hashlookup:parent-total66
hashlookup:trust100

Network graph view

Parents (Total: 66)

The searched file hash is included in 66 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize1283580
MD586533DFE43A1BDC491A699126A2EC52E
PackageDescriptionBoost C++ Libraries development tools 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 auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost1.67-tools-dev
PackageSectionlibdevel
PackageVersion1.67.0-13+b1
SHA-1019F2DBF35AC3A86AC8C41B9BE3EFFFC8C798A7D
SHA-2569F01DB7FDE0C457651E7B11D6242A9E87D81C64D4CA183FFFFBE7A293468A1BD
Key Value
FileSize228260
MD5E5885337B27AEFF1C5DE7BFFE20ABD46
PackageDescriptionprovides a sort of cooperative multitasking on a single thread 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++.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-context1.67.0
PackageSectionlibs
PackageVersion1.67.0-13+b1
SHA-10570F56C433A443A94B1DBA58C79DFF5647E7D65
SHA-2562A6A283D48F8FDD5A538058E9A0E62E9AA2510A4BEE149BD92E8AAC2AFFCED94
Key Value
FileSize469716
MD5884FE8166363C4E465FE5A70C3AF7D38
PackageDescriptionC99/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).
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-wave1.67-dev
PackageSectionlibdevel
PackageVersion1.67.0-13+b1
SHA-107BB3591984E2474524C3CA781C8D7C039C51938
SHA-2563539A3810E81B277E88E51BFC732D6335003DB72904F97A9FB840453C183F9CC
Key Value
FileSize230392
MD5AED6AB3822ECF18F5950A14D772C4D45
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-timer1.67-dev
PackageSectionlibdevel
PackageVersion1.67.0-13+b1
SHA-10958F7727B294CDDE1CBAA68DCF0925C7BC5A64F
SHA-256C401F4ADF61B7F44E2D3A92279EBED7DB3A5FB069F6030474AFB444BD875AC91
Key Value
FileSize229752
MD51039CC8243B59EE352507C5F82EB55E1
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-timer1.67.0
PackageSectionlibs
PackageVersion1.67.0-13+b1
SHA-11B2169C333F21B843FEC5CE9088DD674927AF9AB
SHA-2561B35A3C60A29AF7005C5E6D4466FEFCC2597BD8372F385C07CF29EBA72FA4329
Key Value
FileSize332224
MD5F42621E47232CA1E3488758D19E671F2
PackageDescriptionprogram 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-program-options1.67.0
PackageSectionlibs
PackageVersion1.67.0-13+b1
SHA-11FCA97508A468EC8590B19705D978C80AA136171
SHA-25657EF769A532CF815C1874967B3ED0BD10A802BC9745E949E86826232A94AF970
Key Value
FileSize238320
MD55D41957F8A0624AF4D69B065D5CEB062
PackageDescriptionprovides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-coroutine1.67.0
PackageSectionlibs
PackageVersion1.67.0-13+b1
SHA-1210E4214EF89E0277D934982F529679C48A444C8
SHA-2560023696CF910587C7C71FE3763B138846A7CA57E7BFD112C6F31113DBA6064DC
Key Value
FileSize240048
MD5C11EBC3B0F1F7C97F13EADCE32E39EDA
PackageDescriptionC++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-type-erasure1.67-dev
PackageSectionlibdevel
PackageVersion1.67.0-13+b1
SHA-1214A5D43FEAD4D7E34FC19548A7CFCCD355E0476
SHA-2561B60DA15DF6480E2701BCE296DCFF928D9057011E48DC816FC0FCD3676238A67
Key Value
FileSize231720
MD519611A7F69C25A11C9F2C77E640086D0
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-chrono1.67.0
PackageSectionlibs
PackageVersion1.67.0-13+b1
SHA-12AC04192A76349BEBA122C528411BB732046B985
SHA-256FC5A39915E3878ECE0F17E850CAB3A78B2E3E3640BE99AE2B5B9966103055572
Key Value
FileSize314628
MD5A0FFD7CBEF541FD4D1C4851EF49AB00D
PackageDescriptioncooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-fiber1.67.0
PackageSectionlibs
PackageVersion1.67.0-13+b1
SHA-1317477C288805EF9177F550A64E3D505F382074F
SHA-256583D70D6D84734B11D9F47B6CEE2031C23DF7586497C8C49031F91317D2350B1