aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-20 16:27:56 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commita218ed488d2bb380fee7f653cb2dd32c1c88c348 (patch)
tree19ef3449459ee5e51142af9c118ea540917a734f
parent1db0a7ffcee6f6ae6bd3298a960665378d304fa1 (diff)
downloadqpdf-a218ed488d2bb380fee7f653cb2dd32c1c88c348.tar.zst
TODO notes
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 852bf0e0..bb6374ca 100644
--- a/TODO
+++ b/TODO
@@ -4,6 +4,10 @@ Next
* High-level API/doc overhaul: #593
* Add user-defined initializer `QPDFObjectHandle operator ""_qpdf` to
be like QPDFObjectHandle::parse: `auto oh = "<< /a (b) >>"_qpdf;`
+* Add QPDF_MAJOR_VERSION, QPDF_MINOR_VERSION to some header, possibly
+ dll.h since this is everywhere that there's API
+* Take a fresh look at PointerHolder with a good plan for being able
+ to have developers phase it in using macros or something.
Consider in the context of #593, possibly with a different
implementation