-
* Don't surprise people with deprecation warnings * Provide detailed instructions and support for the transition
-
* Use unique_ptr in place of shared_ptr in some cases * unique_ptr for arrays does not require a custom deleter * use std::make_unique (c++14) where possible
-
This is a massive rewrite of the help text and cli.rst section of the manual. All command-line flags now have their own help and are specifically index. qpdf --help is completely redone.
-
Too bad about git annotate but it was pretty crazy to have all those test cases together like that.
-
QPDFObjectHandle gets copied a lot, so let's not add another field. For performance reasons, QPDFObjectHandle does not indirect through a smart pointer, so this would also be an ABI change.
-
These are for ancient versions.
-
This was inserted by sphinx-quickstart, but it doesn't do anything for us.