Result for DFC0380258F132FCBDFE70B8D72B116D1B3E8C04

Query result

Key Value
FileName./usr/share/doc/libboost1.62-tools-dev/changelog.Debian.i386.gz
FileSize230
MD5B9FF3EF05B412AA8E6DFAB34EECCFAB9
SHA-1DFC0380258F132FCBDFE70B8D72B116D1B3E8C04
SHA-256B6914133BEF612475BD93C5B0D44BD068F71D5C3164AC2F6C220ADA3233BE191
SSDEEP6:Xtn2A4tT0hStfC1JBMWy0wKlOqL8hb+8dq6n6En:XcA4tT0hCfnWyrKlpObxtn
TLSHT134D0A7A652E421F788BC4F31EAB54E02559B7BA480DE994BA4729271209610624E8701
hashlookup:parent-total58
hashlookup:trust100

Network graph view

Parents (Total: 58)

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
FileSize605668
MD50C37A9AA02F36D966AB6B303A9A60323
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-log1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-10+b1
SHA-106B290C3CCE39F089DA693BABFBBE4B71183DBBC
SHA-2561794938911330D56AF26B3D106DF71D4E59D78FE24EC333A726C0E18A541DE73
Key Value
FileSize69232
MD5ABED98EFF742AEE2F2F4116763ACEC05
PackageDescriptionfilesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-filesystem1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-10+b1
SHA-10D1F814CF734EF7A996DC6D2852C6F7AB4617295
SHA-256B7FDEFFF21C452D230F6F1FB8106388BA387ECEF7AFE9DD6D8CC56E9C5109935
Key Value
FileSize75120
MD53705D775DC72F3DCB64773940385A8D5
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-mpi1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-10+b1
SHA-112733699DD84884845E988B945D308640B9972CA
SHA-2563169E9462D935F81D910BF437C8569FF253AC51786B10F474BACA4A0B9351D7A
Key Value
FileSize213996
MD5945A8C1EC74A981E409718699AAEF3FD
PackageDescriptionC99/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).
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-wave1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-10+b1
SHA-11A4774F13C5BC9D94D9ED37C73FE16DAE987EBCB
SHA-2562A876822B70961958F2DDA8193567D8574E56E80A47A9CA84B3713F0E0970397
Key Value
FileSize75052
MD54F5B08E609DBA7F33B7765823A2B8F72
PackageDescriptionfilesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-filesystem1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-10+b1
SHA-11C129A64631C088208471DFED6FF5B4F42E5B2DD
SHA-256E9EA3B14ECE64F1F7FC08B32AB01506E3BE1D9F765DA1D75F08A4C9851C1D44E
Key Value
FileSize30552
MD5E8EA2F97A285D23EC10918E93E3028E1
PackageDescriptionatomic 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-atomic1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-10+b1
SHA-11D506F3F2102A11D5C1BDE6176657FE83E1477F1
SHA-256973A49F2F3AD659175E283F392C3F77F37BF987EB6DE640D408C563D82E61D34
Key Value
FileSize360068
MD579C56DA9FF6641B3526A194C9C74B0D2
PackageDescriptionregular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-regex1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-10+b1
SHA-120441DADC37617BE0371EE853441B024F271C422
SHA-256EF4A60A8C0C70DF00102061F3501D3704D8D965AFD6B931FF7D87FFD27D428F6
Key Value
FileSize53580
MD5114EC99A9A3514D9A04CAE6B32192773
PackageDescriptioncooperatively-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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-fiber1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-10+b1
SHA-12211083E640A63F6E57CB4CC3E4008EE3CEB996B
SHA-256C0E7225581765374C971B600532CEADD6ABDA9CCA5441D857B473EA362CFDA07
Key Value
FileSize31500
MD559801CFDA5ABB1D1D27E6D0C1E53FF68
PackageDescriptionatomic 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-atomic1.62.0
PackageSectionlibs
PackageVersion1.62.0+dfsg-10+b1
SHA-124585D25A83375EADA431D2339503E90BC99A938
SHA-2561889433AC5935E4D980AB88A5D32C15FCDFBFD87E201F67485711C006394B626
Key Value
FileSize36632
MD542EC5502D44AD2E19EEB7FA519BC095D
PackageDescriptionC++ 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.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-timer1.62-dev
PackageSectionlibdevel
PackageVersion1.62.0+dfsg-10+b1
SHA-12868FBAAD38186B38A152B9579F8788DE08CDEBB
SHA-256C540EFF65089358A7FAC0668624DFE4D353B510DE3D9A1B0EBC2DBDDB66B7C81