Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.arm64.gz |
FileSize | 214 |
MD5 | 297C512DEF6D4BA54114334764170D54 |
SHA-1 | FFFD48C37B84E11FC60C104AE4CAEEE2AF64CE0B |
SHA-256 | 1952593C8EBCF7583B2AC81F27C9091246947797FCAF05B15C589CDA2BF46CBB |
SSDEEP | 6:XtPDvTp4d5o8Ao4roVphjMtz7O9SPPEzBd3w3:XJD94WDoVrozK033 |
TLSH | T148D02342F5254110C5F819F7413E0D31814D154541F5DD7851F3B8735874154FCDB475 |
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 | 264136 |
MD5 | 47A91D5020F1A283EC8F58004CB1670D |
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-6+b1 |
SHA-1 | 076653CE46B035E0EB595EF8C63597663E8165DE |
SHA-256 | 9DCE962E37FC53C5E679ADBC4596F2670E0CF46E33EE64F9612C00EFBF274C78 |
Key | Value |
---|---|
FileSize | 251972 |
MD5 | 05D068073B1D9197EFD391CDD3FB9797 |
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.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6+b1 |
SHA-1 | 08F7ABEA32B836FB491DEFDB530A1F46F80645A8 |
SHA-256 | 9A6D1B210B3F37938BAD1A072D54D7D5086750627AF55084E72EE1B9AACEDCCF |
Key | Value |
---|---|
FileSize | 230392 |
MD5 | 46F9C6823871BEA50676C8B2BA3CE22D |
PackageDescription | library to help write exceptions and handlers This package forms part of the Boost C++ Libraries collection. . The purpose of Boost Exception is to ease the design of exception class hierarchies and to help write exception handling and error reporting code. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-exception1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b1 |
SHA-1 | 0EE09A517CF8F8CBAA11E69FB9305CAE98FDC12A |
SHA-256 | B3F71BB39F7AA85DC861D2C45C7E54670C3ACC72F026F06D33761B49136CB00B |
Key | Value |
---|---|
FileSize | 427668 |
MD5 | BA4924034295323B1E5BCB697CCD8B5D |
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.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6+b1 |
SHA-1 | 19E7B53D56629D2ED1CEF26703C6411610990A52 |
SHA-256 | A9F111F160CE1AEA456962EB6760E09336FF9706400FD5B7B73A4048A12A3790 |
Key | Value |
---|---|
FileSize | 242900 |
MD5 | 01DB9D65C22D4EAC08010E12246C5810 |
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-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b1 |
SHA-1 | 1C333225998E20461912DAB00DEDA1B152C0809E |
SHA-256 | 5535D6FEF3690F2EF209F04D60DEDA11D7F9ADF839AD1788ED2AFF2693C17F7C |
Key | Value |
---|---|
FileSize | 253596 |
MD5 | 21E1EBFB0A874573B0DF88ED95AB6E98 |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b1 |
SHA-1 | 29F6E45D98C4727B267FDA930D7696B1F26552D2 |
SHA-256 | D8CAF08F044118EDE10F9021429F78012E4DF6EDE31D1CB550EB86030CA45B13 |
Key | Value |
---|---|
FileSize | 285356 |
MD5 | E71FA419B0C24BA29607C33372D98DB9 |
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-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b1 |
SHA-1 | 2B45D546E031FA4EB85DF72BFD4C82649A5FAA73 |
SHA-256 | 685B3AF50DFC6A86B7D215174B14F517C373D06CA15A9BE995170C8E04FC7D48 |
Key | Value |
---|---|
FileSize | 233084 |
MD5 | 424392D1DFE9D01482E42DC43C0446B1 |
PackageDescription | provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-context1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6+b1 |
SHA-1 | 2B7B7374B4C8556E94848DE04E6B91C8467D4315 |
SHA-256 | E667FF2A72D99D2BD4E4CD6DF7173B248D69C7B6269058FFA1000C25EF628B8B |
Key | Value |
---|---|
FileSize | 397896 |
MD5 | 7B1EC2C7BDCDA4AD000487450C0DF496 |
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 <team+boost@tracker.debian.org> |
PackageName | libboost-wave1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6+b1 |
SHA-1 | 2D6226B5257F8C336DF4EAABAB18D6D873BBD879 |
SHA-256 | 51B467DFD620ED7DD0B1FFBF73DB25FF6B5500CA6F4DBEDD4554D6F026300ECB |
Key | Value |
---|---|
FileSize | 368604 |
MD5 | C27E326389B16624304F55BC715C8975 |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b1 |
SHA-1 | 2E4878F1A1E07E2733B223762596B7D2E8ED3EF6 |
SHA-256 | AB5FEA653915BAB54A276E8B3B3CC6908925EB1C1C5C37003418AB728D4F62B5 |