libzippp icon indicating copy to clipboard operation
libzippp copied to clipboard

C++ wrapper for libzip

Results 15 libzippp issues
Sort by recently updated
recently updated
newest added

**Host Environment** - OS: Linux x64 **Failure logs** ```text /usr/bin/ld: ../vcpkg_installed/x64-linux/debug/lib/libzippp_static.a(libzippp.cpp.o): warning: relocation against `_ZSt7nothrow@@GLIBCXX_3.4' in read-only section `.text' /usr/bin/ld: ../vcpkg_installed/x64-linux/debug/lib/libzippp_static.a(libzippp.cpp.o): relocation R_X86_64_PC32 against symbol `_ZTVN8libzippp8ZipEntryE' can not be used...

Keep the old functions for compatibility. Add new functions to allow for more flexibility : ZSTD seems pretty nice but can't be used with the current implementation.

### Short description When adding some data through `ZipArchive::addData`, the buffer read/file write is delayed until `ZipArchive::close` is called. This is a problem if the user wants to write the...

I'm using `libzippp` via vcpkg in my software to open a zip file and to access a certain file inside the zip. This seems to work fine for most users...

Error: ``` CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find LIBZIP (missing: _libzip_pkgcfg) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) cmake/FindLIBZIP.cmake:17 (find_package_handle_standard_args) CMakeLists.txt:20 (find_package) ``` ```libzip-1.7.3``` provides its own...

Thanks for this very useful wrapper around libzip. It'd be really nice if it supported all the different compression algorithms (https://libzip.org/documentation/zip_set_file_compression.html#DESCRIPTION) supported by libzip, with maybe a method like setCompressionMode(enum)

Building a vcpkg manifest cmake project with the tripplet `x86-windows-static` gives the following errors: ``` [build] libzippp_static.lib(libzippp.cpp.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTd_StaticDebug' doesn't match value 'MDd_DynamicDebug'...

Hey, so I ran the compile.bat file to compile to the dist folder. And than I had that copied to a better folder for my own management. I had the...