Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.amd64.gz |
FileSize | 231 |
MD5 | 6ADADCC862831999205BC2697F46FB44 |
SHA-1 | 1CDDE667747A6748DBB7EA2EFA0E4578FC26B780 |
SHA-256 | ECE96E7D478B12278F36A1277C62A430DD2EB4C16FF5F0AC17F808A64E7D3E5A |
SSDEEP | 3:FttLV2ea+RNXGYTLS83dFWh+agh0MdAjjLHKtubtKO5t68oDZS4qVR0C19xvTySX:XtUcQf8DiMdAnLHKEtibS4tC3CSTgRE |
TLSH | T1ACD0A7D8B943A3A8C88FCF32E5547C45E9184D0A8298976985492755819B5D18449626 |
hashlookup:parent-total | 64 |
hashlookup:trust | 100 |
The searched file hash is included in 64 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 235256 |
MD5 | ABE6BFC788C61BFF29A2CC48FC89F1B2 |
PackageDescription | provides 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++. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-context1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 0145FF47C0E54A158C06FE08183BB2661EFDD56A |
SHA-256 | 4C9B1AE44347FDC1820D639F4C2A4DF385B27A00AC981C2BE5D3AFB2BB2B3C6F |
Key | Value |
---|---|
FileSize | 275704 |
MD5 | BE484544F13F283EB17E48C903F08CB4 |
PackageDescription | Boost.Iostreams Library development files 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-iostreams1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 0C3788EDFAA064879C611E0862408652836C8855 |
SHA-256 | 7FAC9F265B7154ADA5B1706F90379FBD2BCA729F15425C0FC981864AB195ED47 |
Key | Value |
---|---|
FileSize | 244900 |
MD5 | BFA2D63DE2F1716A0DEBA63A007D5616 |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-timer1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 0C47ABE451DAFD5742B6650E7EAA4AA4FF3ACCB5 |
SHA-256 | D44333FF854172907DBE9D54849D3F80B7935F8F56674A4D278FFEA14E890279 |
Key | Value |
---|---|
FileSize | 248472 |
MD5 | 8DA1CEACB8C8DD70216D4C5F1B4B9179 |
PackageDescription | provides 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-coroutine1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 0EB1444A6A0E7D07F64394909D15610D73201AF6 |
SHA-256 | 84641972A115027D7762CC17133024E18F07F8CC3E605EE2FE92B88E9E2F6F8C |
Key | Value |
---|---|
FileSize | 363784 |
MD5 | 2631B563B9E0890734159033AC7905A5 |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-program-options1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 1208182E57A6CA4B1F8807B28753BF2EE085ED29 |
SHA-256 | EB2F4B7DAB62B11D0EB736E38988AE8E2407AE59A875F5D2FB65F8D9393DA2CD |
Key | Value |
---|---|
FileSize | 323972 |
MD5 | 470D21DA21C2E4F2CA53311F09635FEA |
PackageDescription | generic 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-graph1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 1943EFDD8D986E73AA527F99E00E44ABEB78D6F8 |
SHA-256 | 0270858A430464ADB50828C3DFE52A105E0D71FF684287430726C95FE3657E67 |
Key | Value |
---|---|
FileSize | 233400 |
MD5 | ECD118FC21BBCF73E138F7DFD1D07917 |
PackageDescription | atomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-atomic1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 1E3DC96E56D0AF0BE8B957907D8C58F293E9E51E |
SHA-256 | A254AA80ED469829EF570AB250DF114F2C9DEAE46FCD25512DD01586418D7925 |
Key | Value |
---|---|
FileSize | 255668 |
MD5 | 5A5E58AF57358A1B8675F7B6AF8F0842 |
PackageDescription | cooperatively-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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-fiber1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 21C06114A00B231D9E4545FD4EE432C1752D4105 |
SHA-256 | 23F459E0F83382115A989E9E8BCA6831FF7FF8F48D210D9F972632423D6B1CA5 |
Key | Value |
---|---|
FileSize | 597812 |
MD5 | 66C1235CF0115459A931D7BC8B66BDAB |
PackageDescription | 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-regex1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 2331A45BC85F1F255783F815CA342EFABDF73384 |
SHA-256 | CB367AB1F1A25F7A53804B6BFF68ACFA1225FCF3344344976DF70ED6BB874FEC |
Key | Value |
---|---|
FileSize | 231836 |
MD5 | EA8C13D9C3407BA06F0D72EC6A838B4A |
PackageDescription | 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 metapackage provides the complete Boost development environment, including all separately-packaged libraries. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost1.71-all-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b1 |
SHA-1 | 24CA60DBCAD03DC4F7D4F44C84E69CC2E428ED2C |
SHA-256 | 08DAFFB3E3DA5122FC0617338AD3BCC27952B90EF20CFD85C64FE9BF95F78DCF |