tbeu
tbeu
**Is your feature request related to a problem? Please describe.** I noticed that my benchmark tests do not show up in the Test Explorer of Visual Studio. The regular GoogleTest...
Recently, I did a couple of changes to Poco::Zlib in [my copy](https://gitlab.com/tbeu/wdx_ziptype/-/commits/master/src/poco?ref_type=heads) to not throw * on parsing ZIP archives containing duplicate entries * on parsing ZIP archives with compression...
ZipArchiveInfo::getVersionMadeBy and ZipArchiveInfo::getRequiredVersion are declared, but never defined. https://github.com/pocoproject/poco/blob/63bed8c8d376d13cb3a86f78966884c649745ea6/Zip/include/Poco/Zip/ZipArchiveInfo.h#L137-L141
**Reasons for making this change:** *.idb files (of VS2005 and probably other versions, too) should be also ignored. **Links to documentation supporting these rule changes:** See C.gitignore.
Update INDEX that was forgotten in d46546544a1ec20671c7e5a9135ad7c6e83bb927 for #56.
CMake: Finding zlib dependency broken since v1.14.5: ZLib support in HDF5 was enabled but not found
**Describe the bug** The following CMake file snippet works with v1.14.4.3, but fails with v1.14.5 and 1.14.6 where the configuration warning: "ZLib support in HDF5 was enabled but not found"...
Seems odd, that Poco::Foundation and Poco:PDF each contain different versions of zlib. _Originally posted by @tbeu in https://github.com/pocoproject/poco/issues/4582#issuecomment-2287057400_
Conan v1 is deprecated and should be replaced by Conan v2 (dependency provider based approach).