KZip icon indicating copy to clipboard operation
KZip copied to clipboard

A simple C++ wrapper around the "miniz" zip library

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

Iterator received with [std::find_if](https://github.com/troldal/KZip/blob/31df0fbb848eacfccde01e0542b127a478cb45df/KZip/KZip.cpp#L228) invalidates after [emplace_back](https://github.com/troldal/KZip/blob/31df0fbb848eacfccde01e0542b127a478cb45df/KZip/KZip.cpp#L243), which will cause undefined behaviour in [comparation](https://github.com/troldal/KZip/blob/31df0fbb848eacfccde01e0542b127a478cb45df/KZip/KZip.cpp#L248)

When the archive file is locked by another program, the archive save will silently fail. Should we consider checking the return value of file operations, or replacing them with std::filesystem?...

When compiling on Windows 10 using CLion with the CMake files, I got an error in the ZipArchive.hpp because of the _mkdir call. I then added the following with the...

Hi, first of all, thank you for writing OpenXLSX. I applied it to the toolchain of the Unity project, and it can parse Excel in milliseconds (there is almost no...