Nathan Moinvaziri

Results 433 comments of Nathan Moinvaziri

It might be better to modify the filters to take a second parameter which is the base 10 or 2.

This would be good for Objective-C which uses `*.m` and `*.mm` file extension for implementation files.

I am able to reproduce this assert in [googletest](https://github.com/google/googletest) in gtest.h with the `RUN_ALL_TESTS` function. The error only happens when using `--gcov-executable "llvm-cov-11 gcov"`. When using `--gcov-executable "llvm-cov-10 gcov"` the...

This has been merged into Blosc/c-blosc2. Original OSS-Fuzz ticket has been marked closed as fixed for 30 days. Any chance on getting this merged upstream?

Can you append " for mingw CMake toolchains" to the commit message?

Some of these might not be needed after #1305. I'm not sure.

We also have [pigzbench](https://github.com/zlib-ng/pigzbench) repository that can be used to build and benchmark pigz against different zlib forks.

I think one challenge with existing gzip source code is that it is not zlib licensed. In this repository we only allow zlib licensed source code.

Can you add " for Apple M1" to the commit message?

Nice! It would be good to add a CI configuration for CMake Git Hub Actions.