libarchive_cpp_wrapper icon indicating copy to clipboard operation
libarchive_cpp_wrapper copied to clipboard

Results 6 libarchive_cpp_wrapper issues
Sort by recently updated
recently updated
newest added

ssize_t needs to be used, otherwise the comparasion _buff_size < 0 can never be true. and as archive_read_data returns ssize_t a error could not be detected.

Adds a basic test suite I have written for $DAYJOB and I want to contribute back. Thanks for the library!

This PR, based on the fork from @ngc92, modernizes the CMakeLists.txt and fixes a problem with recent libarchive, as its cmake module uses targets now.

Hi, is it possible for libarchive_cpp_wrapper to add files to an existing archive without overwriting its former content? When I follow the instructions in the README.md about how to write...

Hello, First of all thank you for great job to make libarchive library easier to embed in C++ application. We tried to use the library in larger opensource data processing...