Key | Value |
---|---|
FileName | changelog.Debian.gz |
FileSize | 27348 |
MD5 | 83AD3026DDBAFDFE66C07FB94F8C07AA |
RDS:package_id | 294729 |
SHA-1 | 82A57D651E53D0F508202FF3D2A63082AB5EB688 |
SHA-256 | 5A98EB9109CEDF3CB7EED298ABB06F5EDB048B54B545F071B9C875235EB2D8AA |
SSDEEP | 768:Q55mEeRZJPojOOZcLBilTdBLlEkD/4F14GAYj:Qnze2OOZOUldEkD/q14G |
TLSH | T1F6C2F2ED8138A2E4AB2523BC40F3185F9678B5EDD4DF0005E5A8A856373DD778AC30C9 |
insert-timestamp | 1696432820.4998744 |
source | db.sqlite |
hashlookup:parent-total | 595 |
hashlookup:trust | 100 |
The searched file hash is included in 595 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 242808 |
MD5 | 4A392F54B92F77CE8749E7711466CF3B |
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.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-9 |
SHA-1 | 002DC8F9A6A0B42C0871D05962020C43F9B6FADB |
SHA-256 | 16B07FF7FADA5E6B52638DA768A9F60765C6C3D98502CCD5B8560A19CB83C5D4 |
Key | Value |
---|---|
FileSize | 241224 |
MD5 | 53099E482556990D4DC7EC91ED5ED9B7 |
PackageDescription | library to help write exceptions and handlers This package forms part of the Boost C++ Libraries collection. . The purpose of Boost Exception is to ease the design of exception class hierarchies and to help write exception handling and error reporting code. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-exception1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-9 |
SHA-1 | 004974B69DC954E8A4FF59A2CB9F67F0135954FB |
SHA-256 | 6B078E7E359392DE80BBC806959D3BBFBDA198ACC47E3F161EB5BC993E4A7D9B |
Key | Value |
---|---|
FileSize | 264056 |
MD5 | F555017DA50CF383D1F2C6B97FF45B49 |
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.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-9 |
SHA-1 | 00B577A4E87E59235483F361302B5C7A95011AB9 |
SHA-256 | 76B9D05AB25BE4B36D08D24737C92DF0F97C1574B0531C26B3A1EF201CAF8439 |
Key | Value |
---|---|
FileSize | 557320 |
MD5 | E55FC613A4FA259FAD72246AA3F42D6F |
PackageDescription | components for writing and executing test suites 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-test1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-9 |
SHA-1 | 0103C3378C6D22E47636FBEE5B0569821834C346 |
SHA-256 | 38DFEB388BD2A627F0F74BF9265F4F383D8D429EA218E640F926F47EE477FCF4 |
Key | Value |
---|---|
FileSize | 255004 |
MD5 | 8491733550EFF9FF777AAB011B00ED2B |
PackageDescription | library to capture and print stack traces - development files This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-stacktrace1.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-9 |
SHA-1 | 01372ED825E190391C8C199E99BD768984F7608D |
SHA-256 | 053EB8E0C07EFD1A0F38400909394967D71A8628610B4807A7BCAE9B8D325250 |
Key | Value |
---|---|
FileSize | 275320 |
MD5 | 2E76BDF516C695ACA618322507D7A5A0 |
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.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-9 |
SHA-1 | 016C8F300A669757838E1FCEE8C196551AFDF3C8 |
SHA-256 | 7CD9B4B799E867040E25C0B22F1FFAEC59B4098FC8B4378C9BF1385581A1048C |
Key | Value |
---|---|
FileSize | 435744 |
MD5 | 2B7941B42F30F56906E3299BDC4AD7E1 |
PackageDescription | C++ 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-locale1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-9 |
SHA-1 | 019D8D1C46CE691EEFD64CA5F9AC066AE034E56A |
SHA-256 | E99B0DE1A1565B33C27E3F3F4CEDEAA776F8989CCFBC12418CBE980B1DDAC865 |
Key | Value |
---|---|
FileSize | 1660672 |
MD5 | 58E424585C65F3A5799DA732DAD88CBE |
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.74-dev |
PackageSection | libdevel |
PackageVersion | 1.74.0-9 |
SHA-1 | 01AAE01B0D5446CB2C2C9315BDC36E49D696590B |
SHA-256 | F33CBF7D8D65C493B7AE4BF71975E04EF1A2703620297922111567DE87F8B3EA |
Key | Value |
---|---|
FileSize | 342792 |
MD5 | A74CDBD6B7AF9E49DC8FD51EA40A6F13 |
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.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-9 |
SHA-1 | 0255E47DDCA8A5D98F1A6A700A12BAC36A115297 |
SHA-256 | 7158D2398BDF760632B7D10F9B7E7E4985702FBC2AD96C572A761E5C7DFFB527 |
Key | Value |
---|---|
FileSize | 246352 |
MD5 | 5CFA6A540F897823596F62D9636D74C6 |
PackageDescription | Boost Random Number Library 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-random1.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-9 |
SHA-1 | 03E9BCD1F94C2BC2EBCB2B2183196542B9CEF935 |
SHA-256 | 305331AA9652EDB62A032EBDE26915803B1766D33A6AB91CE926FC924202C172 |