aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-12-18Add QPDFNumberTreeObjectHelperJay Berkenbilt
2018-12-18Add QPDFObjectHandle::wrapInArray()Jay Berkenbilt
Wrap an object in an array if it is not already an array.
2018-12-18Fix typo in header fileJay Berkenbilt
2018-12-18Update aclocal.m4Jay Berkenbilt
2018-12-18README-maintaner: sanitize undefined as well as adddressJay Berkenbilt
gcc already warns for undefined variables, but this is in preparation for Google's oss-fuzz, which builds in this way.
2018-10-18Restore mingw32Jay Berkenbilt
2018-10-16Workaround for fragile test on WindowsJay Berkenbilt
2018-10-16Temporarily disable mingw32Jay Berkenbilt
See https://github.com/Alexpux/MINGW-packages/issues/4543
2018-10-16Publish test results from AppImage buildJay Berkenbilt
2018-10-14Update Azure Pipeline idJay Berkenbilt
2018-10-14Publish test resultsJay Berkenbilt
2018-10-14Specify junit suffixJay Berkenbilt
2018-10-14Upgrade qtest to 1.5Jay Berkenbilt
2018-10-14Update maintainer notes with new release processJay Berkenbilt
The Azure pipeline does all the artifact creation now.
2018-10-14Build AppImage from pipelineJay Berkenbilt
2018-10-14Run make_dist from azure pipelineJay Berkenbilt
2018-10-13CI mode for make_distJay Berkenbilt
2018-10-13Remove needless autogen.sh references/invocationsJay Berkenbilt
Since the files autogen.sh creates are now controlled, you only have to run autogen.sh when you modify the source files, not when you build from a clean checkout.
2018-10-12Improve autofiles checksum checkJay Berkenbilt
2018-10-12Remove stray debug statementJay Berkenbilt
2018-10-12regenerate autofilesJay Berkenbilt
2018-10-12Change artifact directory from installers to distributionJay Berkenbilt
2018-10-12Diff checksums with diff -wJay Berkenbilt
to avoid line ending problems
2018-10-12ChangeLogJay Berkenbilt
2018-10-12Fix typoJay Berkenbilt
2018-10-11TODOJay Berkenbilt
2018-10-11Azure pipelines: no artifact upload/download from forksJay Berkenbilt
2018-10-11Automatically detect outdated generated filesJay Berkenbilt
Update documentation to reflect that automatically generated files are committed. Detect when they are outdated if we have the ability to regenerate them.
2018-10-11Commit automatically generated filesJay Berkenbilt
2018-10-11Make windows install not fail on missing docsJay Berkenbilt
libtool make install already works this way.
2018-10-11Fix build status bannerJay Berkenbilt
2018-10-11Set up Azure PipelinesJay Berkenbilt
Use free Azure Pipelines to do Linux, Windows, and Mac build and test and to generate Windows binary distributions.
2018-10-11Create distfiles.zip targetJay Berkenbilt
This creates a zip file of the files that are present in a source distribution but not present in the repository.
2018-08-18Prepare 8.2.1 releaserelease-qpdf-8.2.1Jay Berkenbilt
2018-08-18Add --keep-files-open flag (fixes #237)Jay Berkenbilt
2018-08-16Prepare 8.2.0 releaserelease-qpdf-8.2.0Jay Berkenbilt
2018-08-16Refine release processJay Berkenbilt
2018-08-16Spell checkJay Berkenbilt
2018-08-16Update documentation for 8.2.0Jay Berkenbilt
2018-08-16Missing header for std::maxJay Berkenbilt
2018-08-14Fragile testJay Berkenbilt
2018-08-14Clarify static vs. import library on Windows (fixes #225)Jay Berkenbilt
2018-08-14Pass -k to make check in build-appimageJay Berkenbilt
2018-08-14Fix memory error on virus workaround codeJay Berkenbilt
2018-08-14Fix error in QPDFSystemError.ccJay Berkenbilt
2018-08-14New exception class QPDFSystemError (fixes #221)Jay Berkenbilt
2018-08-14Protect against virus warnings (fixes #216)Jay Berkenbilt
Some files in the test suite trigger antivirus warnings. These are not infected files with malicious intent. They are test files to ensure that qpdf does not crash when it encounters the files. This change enables those files to be obfuscated in the source repository so that checking out qpdf from version control or extracting the source code doesn't trigger antivirus warnings.
2018-08-13Fix fallback logic for encryption (fixes #229)Jay Berkenbilt
2018-08-13Add --no-warn option to suppress warnings (fixes #232)Jay Berkenbilt
2018-08-13Fix one more identifier (fixes #236)Jay Berkenbilt