mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #759] [MERGED] Feature/748 #1209
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/759
Author: @Erior
Created: 9/11/2023
Status: ✅ Merged
Merged: 9/14/2023
Merged by: @adamhathcock
Base:
master← Head:feature/748📝 Commits (3)
6a859acAdding Filters to 7z0f19735Cleanup6a14893Merge branch 'master' into feature/748📊 Changes
15 files changed (+350 additions, -0 deletions)
View changed files
➕
src/SharpCompress/Compressors/Filters/BCJFilterARM.cs(+49 -0)➕
src/SharpCompress/Compressors/Filters/BCJFilterARMT.cs(+47 -0)➕
src/SharpCompress/Compressors/Filters/BCJFilterIA64.cs(+107 -0)➕
src/SharpCompress/Compressors/Filters/BCJFilterPPC.cs(+48 -0)➕
src/SharpCompress/Compressors/Filters/BCJFilterSPARC.cs(+58 -0)📝
src/SharpCompress/Compressors/LZMA/Registry.cs(+15 -0)📝
tests/SharpCompress.Test/SevenZip/SevenZipArchiveTests.cs(+26 -0)➕
tests/TestArchives/Archives/7Zip.ARM.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.ARMT.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.BCJ.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.BCJ2.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.Filters.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.IA64.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.PPC.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.SPARC.7z(+0 -0)📄 Description
#748
Adding Filters
This raises another issue, we have refactoring work regarding 7z and Xz where they have overlapping implementations BCJ etc.
But should be handle in another pull
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.