Result for 22E8CD16C39050D285217476F14059548611B6CC

Query result

Key Value
FileName./usr/share/doc/libboost1.62-tools-dev/changelog.Debian.armel.gz
FileSize220
MD5362E3FDE39EB6D5A18A7F8081BC94CD0
SHA-122E8CD16C39050D285217476F14059548611B6CC
SHA-2563987BC84AD930ACA9BE0D5569CF5627232FF7E3D03FBDC60B183DF1E2B009358
SSDEEP6:XtBy70l3de0EGSmy39yLmr4lB9rpB43z8l:XQ0lpEGe9zrCpew
TLSHT10BD023C05A405CF69DF53030E4F44C40AE585CB5C35799C3419E9E237D5F3518DD0768
hashlookup:parent-total58
hashlookup:trust100

Network graph view

Parents (Total: 58)

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

Key Value
FileSize72076
MD5CBFF4039420E05F1159072858118F2AB
PackageDescriptionmanaged 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."
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-signals1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-10+b1
SHA-1018AF50BB04C65209ADD3D6B87222296C88BAA0B
SHA-25655311349C57DF2C6F943CB4A27F79A30EBB3A2A1A9CA323015B9751F49158824
Key Value
FileSize48128
MD5488D8CF95B0D496C07C30FBE6D9BAE46
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.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-10+b1
SHA-1041DAE2764FAE5CAF90C5B555068FFAFC9813270
SHA-25686919C1E60BA6BAC560C6C524CBC4926BEBD8D5280628EE5A8645463D813CB1E
Key Value
FileSize119300
MD5E04A53A3D6781647B69575B296D67845
PackageDescriptionBoost.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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-python1.62.0
PackageSectionpython
PackageVersion1.62.0+dfsg-10+b1
SHA-104FBE722F632AE10DBA948D65BB310BD9D4F5418
SHA-256C1082E681861D5190927D5D5551C852D723697BB76DFEBB544C6048C5DE4E0A6
Key Value
FileSize129428
MD515AB8BFCF622E617E0384C61E5B934AF
PackageDescriptiongeneric graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-graph1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-10+b1
SHA-10960DA7EFC123C2C385A6B5015C5F712754E8B9A
SHA-25673DF414FB6858D8CEB7BB033CCCDE5CB7ACE8D54C80DB1D50E6E8B71A152027D
Key Value
FileSize42908
MD530EB34D273E6FCF4A800EDC8E8F22D8B
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.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-10+b1
SHA-10E15886E08E949536829A05511B7A394E1310836
SHA-2569D60DBE165847002380F0963BC1FD17C01B9B4D87020DDB4D01389BBE0CE7FF8
Key Value
FileSize358448
MD5C5B97FB615950D8713FF6148B29375F2
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-locale1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-10+b1
SHA-114E93CC0C54C06A8620E7058427CE7666071FE75
SHA-25699E05E5DB97163E344590053901629E9B2F42762B3D8085D5C78DB2C108C19AA
Key Value
FileSize234680
MD57C241BA26CAD11C381BA65F590B4A5B9
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-locale1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-10+b1
SHA-12266150A26689121727A6E3B40A9A90D97E1F393
SHA-25634824C6E016809D8E046D84B8AC2EB177EADC8633B6782E272C2B7B0A84260BB
Key Value
FileSize48280
MD556405EA66D0E426999A5FB3B96FDCBD5
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.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-10+b1
SHA-1338D106F2F4EE1207B34EA396CCDFE9FFE56BAF2
SHA-2564B38AC468E3F78045DBFBDF7CF1B24921700302A16944D974C205704A65C31F9
Key Value
FileSize46192
MD5FD56DF8B62A034E4D47A6B4596723BAA
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.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-10+b1
SHA-135FC0B8ACBBBFC4DB18E53C0596CA0219F97E969
SHA-256F389505A15F9A6D48E5257E0D2193BC68B9F632BB4A22D886174B5BAE52D0C04
Key Value
FileSize55012
MD52D3A09D4B8602460185A2A95292C82BE
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.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-10+b1
SHA-13647438B961744935316E590910BD15714733C56
SHA-2563522CF25C710D331A8069FBB3CE4E3B0ECEE5CA62A9A4FFA9B9137F930161E16