Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release v2.2.4] QArchive v2.2.4 release.
This release has some minor bug fixes and refactoring, move from Qt's Smart Pointers to C++ Standard Smart Pointers whenever possible. Optimized IO Reader to reduce bad performance. Handle libarchive versions properly when using ZSTD to compress and other minor fixes. Changelog: * Refactor, use of more C++ Standard Smart Pointers than Qt's re-inventions whenever possible, credits to Rosen Panev (@neheb) * Refactor, use best practices in C++ whenever possible, credits to Rosen Panev (@neheb) * Bugfix, fallback to ZIP if ZSTD is not supported by libarchive, credits to @yosicovich * Bugfix, improve IO Reader for more performance. * Bugfix, allow compressing empty files in archive. * Bugfix, fix removeFiles(QStringList &entry) method, credits to Rosen Panev (@neheb) * CI/CD, use meson for macOS testing, credits to Rosen Panev (@neheb) Signed-off-by: Divya Antony J R <antonyjr@protonmail.com>
- Loading branch information
5c174ed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds fine: mesonbuild/wrapdb#846