2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-26 15:13:42 +00:00
qpdf/libqpdf
Jay Berkenbilt f772c43de8 Stop including QPDFObject.hh from other than private files
This required moving some newly inlined functions back to the cc file,
but that seems to have had no measurable performance impact.
2022-09-01 18:19:47 -04:00
..
qpdf Rename --report-mem-usage to --report-memory-usage 2022-09-01 17:15:41 -04:00
sph Remove accidentally committed file 2022-04-09 14:37:00 -04:00
AES_PDF_native.cc Remove remaining incorrect assert calls from implementation 2022-05-03 18:31:22 -04:00
BitStream.cc Update some code manually to get better formatting results 2022-04-05 14:56:19 -04:00
BitWriter.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
Buffer.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
BufferInputSource.cc Remove BufferInputSource::Members 2022-08-27 12:19:51 +01:00
ClosedFileInputSource.cc Remove ClosedFileInputSource::Members 2022-08-27 12:13:39 +01:00
CMakeLists.txt Split QPDFObject into QPDFObject and QPDFValue 2022-09-01 14:19:34 +01:00
ContentNormalizer.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
CryptoRandomDataProvider.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
FileInputSource.cc Avoid virtual method call in FileInputSource::read 2022-08-25 15:08:03 +01:00
InputSource.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
InsecureRandomDataProvider.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
JSON.cc Code tidy: remove redundant calls to smart_ptrs get() method 2022-08-07 10:33:25 +01:00
JSONHandler.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
MD5_native.cc Exclude formatting on embedded native crypto 2022-04-03 17:58:36 -04:00
MD5.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
NNTree.cc Code tidy: remove redundant calls to QPDFObjectHandle::isInitialized 2022-06-25 11:10:06 -04:00
OffsetInputSource.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
PDFVersion.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
Pipeline.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
Pl_AES_PDF.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_ASCII85Decoder.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_ASCIIHexDecoder.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_Base64.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_Buffer.cc Code tidy: remove redundant calls to smart_ptrs get() method 2022-08-07 10:33:25 +01:00
Pl_Concatenate.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_Count.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_DCT.cc Make use of the new Pipeline methods in some places 2022-05-03 18:31:23 -04:00
Pl_Discard.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
Pl_Flate.cc Code tidy: remove redundant calls to smart_ptrs get() method 2022-08-07 10:33:25 +01:00
Pl_Function.cc Add Pl_Function -- a generic function pipeline 2022-06-19 09:12:29 -04:00
Pl_LZWDecoder.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
Pl_MD5.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_OStream.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
Pl_PNGFilter.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
Pl_QPDFTokenizer.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
Pl_RC4.cc Code tidy: remove redundant calls to smart_ptrs get() method 2022-08-07 10:33:25 +01:00
Pl_RunLength.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_SHA2.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_StdioFile.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
Pl_String.cc Add next to Pl_String and fix comments 2022-05-07 08:26:31 -04:00
Pl_TIFFPredictor.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
QPDF_Array.cc Remove virtual methods QPDFValue::getTypeCode and getTypeName 2022-09-01 14:29:02 +01:00
QPDF_Bool.cc Remove virtual methods QPDFValue::getTypeCode and getTypeName 2022-09-01 14:29:02 +01:00
QPDF_Dictionary.cc Remove virtual methods QPDFValue::getTypeCode and getTypeName 2022-09-01 14:29:02 +01:00
QPDF_encryption.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
QPDF_InlineImage.cc Remove virtual methods QPDFValue::getTypeCode and getTypeName 2022-09-01 14:29:02 +01:00
QPDF_Integer.cc Remove virtual methods QPDFValue::getTypeCode and getTypeName 2022-09-01 14:29:02 +01:00
QPDF_json.cc Fix parsing comment 2022-08-06 14:24:08 -04:00
QPDF_linearization.cc Replace calls to QPDFObjectHandle::Factory::newIndirect where possible 2022-08-31 22:45:45 +01:00
QPDF_Name.cc Remove virtual methods QPDFValue::getTypeCode and getTypeName 2022-09-01 14:29:02 +01:00
QPDF_Null.cc Remove virtual methods QPDFValue::getTypeCode and getTypeName 2022-09-01 14:29:02 +01:00
QPDF_Operator.cc Remove virtual methods QPDFValue::getTypeCode and getTypeName 2022-09-01 14:29:02 +01:00
QPDF_optimization.cc Add comments after merge of last pull request 2022-09-01 17:15:41 -04:00
QPDF_pages.cc Merge pull request #730 from m-holger/allpages 2022-09-01 15:28:32 -04:00
QPDF_Real.cc Remove virtual methods QPDFValue::getTypeCode and getTypeName 2022-09-01 14:29:02 +01:00
QPDF_Reserved.cc Remove virtual methods QPDFValue::getTypeCode and getTypeName 2022-09-01 14:29:02 +01:00
QPDF_Stream.cc Remove virtual methods QPDFValue::getTypeCode and getTypeName 2022-09-01 14:29:02 +01:00
QPDF_String.cc Remove virtual methods QPDFValue::getTypeCode and getTypeName 2022-09-01 14:29:02 +01:00
QPDF_Unresolved.cc Change QPDF_Unresolved::create method to take QPDF* and QPDFObjGen parameters 2022-09-01 17:09:07 +01:00
qpdf-c.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
QPDF.cc Stop including QPDFObject.hh from other than private files 2022-09-01 18:19:47 -04:00
QPDFAcroFormDocumentHelper.cc Add QPDF::getObject to replace getObjectByObjGen and getObjectByID 2022-08-01 19:22:37 +01:00
QPDFAnnotationObjectHelper.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
QPDFArgParser.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
QPDFCrypto_gnutls.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
QPDFCrypto_native.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
QPDFCrypto_openssl.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
QPDFCryptoProvider.cc Formatting: remove space in range-style for loops 2022-04-30 13:26:43 -04:00
QPDFEFStreamObjectHelper.cc Tweak "AndGet" mutator functions again 2022-07-24 15:42:23 -04:00
QPDFEmbeddedFileDocumentHelper.cc Code tidy: remove redundant calls to smart_ptrs get() method 2022-08-07 10:33:25 +01:00
QPDFExc.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
QPDFFileSpecObjectHelper.cc Back out fluent QPDFObjectHandle methods. Keep the andGet methods. 2022-05-20 09:16:25 -04:00
QPDFFormFieldObjectHelper.cc Add optional parameter allow_nullptr to QPDFObjectHandle::getOwningQPDF 2022-08-28 22:15:59 +01:00
QPDFJob_argv.cc Fix --json-help to take a version parameter 2022-07-31 16:23:17 -04:00
QPDFJob_config.cc Rename --report-mem-usage to --report-memory-usage 2022-09-01 17:15:41 -04:00
QPDFJob_json.cc Fix --json-help to take a version parameter 2022-07-31 16:23:17 -04:00
qpdfjob-c.cc Reformat code 2022-06-25 11:11:24 -04:00
QPDFJob.cc Add --report-mem-usage option for debugging/testing 2022-08-31 14:47:27 -04:00
qpdflogger-c.cc Use Pl_Function in qpdflogger C API implementation 2022-06-19 09:12:59 -04:00
QPDFLogger.cc Add C API to QPDFLogger 2022-06-19 08:46:58 -04:00
QPDFMatrix.cc Make ABI-breaking changes that don't modify API at all 2022-04-16 10:41:46 -04:00
QPDFNameTreeObjectHelper.cc Resolve QPDF{Name,Number} tree helper linker issues (fixes #745) 2022-08-07 09:21:01 -04:00
QPDFNumberTreeObjectHelper.cc Resolve QPDF{Name,Number} tree helper linker issues (fixes #745) 2022-08-07 09:21:01 -04:00
QPDFObject.cc Add method QPDFObject::resolve 2022-09-01 17:19:06 +01:00
QPDFObjectHandle.cc Stop including QPDFObject.hh from other than private files 2022-09-01 18:19:47 -04:00
QPDFObjGen.cc Add optional parameter separator to QPDFObjGen::unparse 2022-07-24 15:41:48 +01:00
QPDFOutlineDocumentHelper.cc Code tidy: remove redundant calls to smart_ptrs get() method 2022-08-07 10:33:25 +01:00
QPDFOutlineObjectHelper.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
QPDFPageDocumentHelper.cc Code clean up: use range-style for loops wherever possible 2022-05-21 16:06:29 -04:00
QPDFPageLabelDocumentHelper.cc Code tidy: remove redundant calls to smart_ptrs get() method 2022-08-07 10:33:25 +01:00
QPDFPageObjectHelper.cc Add optional parameter allow_nullptr to QPDFObjectHandle::getOwningQPDF 2022-08-28 22:15:59 +01:00
QPDFParser.cc Remove QPDFObjectHandle::newIndirect 2022-09-01 16:59:01 +01:00
QPDFStreamFilter.cc Implement user-provided stream filters 2020-12-28 12:58:19 -05:00
QPDFSystemError.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
QPDFTokenizer.cc Fix commit b45420a 2022-08-27 12:43:49 +01:00
QPDFUsage.cc Use QPDFUsage exception for cli, json, and QPDFJob errors 2022-01-30 13:11:03 -05:00
QPDFValue.cc Split QPDFObject into QPDFObject and QPDFValue 2022-09-01 14:19:34 +01:00
QPDFWriter.cc Add QPDF::getObject to replace getObjectByObjGen and getObjectByID 2022-08-01 19:22:37 +01:00
QPDFXRefEntry.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
QTC.cc Fix header ordering in QTC (format code) 2022-08-29 11:55:02 -04:00
QUtil.cc Add QUtil::get_max_memory_usage for testing 2022-08-31 14:47:27 -04:00
RC4_native.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
RC4.cc Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
ResourceFinder.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
rijndael.cc Exclude formatting on embedded native crypto 2022-04-03 17:58:36 -04:00
SecureRandomDataProvider.cc Use anonymous namespaces for file-private classes 2022-04-16 13:35:27 -04:00
SF_FlateLzwDecode.cc Formatting: remove space in range-style for loops 2022-04-30 13:26:43 -04:00
SHA2_native.cc Remove PointerHolder.hh from other than public header files 2022-04-09 17:33:29 -04:00
sha2.c Exclude formatting on embedded native crypto 2022-04-03 17:58:36 -04:00
sha2big.c Exclude formatting on embedded native crypto 2022-04-03 17:58:36 -04:00
SparseOHArray.cc Formatting: remove space in range-style for loops 2022-04-30 13:26:43 -04:00