2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-05 20:00:53 +00:00

TODO note

This commit is contained in:
Jay Berkenbilt 2022-01-28 07:29:47 -05:00
parent f3d68aa5a0
commit 764feb0f8e

4
TODO
View File

@ -207,9 +207,11 @@ ABI Changes
This is a list of changes to make next time there is an ABI change. This is a list of changes to make next time there is an ABI change.
Comments appear in the code prefixed by "ABI" Comments appear in the code prefixed by "ABI"
* Search for ABI to find items not listed here.
* See where anonymous namespaces can be used to keep things private to * See where anonymous namespaces can be used to keep things private to
a source file. Search for `(class|struct)` in **/*.cc. a source file. Search for `(class|struct)` in **/*.cc.
* Search for ABI to find items not listed here. * See if we can use constructor delegation instead of init() in
classes with overloaded constructors.
* Merge two versions of QPDFObjectHandle::makeDirect per comment * Merge two versions of QPDFObjectHandle::makeDirect per comment
* After removing legacy QPDFNameTreeObjectHelper and * After removing legacy QPDFNameTreeObjectHelper and
QPDFNumberTreeObjectHelper constructors, NNTreeImpl can switch to QPDFNumberTreeObjectHelper constructors, NNTreeImpl can switch to