Skip to content

zlib: refactor zlib internals

  • zlib: generate error code names in C++

    This makes it easier to implement the lookup in a way that targets error codes from a specific compression library, as a way towards supporting multiple ones (e.g. brotli).

  • zlib: refactor zlib internals

    Split out things that are specific to zlib as a specific compression library, vs. the interface that is common to most C compression libraries.

    This should pave the way for including support for e.g. brotli.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading