-
Code failed to allow for QPDF::getCompressibleObjSet deleting objects from the object cache in case of multiple entries for the same object id. Add fuzz test case 68668.
-
Fix bugs in #1161
-
Add fuzz case 68377.
-
...based on a debian bug report.
-
Add bad xref table test
-
Tune QPDFWriter
-
Update README-maintainer.md for clang-format-18
-
Fix manual entry for --pages
-
Fix pikepdf future CI
-
Ensure pikepdf is build with QPDF_FURURE enabled.
-
Create set without creation of an intermediate vector.
-
This triggers compilation failures with certain C++20 compiler configurations. To avoid this I moved the cast to the loop's body.
-
For now, we are using codecov as an internal tool and not advertising code coverage. I scrutinize coverage on include and libqpdf but don't want to remove coverage reporting for other areas.
-
Add test for QPDFObjectHandle::isDirectNull
-
Add test for QPDFObjectHandle::getStreamJSON
-
As of this moment, if a specific commit's coverage data is uploaded to CodeCov via a pull request, when that exact same commit builds in main, the branch is not associated with the commit. I'm hoping this might work around that.