Skip to Content

bzip2 v1.0.8

Created
Updated

bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.

# Usage

The package bzip2 is compatible with built-in CMake targets:

find_package(BZip2 REQUIRED)
target_link_libraries(main PRIVATE BZip2::BZip2) 

# License

# Supported Platforms

All platforms are supported

# Features

Default feature: tool

# tool default

Builds bzip2 executable

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • codicodi's avatar codicodi
  • Dale Stammen's avatar Dale Stammen
  • Martin Müller's avatar Martin Müller
  • Alexander Karatarakis's avatar Alexander Karatarakis
  • Robert Schumacher's avatar Robert Schumacher
  • David Capello's avatar David Capello
  • Hiroshi Miura's avatar Hiroshi Miura
  • Tsukasa Sugiura's avatar Tsukasa Sugiura
  • LRFLEW's avatar LRFLEW
  • pravic's avatar pravic
  • Todor Prokopov's avatar Todor Prokopov
  • Alexander Neumann's avatar Alexander Neumann
  • Matthew Oliver's avatar Matthew Oliver
  • General Jack O'Neill's avatar General Jack O'Neill
  • NancyLi1013's avatar NancyLi1013
  • Dustin L. Howett's avatar Dustin L. Howett
  • autoantwort's avatar autoantwort
  • Thomas1664's avatar Thomas1664
  • Kai Pastor's avatar Kai Pastor

# Changelog

  • 41dfc53 [bzip2] Fix build wrt Android NDK and CMake (#40348)
  • 25b6dab [bzip2] Fix version in pc file (#32839)
  • 5b11232 [many-ports] Don't use deprecated functions (autogenerated) (#26981)
  • 6d5a3a5 [bzip2] add a "tool" feature to control the build of bzip2.exe (#26998)
  • 8bb3f9e [bzip2] Update repository (#18705)
  • d29602b [bzip2] Add SHA512 hash check (#13242)
  • f3f329a [bzip2] Update to 1.0.8. (#13178)
  • 3ee1283 [bzip2] fixes for building release-only (#12880)
  • 458c20e [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries (#11550)
  • f478be7 [many ports] Support building with MinGW toolchain (#8940)
and 14 more commits:

# Source