aboutsummaryrefslogtreecommitdiffstats
path: root/cSpell.json
AgeCommit message (Collapse)Author
2022-01-30Generate help content from manualJay Berkenbilt
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.
2022-01-30QPDFJob increment: basic QPDFJob structureJay Berkenbilt
Move most of the methods called from qpdf.cc after argument parsing into QPDFJob. In this increment, enough QPDFJob API has been added to handle the branch of QPDFJob::run() that creates output with an appropriate division between qpdf.cc and QPDFJob. There are temporary bits of code to enable everything to compile and pass the test suite, including some duplication and hard-coded values.
2022-01-30Add raw string and user defined literals to c++11 testsJay Berkenbilt
2022-01-30Implement QPDFArgParser based on ArgParser from qpdf.ccJay Berkenbilt
2022-01-06TODO: ABI noteJay Berkenbilt
2021-12-18Update documentation build/installationJay Berkenbilt
2021-12-17Spell checkJay Berkenbilt
2021-12-13Minor doc cleanup, update spelling checkerJay Berkenbilt
2021-12-10Use a specific error code for type warnings and clarify docsJay Berkenbilt
2021-12-09Typos in commentsJay Berkenbilt
2021-11-16Spell checkJay Berkenbilt
2021-09-13Switch spelling checker to cspellJay Berkenbilt