Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.mipsel.gz |
FileSize | 220 |
MD5 | 82C0C59FAFD6FF461F25662B8A25B249 |
SHA-1 | AB737406B58DDD4AC9574451188F8D41546F68CC |
SHA-256 | EC6096F5782AC6B0D59183297F3CAAB9B6679254FD006BF3A962C185436669F1 |
SSDEEP | 6:XtnBxR/OxrY7Sc1MuONBx8DVekVeuUd0x2WYlwh:XhB/4rY7S7uOrxpk0bd0UW |
TLSH | T14FD0A7A068628578E681D82689BE4161A38EB25B25BEC82587E252142286664DB116E9 |
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 | 556860 |
MD5 | D66A34F737D81473867FC03337D18A8D |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 00AF838A953E5105AAE16F295A39D2A4B4796488 |
SHA-256 | 0F5425516FD051C17C7D87B6ADD2C37235A87E73C3C189550EF78A0FC5A170B4 |
Key | Value |
---|---|
FileSize | 258584 |
MD5 | D7A2B3ED17BF6D7583307484DBD1AF9A |
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-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 031FA1ED76838F3C9AFA23D8A4488A0FC98326FC |
SHA-256 | 7600DEF1882EBF91A8B48651D7F53BD38C0ED5767B5A80249ED744518165C8ED |
Key | Value |
---|---|
FileSize | 424296 |
MD5 | FB048C704F863AEB85590B51B5F5A42F |
PackageDescription | C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-mpi1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 055B2066EE026CE1117732045A0E8890B9AC3370 |
SHA-256 | 8666CA80D2FC140BDD730DB85FB299D33AA1E494419FFDF94C70ADBD66053825 |
Key | Value |
---|---|
FileSize | 271260 |
MD5 | 5DFE7408A50557E2A38DBC1908A1C9FD |
PackageDescription | portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-thread1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 062A9B9B23D99F234BFD7F26B50DA267B93B2679 |
SHA-256 | 73E52F3A96E836DADA018631CA8963CFC5E19AE720E20A12199738084065AC53 |
Key | Value |
---|---|
FileSize | 266700 |
MD5 | 82C7A1AEB263BFA671E9BE6A0CE38E32 |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 07B5AE852D1C796121367603CEBEAECD302234BB |
SHA-256 | 698308483F99954754566D39F4456D425A71B3DF425333B8FA04D4DE19C75B59 |
Key | Value |
---|---|
FileSize | 243004 |
MD5 | 954EDBC2012613CA7F6F2AB9F3F10D92 |
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.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 07EB29B8FE0C7E600EB924FE6851EF10DD0DB9D8 |
SHA-256 | 8EC439FBAD0AAA19DC74F88D08074E55642F34ED952097F8FF0276AD28C695C7 |
Key | Value |
---|---|
FileSize | 243160 |
MD5 | 7796D94AF502FC4D56F0E2697B83B0A7 |
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.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 103E97861BB7570F593721FD624FB0CC4D9BC4B3 |
SHA-256 | D6A29D6364444E99F31294835CC0925450BA3F6C0D6370F24C1B81A19ECD9ADD |
Key | Value |
---|---|
FileSize | 258844 |
MD5 | 01B54AE881A90C8EC21CF4E7B7B14C7B |
PackageDescription | set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-date-time1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 1AD80C0F3F6C6CEBC0C4803B1682AA44A02B9A5E |
SHA-256 | BD8FC4BBB1E9938DAAF8B3BAC6C3BF552BF1EB30ACD9D8A37D37A890DC1A1953 |
Key | Value |
---|---|
FileSize | 255724 |
MD5 | 6CFCE6529B42EA02B5D31BA125C3E214 |
PackageDescription | C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-chrono1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 1FFF64BC1CB6B66D3B7F0EBF6CFB8A59D0F1C289 |
SHA-256 | 426739B84C8BB292AF19D19A091D1A444D489B22D681825E1DD51C1F8B299ACB |
Key | Value |
---|---|
FileSize | 274216 |
MD5 | 498CC3281E9AD5158D1F18A0AE61BBF6 |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 21B15423EC7EF36943FD62EB591423EC7CA4A63A |
SHA-256 | 80DE18564B9A11249F386081215C5CBEC76A58F3ABAA06C0C35A3810CE74EE14 |