Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.62-tools-dev/changelog.Debian.i386.gz |
FileSize | 249 |
MD5 | C445E7EA39E63802801F68E21A22F06F |
SHA-1 | D5EA26AEBB5D258DD3195661873A6B2056887D2C |
SHA-256 | C22952FEAFBD7071B1B80D40823BE6943E5FA7CE4E191527C8F49B7E4DE9B71F |
SSDEEP | 6:XtGjPBt9DjyjMsi3S4MVW9hBZK+c6zlGaK5gGCljFnZ/:XcjD9kE1MsR0+L4aKTCDnB |
TLSH | T1EED09573137A31DFC4781F7440F04814816C04F66817D7406C5D4D3117C3D2014F16A9 |
hashlookup:parent-total | 58 |
hashlookup:trust | 100 |
The searched file hash is included in 58 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 35576 |
MD5 | 79DF30E27BFB08938DF8DC4B3530B340 |
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 <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-timer1.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 053F0F9D46D4E63088FA325DE83ED174608D3751 |
SHA-256 | 04FAC7FC3F549E243B25586EC14E95EE8206153ABDB8C183356DE9EC25E0E0FB |
Key | Value |
---|---|
FileSize | 43468 |
MD5 | BEE2BDC513CF94A372B258C64956E4E9 |
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 <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-date-time1.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 0B35D1892967F4799F7D479F98670FF731B1C146 |
SHA-256 | F3EED26EBE362F130FB4D810E7E3A2537BE25C3889F2EE82C37DE5C537B20D00 |
Key | Value |
---|---|
FileSize | 578994 |
MD5 | ABD11B3ABDEA04872F331491145423AD |
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 <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-log1.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 0EF04AF49037AAD956A5DC9C8D2519D71175DEFA |
SHA-256 | ADBFAB28800DF9D986E84FF5E5D1DB0934F488D091B4C79FEDF3213EF9857FBD |
Key | Value |
---|---|
FileSize | 7055406 |
MD5 | ECDD145737B2C7ECFD6FFC9AD7824D49 |
PackageDescription | Boost C++ Libraries development files 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 package provides headers for all Boost libraries. . Extended precision arithmetic package libmpfrc++-dev or libntl-dev is required to use the Boost.Multiprecision wrapping of the respective library. |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost1.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 1C4796A024488A0F7BE065AEDCD0CEFF53167A0B |
SHA-256 | F93155AC58803F2AB2C1139274503D0B5992536B823CA64AC2BF966ECA1172A2 |
Key | Value |
---|---|
FileSize | 263222 |
MD5 | ECB98709DC91C1852C1D322A12F6A4A4 |
PackageDescription | C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-wave1.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 2138C755D89AFB24D24C53FD6CFC0D7F639070C7 |
SHA-256 | 0B694157FCECAC1F2799A9C08AAE8A91F419BBBD59805ACCE6C68619FA0C1029 |
Key | Value |
---|---|
FileSize | 239890 |
MD5 | 9F3958F4F9F5CD2B04DEA9D258180733 |
PackageDescription | C++ interface to the Message Passing Interface (MPI), Python Bindings 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. . This package provides Python Bindings to the C++ interface. . One of the python interpreter packages is required to use the bindings. |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-mpi-python1.62.0 |
PackageSection | python |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 240EFE89121C29B2BDB508BD388619E6E1D0C0FF |
SHA-256 | FA7F685DB1725FB29672312C19ACA7F2EF5C195AF4960DDF870A315A2BB10B26 |
Key | Value |
---|---|
FileSize | 48562 |
MD5 | D0FD653B32C30B34F5F498701064EADD |
PackageDescription | C++ interface to the Message Passing Interface (MPI), Python Bindings 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. . This package provides Python Bindings to the C++ interface. |
PackageMaintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-mpi-python1.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 26514C8747BFF80B3DE44B02D44E9F226DC76500 |
SHA-256 | A1990515DAB8F895E65C4144A85E5C7176C44982C7231FD34395F4AFF67794F2 |
Key | Value |
---|---|
FileSize | 43298 |
MD5 | 3A62D21C48165CE42257F9F56B9AEBA2 |
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 <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-type-erasure1.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 27E1087FAB000A9A6E1DB68ADF8921F798D9A993 |
SHA-256 | 366C73EBF02A3A37B42EB0F13B0CCE92503E2A0E4A0F59B9CF358C21770705A3 |
Key | Value |
---|---|
FileSize | 45036 |
MD5 | 3A3C1D0AA4BCBA3C47AA815C47A53836 |
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 <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-coroutine1.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 2D0A0824D805A84AE73AE72DFAFB0BB14B974EF4 |
SHA-256 | 8E8025267200F58988679DF59CE16DF248BCAE21EA68CFEDD0B56593FE630FA1 |
Key | Value |
---|---|
FileSize | 57406 |
MD5 | 6D7E5A6C1E69EDD9F5AE2A18EEE4041F |
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 <pkg-boost-devel@lists.alioth.debian.org> |
PackageName | libboost-fiber1.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-4+b2 |
SHA-1 | 3864048C4987571F0F6677743BE2BCAF6B04E263 |
SHA-256 | 5C33C7ABAA2B42215DC289B2173696CAAF888E6D23FF7C65D8502A3CC31EE629 |