Key | Value |
---|---|
FileName | ./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.amd64.gz |
FileSize | 224 |
MD5 | 9E33642C8FD803397360B09EE4E8CB2E |
SHA-1 | 02DFCB6BC44CACE334137D38E06570EC6B7C8DFE |
SHA-256 | 2C24D4BBEBED62FD8E453B23AE1D7C9DEAB99AAA64182C83DE68718AE7E7D394 |
SSDEEP | 6:XtNyV1QAEMolQWd9hXtJQoIlaW6eMD39SwBe:XumAulfd9hXRWcs8e |
TLSH | T17CD0A7D2A99E699FDC9807791C034D8E64420AAF030A3547445625AB17836551869BC5 |
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 | 232416 |
MD5 | 2552298A688FDAAAC49A6834716BF5A3 |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 0139ECDD47040AE42CF4DD0DC29CDF37F8240652 |
SHA-256 | B6EA3625CFC647F6512D22561E4C69645B6C39DBE0D3E454B49CF80FD2B2B1EE |
Key | Value |
---|---|
FileSize | 242312 |
MD5 | 600FFCD57A238D2CCE0288C617155D18 |
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+b2 |
SHA-1 | 0560D407827C983A6AB21B7ABFB7ECC3541F2C44 |
SHA-256 | F43C3F888B2116AD5D83CA158098580EA645F0F87FFA05B5BFEF88F8CEA04ED0 |
Key | Value |
---|---|
FileSize | 270944 |
MD5 | A898A8443A25073E01AF0866FF488927 |
PackageDescription | Contract library for C++ - dev files This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-contract1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 0CB82297702EC756D86246A27F30CC72011DD73A |
SHA-256 | EF4EEE83C71D8660DC96D3FDB11C41F6BB09268AC9C50CE6321F3C4F4A0CD3AD |
Key | Value |
---|---|
FileSize | 252128 |
MD5 | 15B8B59678A85E74737B643888B169F9 |
PackageDescription | C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-chrono1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 158D2691188E578D8BBCBADCAF88A1FF9DD5CA2D |
SHA-256 | E37CF58EB20EE40B3B5F9ED75A74CB06780E3531F149A51A05A32E1B1E35E28F |
Key | Value |
---|---|
FileSize | 231928 |
MD5 | ABC94D3BD118C64D159C1626633FC5B3 |
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.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 1C39590ECF94F6D29EE0C939BF638BF70F3A0BAE |
SHA-256 | AF71374355A80C3A98F9447DCCB632BE2BC6472179D9F18546556776F4F0A034 |
Key | Value |
---|---|
FileSize | 538940 |
MD5 | 0DC69463CBE999386154591ABBA0A956 |
PackageDescription | components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-test1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 1E6033C42E7D01C3504D3A43381D86966412C1F6 |
SHA-256 | 532173C892DA9ED4BDF7A4C9A2DDF6EAC11C0F896FF21D489887989D11C77294 |
Key | Value |
---|---|
FileSize | 244176 |
MD5 | 3F98D55146BFE89C6ADDC50F68FBB822 |
PackageDescription | Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-random1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 207491C689ECDCB32770CF3EA1244BDABA687770 |
SHA-256 | C35C7E6DF540B94E541152FB026887700BE7BA77979A0C58BD2FF5F0AF2B91B7 |
Key | Value |
---|---|
FileSize | 401104 |
MD5 | 84EE3394CCD7C304946E1C635A790B15 |
PackageDescription | program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. |
PackageMaintainer | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-program-options1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 26237B53D062CAD5BBEDBDDF8A64AEFBA84DAAC2 |
SHA-256 | F4E06181FDDA9F8F31FA85DE27A3DC769261A67CCACD6F0CD97785AABBF6BB25 |
Key | Value |
---|---|
FileSize | 9096776 |
MD5 | 6E3B552FD5A731F2D679D999587DFFD5 |
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 <team+boost@tracker.debian.org> |
PackageName | libboost1.71-dev |
PackageSection | libdevel |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 2C28D27905DDB82A453A438D3E1ACDFCE7D6EAFB |
SHA-256 | 9834F1E9CA8724F985F5AFC170E30A77D8754DE29F79BE5D9EB8F57BFE26900E |
Key | Value |
---|---|
FileSize | 231248 |
MD5 | 50888FD90BB1BFD4F83EDAC61D02E74C |
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.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-6+b2 |
SHA-1 | 30A9E955810C09C721A725A02CB852C9B5AC4BD7 |
SHA-256 | F6EE76200CC114F5873E256519AF0D12C58849DFD3AA218C8F129BFE1FA215E0 |