-
Change set visited to std::vector<bool>
-
Swap front and back, and change queue from list to vector
-
Test for missing object before accessing obj_copier.object_map.
-
Ensure that links to foreign pages are not broken provided that the page is subsequently copied.
-
… object (fixes #1011)
-
Change JSONHandler::m to std::unique_ptr and declare Members in implementation file
-
Apply various Clang-Tidy rules
-
Avoid unnecessary copying of stream dictionary in QPDF::readObject