Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.67-tools-dev/changelog.Debian.amd64.gz |
FileSize | 222 |
MD5 | F06DC82E2282F4536724B78BB405FDE0 |
SHA-1 | BD683EC2B6A8BD8D3A76739B24418AD91B14F102 |
SHA-256 | 0DA319A80348481096E17C2F2E465CEA6816FB36E726FA428F82CFA5138CA2A4 |
SSDEEP | 3:FttynVCnVeGejjjGe/ADLk89uioNjsXTjux/ZKIAm6nmIppP2kTwLh4CTBQcBwwq:Xt0iVv4hYDLJ3ZWxx5Va7PUNxTqn |
TLSH | T1E3D02312440CB03C42F021B43EED0A3DBCF170B031725C006D2B480000131103B409C7 |
hashlookup:parent-total | 66 |
hashlookup:trust | 100 |
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 |
---|---|
FileSize | 791088 |
MD5 | 256D646FCC59C6DB955640CF47B7A3BE |
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 | 080F3AD7C3D21397CE3A14A94786D2DF29F856A8 |
SHA-256 | 22B84C18BFD44D9BB259FD11A79985748B26FBDE35057DB1C93C7B9F99AF7CF6 |
Key | Value |
---|---|
FileSize | 243952 |
MD5 | 4C941E74E4BF43ABCC329B21C0125369 |
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.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 093EA531F2B11364BB7EA457CCE880AEC1BEC43F |
SHA-256 | 2096EEB110E421F2560745C55F3A82566E45138E5F2A6D3D0BC77D5468C7D418 |
Key | Value |
---|---|
FileSize | 240480 |
MD5 | 4D2461CDCD2399D8EDD836646D45E1A7 |
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 | 0A2893BC010665F96959A56A1B0ADA361C0FEA29 |
SHA-256 | CCC658E7D98CD099279C191EEC006B5B0D8B28F4014BF16FE4BDFABA63E3F5F5 |
Key | Value |
---|---|
FileSize | 334096 |
MD5 | B4630C39E5A9D48579C0D137CEC9191A |
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.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 0FE510D5D1761567DF1C45C819024359F30924D2 |
SHA-256 | EB7844F2208BB75BDAB50C1C3E3E0294CD07B58475B3B819393472FE74ED3DA9 |
Key | Value |
---|---|
FileSize | 333052 |
MD5 | CB9A6600A7CA9C8545C8B4319388F997 |
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 | 1071382AC7508EDF6FA4FDEF4EFE582FF87DADC6 |
SHA-256 | 6C6470B759C80910964C9B6892C28D6292635D0B159270A4B06E30856087F79F |
Key | Value |
---|---|
FileSize | 257860 |
MD5 | 9C73770A79A637C422FFBD2D797C2138 |
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 | 115A0D47ED51243A9D3E2028B687178A30E1AFDF |
SHA-256 | 3465B5F761A85350CC2DDD4FB9EB9D1E38F7738F2FDE3ECED66FA892B5644B60 |
Key | Value |
---|---|
FileSize | 287296 |
MD5 | 26369FB3BD47932D3717F3A0FA2A9A80 |
PackageDescription | generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-graph-parallel1.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 13D12ACB3DC60778272254891AB87BBD71054A42 |
SHA-256 | 8004639732672366529A1E6D17934C194E1FE2B3C5903BCAB1DD793306FF1513 |
Key | Value |
---|---|
FileSize | 513324 |
MD5 | 8CBF2E1B011BC89A8853222410850052 |
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.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 1F8F58ED4818EEDAB9B3B5FDBE6280EB92971F91 |
SHA-256 | CDC048F37933F84E735B5B755F8F56933D4CF8BC8FFB7B124957C0F2EAFB1B87 |
Key | Value |
---|---|
FileSize | 381428 |
MD5 | 99E1BFE24471C30F825FD6D2FEFA4999 |
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.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 210AA5B66CCA5721EFD71F4857C0BB43A6510529 |
SHA-256 | D61A112FB5EC298CC060F5307DDC3191C2C4A874A66842E7D4F16E0626C72460 |
Key | Value |
---|---|
FileSize | 256060 |
MD5 | 971D591A170F5B7DCE92B7C5A8C39DE1 |
PackageDescription | C++ library that implements several well-known containers - dev files This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-container1.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 24320C1FA8B254F770C96A8027CF602A8DD917D1 |
SHA-256 | 738108B45E7473E0A6C2C286DD918C1E54F62E6B02D936C5396458F910F121BC |