bit7z icon indicating copy to clipboard operation
bit7z copied to clipboard

A C++ static library offering a clean and simple interface to the 7-zip shared libraries.

Results 52 bit7z issues
Sort by recently updated
recently updated
newest added

### Feature description port bit7z to Vcpkg? ### Additional context NA ### Code of Conduct - [X] By submitting this issue, I agree to follow bit7z's [Code of Conduct](https://github.com/rikyoz/bit7z/blob/master/CODE_OF_CONDUCT.md)

:heavy_check_mark: enhancement

### Feature description The behavior right now is that if compressor.setUpdateMode(false); and the archive already exists, an exception is thrown. It could be easy to fix by checking the existence...

:heavy_check_mark: enhancement

### bit7z version 3.1.x ### 7-zip version v21.07 ### 7-zip DLL used 7z.dll ### MSVC version 2017 ### Architecture x86_64 ### Which version of Windows are you using? Windows 10...

:heavy_check_mark: enhancement

### bit7z version 3.1.x ### 7-zip version v19.00 ### 7-zip DLL used 7z.dll ### MSVC version 2019 ### Architecture x86_64 ### Which version of Windows are you using? Windows 10...

:heavy_check_mark: enhancement

I have question. I have trying to use this API across multiple platforms and although, I can match the compression time with 7-zip tool by messing around with ``` compressor.setCompressionLevel(BitCompressionLevel::Fast);...

:information_source: more-information-needed
:mag: investigating

### Feature description Is there a method that I can compress a directory using UTF-8? I have checked head files, but didn't find a method to change the encoding. ###...

:heavy_check_mark: enhancement

### Feature description I really like this lib, unfortunately it's Windows exclusive. Are there plans to port this over to Linux (considering 7z now supports Linux officially?). If not, do...

### Problem As I can see you choosed GPLv2 for your project but... This is a way imposing a lot of limits. No one ever can use your project in...

:heavy_check_mark: enhancement

### Feature description It would be great to get precompiled binaries for dll behaviour analysis ### Additional context - ### Code of Conduct - [X] By submitting this issue, I...

:heavy_check_mark: enhancement

I would like to write a backup program but I need to allow the user to cancel a compression / decompression / verification operation. How can I do? Also, I'd...

:heavy_check_mark: enhancement