From a218ed488d2bb380fee7f653cb2dd32c1c88c348 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 20 Jan 2022 10:27:56 -0500 Subject: [PATCH] TODO notes --- TODO | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index 852bf0e..bb6374c 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 -- libgit2 0.21.4