Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.62-tools-dev/changelog.Debian.armel.gz |
FileSize | 220 |
MD5 | 362E3FDE39EB6D5A18A7F8081BC94CD0 |
SHA-1 | 22E8CD16C39050D285217476F14059548611B6CC |
SHA-256 | 3987BC84AD930ACA9BE0D5569CF5627232FF7E3D03FBDC60B183DF1E2B009358 |
SSDEEP | 6:XtBy70l3de0EGSmy39yLmr4lB9rpB43z8l:XQ0lpEGe9zrCpew |
TLSH | T10BD023C05A405CF69DF53030E4F44C40AE585CB5C35799C3419E9E237D5F3518DD0768 |
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 | 72076 |
MD5 | CBFF4039420E05F1159072858118F2AB |
PackageDescription | managed signals and slots library for C++ This package forms part of the Boost C++ Libraries collection. . Signals represent callbacks with multiple targets, and are also called publishers or events in similar systems. Signals are connected to some set of slots, which are callback receivers (also called event targets or subscribers), which are called when the signal is "emitted." |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-signals1.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 018AF50BB04C65209ADD3D6B87222296C88BAA0B |
SHA-256 | 55311349C57DF2C6F943CB4A27F79A30EBB3A2A1A9CA323015B9751F49158824 |
Key | Value |
---|---|
FileSize | 48128 |
MD5 | 488D8CF95B0D496C07C30FBE6D9BAE46 |
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.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 041DAE2764FAE5CAF90C5B555068FFAFC9813270 |
SHA-256 | 86919C1E60BA6BAC560C6C524CBC4926BEBD8D5280628EE5A8645463D813CB1E |
Key | Value |
---|---|
FileSize | 119300 |
MD5 | E04A53A3D6781647B69575B296D67845 |
PackageDescription | Boost.Python Library This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . One of the python interpreter packages is required to use the created extensions. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-python1.62.0 |
PackageSection | python |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 04FBE722F632AE10DBA948D65BB310BD9D4F5418 |
SHA-256 | C1082E681861D5190927D5D5551C852D723697BB76DFEBB544C6048C5DE4E0A6 |
Key | Value |
---|---|
FileSize | 129428 |
MD5 | 15AB8BFCF622E617E0384C61E5B934AF |
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.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 0960DA7EFC123C2C385A6B5015C5F712754E8B9A |
SHA-256 | 73DF414FB6858D8CEB7BB033CCCDE5CB7ACE8D54C80DB1D50E6E8B71A152027D |
Key | Value |
---|---|
FileSize | 42908 |
MD5 | 30EB34D273E6FCF4A800EDC8E8F22D8B |
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.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 0E15886E08E949536829A05511B7A394E1310836 |
SHA-256 | 9D60DBE165847002380F0963BC1FD17C01B9B4D87020DDB4D01389BBE0CE7FF8 |
Key | Value |
---|---|
FileSize | 358448 |
MD5 | C5B97FB615950D8713FF6148B29375F2 |
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.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 14E93CC0C54C06A8620E7058427CE7666071FE75 |
SHA-256 | 99E05E5DB97163E344590053901629E9B2F42762B3D8085D5C78DB2C108C19AA |
Key | Value |
---|---|
FileSize | 234680 |
MD5 | 7C241BA26CAD11C381BA65F590B4A5B9 |
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.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 2266150A26689121727A6E3B40A9A90D97E1F393 |
SHA-256 | 34824C6E016809D8E046D84B8AC2EB177EADC8633B6782E272C2B7B0A84260BB |
Key | Value |
---|---|
FileSize | 48280 |
MD5 | 56405EA66D0E426999A5FB3B96FDCBD5 |
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.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 338D106F2F4EE1207B34EA396CCDFE9FFE56BAF2 |
SHA-256 | 4B38AC468E3F78045DBFBDF7CF1B24921700302A16944D974C205704A65C31F9 |
Key | Value |
---|---|
FileSize | 46192 |
MD5 | FD56DF8B62A034E4D47A6B4596723BAA |
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.62.0 |
PackageSection | libs |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 35FC0B8ACBBBFC4DB18E53C0596CA0219F97E969 |
SHA-256 | F389505A15F9A6D48E5257E0D2193BC68B9F632BB4A22D886174B5BAE52D0C04 |
Key | Value |
---|---|
FileSize | 55012 |
MD5 | 2D3A09D4B8602460185A2A95292C82BE |
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.62-dev |
PackageSection | libdevel |
PackageVersion | 1.62.0+dfsg-10+b1 |
SHA-1 | 3647438B961744935316E590910BD15714733C56 |
SHA-256 | 3522CF25C710D331A8069FBB3CE4E3B0ECEE5CA62A9A4FFA9B9137F930161E16 |