summaryrefslogtreecommitdiff
path: root/src/qpdf
Commit message (Expand)AuthorAge
* Change copy_foreign on page helper object to errorJames R. Barlow2022-09-11
* Drop shim for qpdf 10.6.3James R. Barlow2022-09-11
* logger: hold GIL when assigning py::objectJames R. Barlow2022-09-10
* qpdf 11: use new QPDFObjectHandle.isSameObjectAs for faster comparisonJay Berkenbilt2022-09-09
* qpdf 11: QPDFLogger's constructor is privateJay Berkenbilt2022-09-09
* Connect QPDFLogger to Python logging moduleJames R. Barlow2022-09-06
* page: document reason for unique_ptr<Buffer>James R. Barlow2022-09-05
* Buffer.hh header cleanupJames R. Barlow2022-09-05
* Address QPDF 11 change: QPDFObject::object_type_e -> qpdf_object_type_eJames R. Barlow2022-09-05
* Remove NameTreeHolder helper class since QPDF exports what we needJames R. Barlow2022-09-04
* object: remove some unnecessary intermediate variablesJames R. Barlow2022-09-04
* object: avoid variable reassignmentJames R. Barlow2022-09-04
* Rationalize schema access varsJames R. Barlow2022-09-04
* Temporarily fix JSON schema issuesJames R. Barlow2022-09-04
* More remove PointerHolderJames R. Barlow2022-09-04
* Adjust for other QPDF 11 API changesJames R. Barlow2022-09-04
* Remove PointerHolder for qpdf11James R. Barlow2022-09-04
* Check C++ styleJames R. Barlow2022-08-20
*-. Merge branch 'feature/cibuild2.9', remote-tracking branch 'origin/master'James R. Barlow2022-08-20
|\ \
| | * Hold GIL for all of ~MmapInputSourceJames R. Barlow2022-08-20
| * | Fix null pointer dereference in NameTreeHolder.Will Angley2022-08-19
| |/
* / object: remove unnecessary explicit .get() == .get()James R. Barlow2022-08-20
|/
* Fix typo in src/qpdf/tokenfilter.cppPablo Alexis Dominguez Grau2022-08-08
* Fix typos in src/qpdf/qpdf.cppPablo Alexis Dominguez Grau2022-08-08
* Fix typo in src/qpdf/parsers.hPablo Alexis Dominguez Grau2022-08-08
* Fix typo in src/qpdf/job.cppPablo Alexis Dominguez Grau2022-08-08
* Fix typos in src/qpdf/object.cppPablo Alexis Dominguez Grau2022-08-08
* object: exclude coverage missesJames R. Barlow2022-07-29
* qpdf: fix coverage false positivesJames R. Barlow2022-07-29
* pagelist: fix coverage false positiveJames R. Barlow2022-07-29
* jbig2-inl: fix coverage lcov can't figure outJames R. Barlow2022-07-29
* Improve nametree.cpp coverageJames R. Barlow2022-07-29
* Improve pikepdf.h coverageJames R. Barlow2022-07-29
* Improve page.cpp coverageJames R. Barlow2022-07-29
* object: prefer explicit objecthandle_equal to operator==James R. Barlow2022-07-27
* Fix other potentially problematic eq'sJames R. Barlow2022-07-27
* Fix __eq__ implementation for PagesJames R. Barlow2022-07-27
* Redo licensing info with SPDXJames R. Barlow2022-07-27
* Exclude from coverag e(since it misses this line)James R. Barlow2022-07-17
* tests: fix missing numbertree coverageJames R. Barlow2022-07-16
* Merge branch 'feature/jobs'James R. Barlow2022-07-16
|\
| * Bind JobUsageError exception tooJames R. Barlow2022-07-16
| * docs: add documentation for JobsJames R. Barlow2022-07-16
| * job: fix argv syntaxJames R. Barlow2022-07-16
| * Further improvements to Job classJames R. Barlow2022-07-16
| * Continuing work on Job interfaceJames R. Barlow2022-07-16
| * WIP jobsJames R. Barlow2022-07-16
* | Add kludge to prevent Object.__setitem__(...NameTreeHolder)James R. Barlow2022-07-16
* | numbertree: properly register as ObjectHelper and add .new()James R. Barlow2022-07-15
* | nametree: workaround that allows NameTree.new()James R. Barlow2022-07-15