-
This requires a special build option.
-
Ensure pikepdf is build with QPDF_FURURE enabled.
-
Add a CI job to test qpdf with other than the default zlib implementation. This incldues a check that the new zlib really is not the default, so the new test will fail if the default because zlib-ng.
-
libjpeg development files are on the macos GitHub Actions build image now, and downloading our own version was causing conflicts.
-
That way we can always ensure that the right compiler flags are being used if there is an issue.
-
Verify runpath for all executables, check to make sure the AppImage works in various intended ways.
-
Make sure that our attempt to test both signed and unsigned char is actually right.
-
GNU grep 3.8 started to emit warnings when invoking egrep. Convert all calls to grep -E.
-
This results in measurable performance improvements to packaged binary libqpdf distributions. QTC remains available for library users and is still selectively enabled in CI.
-
This is to catch pull requests that make changes that would affect automatically generated job files without including those modifications.