| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Switch to autotools as CMake support is currently broken and not
directly maintained by upstream.
Issue: https://github.com/iczelia/bzip3/issues/166
|
| |
|
|
|
| |
The framework deals with .pc files without the needs of patching the
source (since 2017)
|
| | |
|
| |
|
|
|
| |
- Remove obsolete post-patch target
- Portclippy
|
| | |
|
| |
|
|
| |
Event: DevSummit/202409
|
| |
|
|
|
| |
PR: 276293
Reported by: dearblue@users.osdn.me
|
| |
|
|
|
|
|
|
| |
Upstream issue:
https://github.com/kspalaiologos/bzip3/issues/126
PR: 276274 (based on)
Reported by: dearblue@users.osdn.me
|
| |
|
|
| |
PR: 275576
|
| | |
|
|
|
A better, faster and stronger spiritual successor to BZip2. Features
higher compression ratios and better performance thanks to a order-0
context mixing entropy coder, a fast Burrows-Wheeler transform code
making use of suffix arrays and a RLE with Lempel Ziv+Prediction pass
based on LZ77-style string matching and PPM-style context modeling.
|