aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/fix-qdf.cc
AgeCommit message (Expand)Author
2023-12-23Format code, bump clang-format version to 18Jay Berkenbilt
2023-06-09Code tidy - Clang-Tidy rule modernize-use-default-member-initm-holger
2023-05-21Rerun clang-formatJay Berkenbilt
2023-05-20Use nullptr instead of 0 or NULLm-holger
2023-03-18Merge pull request #918 from m-holger/fixqdfJay Berkenbilt
2023-03-09Replace std::regex_search with string_view methods in QdfFixer::processLinesm-holger
2023-03-09Use std::string_view in QdfFixer::processLinesm-holger
2023-03-08Tidy QdfFixer::adjustOstreamXrefm-holger
2023-03-08Tidy QdfFixer::checkObjIdm-holger
2023-03-08Code tidy QdfFixer::writeBinarym-holger
2022-09-21Replace calls to QUtil::int_to_string with std::to_stringm-holger
2022-04-30Formatting: remove space in range-style for loopsJay Berkenbilt
2022-04-04Programmatically apply new formatting to codeJay Berkenbilt
2022-02-08WHITESPACE ONLY -- expand tabs in source codeJay Berkenbilt
2020-10-23Fix fix-qdf for empty streamsJay Berkenbilt
2020-04-10Use more references when iteratingJay Berkenbilt
2020-04-09Fix unnecessary copies in auto iter (fixes #426)Jay Berkenbilt
2020-01-14Rewrite fix-qdf in C++Jay Berkenbilt