Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.67-tools-dev/changelog.Debian.armel.gz |
FileSize | 209 |
MD5 | 9C683CE7028743DD89399774DF4D98F0 |
SHA-1 | C4CFD735ACC24AD3E268FE0ED9A5C2695801BF8F |
SHA-256 | B2B851601F40415B50B0AD723A779EF54812B22D25B216A62E90489BC9D3B111 |
SSDEEP | 3:FttCyvSU4M4O8aS+JruyAx32ePBH1FTxTAgNM5348Kl5DnyT2VVV4a6PIAn:XtzSX4rGXBH1FV0gijGBnm2VVV4GA |
TLSH | T18DD023C0485CB51BEC27C39140C0D425303117070B6C68107DF8F96903784B04E270B4 |
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 | 429716 |
MD5 | 6AC5FEAEC4D10E91640ED89B15D8E794 |
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.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 0AC04C86C64888A95275776604E1C82A4615C0CC |
SHA-256 | 8BBDA6BDEAE3878462B69A43EF5D0CB7C6356E26DD3DA6F3F85CE129DDAAF8F6 |
Key | Value |
---|---|
FileSize | 345288 |
MD5 | B8412D4A505478150EAB186A63133965 |
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 | 0EA38B7A9AD8A8B1C5161DA2BBA63658EAED6E8F |
SHA-256 | 51DD9321C2420BCE51C807809F53BC1A0B87C70E021ECF85A6C3FE484DA5B37E |
Key | Value |
---|---|
FileSize | 231688 |
MD5 | E96A8A1DFFCC69381B38BAFA8552B169 |
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 <team+boost@tracker.debian.org> |
PackageName | libboost-mpi-python1.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 2A68E2649C3F4CA96BB7139AF484876843CF2BEE |
SHA-256 | 55C1C43C21F10A75DC1D09B0712B66E3C322A48C7562075C63A1DF0EBC3A0CEB |
Key | Value |
---|---|
FileSize | 225636 |
MD5 | E4537FB655371939A17085AEE8E0B535 |
PackageDescription | atomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-atomic1.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 2C5250CEEB2B205DE46E12267D1346E0C4FEAD80 |
SHA-256 | 0AEF92AF8C7E627E4E09785EBF0238586962C3D0D7E4F0F54E1C9CBCA61750F8 |
Key | Value |
---|---|
FileSize | 229840 |
MD5 | 7F4DE395939D4DF155FF0CC2F4362D04 |
PackageDescription | Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-system1.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 2CBE2215E51A0A5967D7FC2FC3D9DEF5CDB668CD |
SHA-256 | 11D3DE3DF64EBD26239B9B2CD9C83772D445D6C8742D5B04BB7037A65153780E |
Key | Value |
---|---|
FileSize | 238764 |
MD5 | 53CF04DA78BFFCA87201BB9410BA8D1F |
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.67.0 |
PackageSection | libs |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 2E639D6B893FE6EB816C0DDC133DA57F32344101 |
SHA-256 | E4154E000F8936224A16281E60119D7B81645E6DA37BDF9BC363F786414EF6DD |
Key | Value |
---|---|
FileSize | 334152 |
MD5 | 8F70565A5457DF5DA9CF7CD62C1C0FC3 |
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 | 35B8FB437E817FCEB24549024D92D0978B2C0F04 |
SHA-256 | 7E8F3EB1480094E4E5A22CCE7E0B6BB57DE5771A6781E08E490D4144DE05D52B |
Key | Value |
---|---|
FileSize | 249412 |
MD5 | B01309C61477A0705FC8660C47818A14 |
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.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 3D21A0B3607FD1955C505750C8B6CDC647B061D9 |
SHA-256 | 615C41B8DBFE2A7679AECFC0C2CDF314B4742B12395F8BEB704EC2498D3B4B7B |
Key | Value |
---|---|
FileSize | 370568 |
MD5 | CCA06C0745C0AD459F4D2F576AEB3331 |
PackageDescription | serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-serialization1.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 3E4B68DD06805FF43FAFDEF2CEFED3A0A104E408 |
SHA-256 | 3E1BA283D60AFBBE62BB7021144523A6667F4CFDD51F5DAF8C4FA7D6834FBF62 |
Key | Value |
---|---|
FileSize | 273408 |
MD5 | A16B8C5C478EAA9E73CC2B81F1E6204B |
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.67-dev |
PackageSection | libdevel |
PackageVersion | 1.67.0-17+b1 |
SHA-1 | 41777975A1AEF23586C4494E1476FE14F7B577E8 |
SHA-256 | E46518DB658057294F346D2F6AAB20D38542D349F2F67CC9A34E01F0C7FC01F2 |