-
Use std::vector instead of list and move shared pointers
-
This is just QPDFJob wiring.
-
...since they have to be handled before other options. It was working because, in both cases, `file` was alphabetically before the other keys, but this implementation gives a stronger guarantee.
-
Accept --file and --range as named parameters in additional to allowing positional arguments. This is in preparation for adding additional flags.
-
The check for the number of items was in the wrong place.
-
Tune handling of sparse arrays in QPDF_Array
-
Sparse arrays are rare. Dynamically create the variables needed to manage them only when needed.
-
Tweaks to QPDF::read_xref, removeObject and getCompressibleObjGens
-
Holding release to think about recently discovered incorrect handling of deleted generations. This reverts commit 162716807c475498dfbecc89fd222fb6c45d70c9.
-
This includes an expected failure for a file with a dangling reference to an old generation.
-
Change set visited to std::vector<bool>
-
Swap front and back, and change queue from list to vector