Richard Cole

Results 22 comments of Richard Cole

Updated to: ``` cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=install -DBENCHMARK_DOWNLOAD_DEPENDENCIES=TRUE cmake --build build --config Release -j4 --target install --verbose ``` And builds and tests** without issues. @TheWorldIsNot...

Yes, exactly as @Mr-Clam says. This is for the scenario where you want to use a pre-built zlib, rather than include the CMakeLists.txt and build as though it's part of...

That would be great if you think you're no longer able to maintain?

@twxs could you drop me a message on gitter when you get a moment please? I just need to understand the current release process.

Hi @twxs just checking in about being able to update and publish this extension please?

I think a few of these are now fixed as mentioned above, but I'll take a look to see if any remain @1vanK could you please share your cmake build...

> As noted in #1839, the rest of the warnings are from MSVC static analyzer. I'm not sure we should enable it globally in cmakefiles, but perhaps there is some...

Hi - any idea how/when this might get reviewed? If I need to make changes, please let me know

Hi - do I need to do anything to get this PR merged? Don't imagine the above test failures are due to my change?