aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-11-20Remove redundant parameters cross_indirect and stop_atstreams from ↵m-holger
QPDFObjectHandle::copyObject2
2022-11-20Split QPDFObjectHandle::shallowCopyInternal and copyObjectm-holger
Have separate versions for unsafeShallowCopy, shallowCopy and makeDirect.
2022-11-20Rename QPDFObject::shallowCopy to copym-holger
Add optional parameter shallow. Change logic errors to runtime errors.
2022-11-20Add methods QPDFTokenizer::Token::isWordm-holger
2022-11-20Add method QPDFTokenizer::Token::isIntegerm-holger
2022-11-19Correctly handle reuse of xref stream (fixes #809)Jay Berkenbilt
2022-11-19Remove QPDF_Stream::getOffset and QPDF_Stream::setObjGenm-holger
2022-11-19Remove QPDF_Stream::offsetm-holger
2022-11-19Remove redundant parameters from QPDF_Stream::warnm-holger
2022-11-19Remove QPDF_Stream qpdf and og data membersm-holger
2022-11-19Remove QPDFObjectHandle::Factory::newStreamm-holger
2022-11-19Use QPDF::newStream in librarym-holger
2022-11-19Use QPDF::newStream in examplesm-holger
2022-11-19Add new methods QPDF::newStreamm-holger
2022-11-19Add private method QPDF::nextObjGenm-holger
2022-11-19Add private overload of QPDF::makeIndirectObject taking a QPDFObject shared_ptrm-holger
2022-11-19Explicitly install libfuse for appimage smoke testJay Berkenbilt
2022-11-17Upgrade github actions versionsJay Berkenbilt
2022-11-14TODO note on digital signaturesJay Berkenbilt
2022-11-14Fix stray formatting errorm-holger
2022-10-08Indicate that msvc64 is the default download for WindowsJay Berkenbilt
2022-10-08Fix stray formatting errorJay Berkenbilt
2022-10-08Fix major performance bug with openssl crypto (fixes #798)Jay Berkenbilt
Lazily load MD5 and RC4 once in the life of the program. Only load the legacy provider if RC4 is actually being used.
2022-10-08Allow specific performance tests to be runJay Berkenbilt
2022-10-06Be more conservative about QPDF_DLL_CLASS with mingw (fixes #799)Jay Berkenbilt
* Define it even though previous experiments have shown it to be unnecessary since it seems like it may be necessary after all * Add QPDF_DLL_CLASS to QPDFObjectHelper and QPDFDocumentHelper in case there's some future unknown reason why someone may want to have them and/or in case it helps with the weird QPDFNameTreeObjectHelper problem.
2022-10-06Attempt to test for QPDFNameTreeObjectHelper's vtableJay Berkenbilt
It has disappeared from the DLL on Windows a few times.
2022-10-06Enable verbose build for CIJay Berkenbilt
That way we can always ensure that the right compiler flags are being used if there is an issue.
2022-10-06Bump version to 11.2.0Jay Berkenbilt
2022-10-06Require a C++-17 compilerJay Berkenbilt
2022-10-06TODO remindersJay Berkenbilt
2022-10-03Fix typos in error messagem-holger
2022-10-01Prepare 11.1.1 releasev11.1.111.1Jay Berkenbilt
2022-10-01Ignore things from std:: in the ABIJay Berkenbilt
2022-10-01Inline call to QPDFObjectHandle::parse in QPDF::readObjectm-holger
2022-10-01Code tidy: use QPDF::toS and QPDF::toI where possiblem-holger
2022-10-01Add private methods QPDF::damagedPDFm-holger
2022-10-01Add doc comment to QPDF::getFilenamem-holger
2022-09-27Add smoke tests to AppImage build in CIJay Berkenbilt
Verify runpath for all executables, check to make sure the AppImage works in various intended ways.
2022-09-27AppImage build: fix library issuesJay Berkenbilt
* Use correct cmake flag to not build static libraries * Force correct relative RPATH in installed executables
2022-09-27Fixes in appimage AppRun (fixes #789)Jay Berkenbilt
* Don't "shift" when $ARGV0 is a qpdf executable * Base -- to basename to avoid stuff like `qpdf --version` calling `basename --version`
2022-09-26Fix edge case in character encoding (fixes #778)Jay Berkenbilt
Avoid representing as PDF Doc encoding any string whose PDF Doc encoding representation starts with a UTF-16 or UTF-8 marker.
2022-09-24Tune QPDF_String::useHexString()m-holger
2022-09-23Add code to CI to verify signed/unsigned charJay Berkenbilt
Make sure that our attempt to test both signed and unsigned char is actually right.
2022-09-23Run tests in CI with char as unsigned charJay Berkenbilt
2022-09-23Comment about qpdf/PointerHolder.hh in public headersJay Berkenbilt
2022-09-23Refactor Pl_Bufferm-holger
Base implementation of the buffer on std::basic_string<unsigned char>.
2022-09-23Tune QUtil::hex_encodem-holger
2022-09-23Tune unparsing of hex strings in QPDF_String::unparsem-holger
2022-09-22Update TODO with notes about next major versionJay Berkenbilt
For greater visibility and community participation, track ABI change ideas that aren't in the source in a github discussion item rather than in TODO.
2022-09-21Bump version to 11.1.1Jay Berkenbilt