Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.67-tools-dev/changelog.Debian.gz |
FileSize | 26065 |
MD5 | 2D23A45BCF6C9E27686B8A428CCCB2E7 |
SHA-1 | 3C0F493A65856940DE26DBC19A960DB34ECF55CC |
SHA-256 | EC6AEAB09E0457DEC48559DD96C8112CE2FAD6B4D80AB151C892A619AE69664F |
SSDEEP | 384:uruDrnaZiNY+IH2CnX5L05zxkAVwikh/RuJJRTvMtFFTnt4zRxJNKXo7r+l34Gdn:uSD7a/TK1CAKN/RuJJZoTnmlxJNKX4KD |
TLSH | T167C2E0A3EB4D0AE56E13F8299C491FF26067E33D68B51F45197D0BCE530A3206B8F991 |
hashlookup:parent-total | 330 |
hashlookup:trust | 100 |
The searched file hash is included in 330 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 324936 |
MD5 | AC699D8CC40B5B15FC8DA326FB38A951 |
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.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 00649C9E5E0580727BBB34870C63D1A8F2FB8FE0 |
SHA-256 | 5279E66FBFF0B0869F06F17898CB04B8BCC40AB4FEFF1276C627A444679603D0 |
Key | Value |
---|---|
FileSize | 257772 |
MD5 | 90879B061736F24CDDDA027AECE50E17 |
PackageDescription | Contract library for C++ - dev files This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-contract1.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 0091A1FDA44D81CC46728DEFE5EED7AD22F62E44 |
SHA-256 | B98E24091049ECE3643DF1A0932F5124ECC33C8D5E3E6ACE4598B0F968AEB48A |
Key | Value |
---|---|
FileSize | 462864 |
MD5 | 79E1E1CA5CD8E16F9B2B2DC1C3CAA220 |
PackageDescription | Boost.Math Library This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-math1.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 02705A8D9A532DDAD6372C6A230E6FFD04F1D526 |
SHA-256 | 241C441BC93DCD79B549FF2FC0D8ECF1E485CCDE4AF67A3191DA4CFFF115B97C |
Key | Value |
---|---|
FileSize | 789208 |
MD5 | 172992EE539EBA21B7AC2BAC6029436F |
PackageDescription | C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-log1.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 02FE809945DA4AB2C74AE30AA6AFAD438BC0F976 |
SHA-256 | 005108469E85DF60A823E697B0481B270A66F5A15B08E1BDBA283020C93D3E58 |
Key | Value |
---|---|
FileSize | 255548 |
MD5 | 026193D76F9E406DEF45870BAEFD3B2E |
PackageDescription | filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-filesystem1.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 033999E03635FF86CD0F659EAE9A8D997881E6A9 |
SHA-256 | F6D699FD5E852A746FB8D29BC0235D26F81A5DAECEE019B72BB9BD47B7D999CE |
Key | Value |
---|---|
FileSize | 239420 |
MD5 | 5F81DB330A1DBD07B0E3CCBB6944F316 |
PackageDescription | C++ 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. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-type-erasure1.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 04EBD1D5AA4DC3B8311E7920847DCB34461009CC |
SHA-256 | 58C6B89A2ABAB313DBE8056406F92CB51291E93ADD6176E85380CCE61ADDE5A1 |
Key | Value |
---|---|
FileSize | 353580 |
MD5 | EC729F4FA4D7F3514B2C52A88A534999 |
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.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 05E5A5B126BC1DFE652575FD33DE8EE7A28891A1 |
SHA-256 | 1B9602D70F7A1BC9BC975A2F1D76EA9AA01C10CA955A092F47A69016CA6E35DE |
Key | Value |
---|---|
FileSize | 247828 |
MD5 | 2B9B7C7256F2CD842B6BA9D5A245C84D |
PackageDescription | Boost.Iostreams Library 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.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 063C9E554F23B18DAECAF9664AC9B60B1F03E71A |
SHA-256 | B25D6181FD884BCE97F75ACB32D4878D0D1BFECBFD43089C1540079C2F481752 |
Key | Value |
---|---|
FileSize | 238440 |
MD5 | E2B620C90919F577CBE44E2D2CAADD1E |
PackageDescription | Boost.Python NumPy extensions This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . One of the python interpreter packages is required to use the created extensions. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-numpy1.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 066D932CD85E46BFE89B80CF985A26A5C33054B3 |
SHA-256 | 722403AF846C6C1CA5F8A5D9A6FF2CB011AD1B2230C8E15BBEF110074F54E253 |
Key | Value |
---|---|
FileSize | 346356 |
MD5 | 9F776AF95F919B9CF8304D54327B3EE2 |
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.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 077F8C0B0C01F622B619B8C2874C93153B9E70D0 |
SHA-256 | 84D55E81D70E88E998DEA756F24ED64E6A9EEF0E09644B665F2C9147D05D5B73 |