aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-16 01:54:34 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-16 16:41:46 +0200
commit2a7d2b63c2a7284d1b1179eefbf64f5dd29aa510 (patch)
tree12ed9d6f504f7a5aa72cb5c487d7cb4f926c4d91 /TODO
parentdd3596636756c089532f1642c4d63666b5544855 (diff)
downloadqpdf-2a7d2b63c2a7284d1b1179eefbf64f5dd29aa510.tar.zst
Make ABI-breaking changes that don't modify API at all
* Merge overloaded functions by adding default values * Remove non-const methods that are identical to const methods
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index df978c10..7609b02e 100644
--- a/TODO
+++ b/TODO
@@ -481,12 +481,10 @@ Comments appear in the code prefixed by "ABI"
* Search for ABI to find items not listed here.
* Switch default --json to latest
-* See PointerHolder to std::shared_ptr above.
* See where anonymous namespaces can be used to keep things private to
a source file. Search for `(class|struct)` in **/*.cc.
* 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
having a QPDF reference and assume that the reference is always