mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
TODO note
This commit is contained in:
parent
f3d68aa5a0
commit
764feb0f8e
4
TODO
4
TODO
@ -207,9 +207,11 @@ ABI Changes
|
||||
This is a list of changes to make next time there is an ABI change.
|
||||
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
|
||||
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
|
||||
* After removing legacy QPDFNameTreeObjectHelper and
|
||||
QPDFNumberTreeObjectHelper constructors, NNTreeImpl can switch to
|
||||
|
Loading…
Reference in New Issue
Block a user