qpdf/libqpdf
Jay Berkenbilt 280c9057c9 Strip DLLs with mingw in Release mode 2023-05-20 19:51:12 -04:00
..
qpdf Replace 'virtual' specifier with 'override' 2023-05-20 15:41:56 +01: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 Take advantage of unique_ptr and move construction for Buffer 2022-09-05 13:29:56 -07:00
BufferInputSource.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
CMakeLists.txt Strip DLLs with mingw in Release mode 2023-05-20 19:51:12 -04:00
ClosedFileInputSource.cc Remove ClosedFileInputSource::Members 2022-08-27 12:13:39 +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 Replace deprecated C++ includes 2023-05-20 15:41:25 +01:00
InputSource.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
InsecureRandomDataProvider.cc Use auto when initializing with a cast 2023-05-20 15:41:44 +01:00
JSON.cc Use auto when initializing with a cast 2023-05-20 15:41:44 +01:00
JSONHandler.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
MD5.cc Replace deprecated C++ includes 2023-05-20 15:41:25 +01:00
MD5_native.cc Exclude formatting on embedded native crypto 2022-04-03 17:58:36 -04:00
NNTree.cc Use QPDFObjGen::set in NNTree 2023-05-19 16:58:04 +01:00
OffsetInputSource.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
PDFVersion.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
Pipeline.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
Pl_AES_PDF.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
Pl_ASCII85Decoder.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
Pl_ASCIIHexDecoder.cc Use auto when initializing with a cast 2023-05-20 15:41:44 +01:00
Pl_Base64.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
Pl_Buffer.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04: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 Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
Pl_Discard.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
Pl_Flate.cc Replace deprecated C++ includes 2023-05-20 15:41:25 +01:00
Pl_Function.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
Pl_LZWDecoder.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04: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 Remove unused include directives 2023-05-20 15:37:41 +01:00
Pl_PNGFilter.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
Pl_QPDFTokenizer.cc Remove unused include directives 2023-05-20 15:37:41 +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 Use auto when initializing with a cast 2023-05-20 15:41:44 +01:00
Pl_SHA2.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
Pl_StdioFile.cc Replace deprecated C++ includes 2023-05-20 15:41:25 +01:00
Pl_String.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
Pl_TIFFPredictor.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
QPDF.cc Add new method QPDF::newReserved 2023-05-20 19:56:01 +01:00
QPDFAcroFormDocumentHelper.cc Use QPDFObjGen::set in QPDFAcroFormDocumentHelper::getFormFieldsForPage 2023-05-19 16:58:43 +01:00
QPDFAnnotationObjectHelper.cc Disregard appearance state when irrelevant (fixes #949) 2023-05-20 15:46:16 -04:00
QPDFArgParser.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
QPDFCryptoProvider.cc Formatting: remove space in range-style for loops 2022-04-30 13:26:43 -04:00
QPDFCrypto_gnutls.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
QPDFCrypto_native.cc Code tidy : replace 0 with nullptr or true 2022-07-26 13:40:13 +01:00
QPDFCrypto_openssl.cc Fix major performance bug with openssl crypto (fixes #798) 2022-10-08 17:04:59 -04:00
QPDFDocumentHelper.cc Be more conservative about QPDF_DLL_CLASS with mingw (fixes #799) 2022-10-06 08:40:08 -04:00
QPDFEFStreamObjectHelper.cc Use QPDF::newStream in library 2022-11-19 14:10:42 -05:00
QPDFEmbeddedFileDocumentHelper.cc Code tidy: remove redundant calls to smart_ptrs get() method 2022-08-07 10:33:25 +01:00
QPDFExc.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
QPDFFileSpecObjectHelper.cc Back out fluent QPDFObjectHandle methods. Keep the andGet methods. 2022-05-20 09:16:25 -04:00
QPDFFormFieldObjectHelper.cc Merge pull request #929 from m-holger/ogguard 2023-05-20 14:09:49 -04:00
QPDFJob.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
QPDFJob_argv.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
QPDFJob_config.cc Add new procedure QUtil::read_file_into_string 2023-03-08 21:00:26 +00:00
QPDFJob_json.cc Fix --json-help to take a version parameter 2022-07-31 16:23:17 -04:00
QPDFLogger.cc Remove redundant 'virtual' specifiers 2023-05-20 15:41:52 +01:00
QPDFMatrix.cc Make ABI-breaking changes that don't modify API at all 2022-04-16 10:41:46 -04:00
QPDFNameTreeObjectHelper.cc Remove redundant 'virtual' specifiers 2023-05-20 15:41:52 +01:00
QPDFNumberTreeObjectHelper.cc Remove redundant 'virtual' specifiers 2023-05-20 15:41:52 +01:00
QPDFObjGen.cc Add new convenience class QPDFObjGen::set 2023-05-19 12:27:53 +01:00
QPDFObject.cc Rename QPDFValueProxy back to QPDFObject 2022-09-08 11:29:23 -04:00
QPDFObjectHandle.cc Merge pull request #959 from m-holger/reserved 2023-05-20 15:27:33 -04:00
QPDFObjectHelper.cc Be more conservative about QPDF_DLL_CLASS with mingw (fixes #799) 2022-10-06 08:40:08 -04:00
QPDFOutlineDocumentHelper.cc Use QPDFObjGen::set in QPDFOutlineDocumentHelper 2023-05-19 16:58:08 +01:00
QPDFOutlineObjectHelper.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
QPDFPageDocumentHelper.cc Fix annotations properly for page with no /Resources (fixes #827) 2023-01-09 07:31:39 -05:00
QPDFPageLabelDocumentHelper.cc Code tidy: remove redundant calls to smart_ptrs get() method 2022-08-07 10:33:25 +01:00
QPDFPageObjectHelper.cc Use QPDFObjGen::set in QPDFPageObjectHelper::forEachXObject 2023-05-19 18:49:36 +01:00
QPDFParser.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
QPDFStreamFilter.cc Implement user-provided stream filters 2020-12-28 12:58:19 -05:00
QPDFSystemError.cc Replace deprecated C++ includes 2023-05-20 15:41:25 +01:00
QPDFTokenizer.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
QPDFUsage.cc Use QPDFUsage exception for cli, json, and QPDFJob errors 2022-01-30 13:11:03 -05:00
QPDFValue.cc Add method QPDFValue::setChildDescription 2023-02-18 08:35:45 +00:00
QPDFWriter.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
QPDFXRefEntry.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
QPDF_Array.cc Use auto when initialializing with new 2023-05-20 15:41:40 +01:00
QPDF_Bool.cc Rename QPDFObject::shallowCopy to copy 2022-11-20 12:07:22 -05:00
QPDF_Destroyed.cc Rename QPDFObject::shallowCopy to copy 2022-11-20 12:07:22 -05:00
QPDF_Dictionary.cc Overload QPDF_Null::create to take a child object description 2023-02-18 08:35:45 +00:00
QPDF_InlineImage.cc Add new virtual method QPDFObject::getStringValue 2022-12-31 09:31:07 -05:00
QPDF_Integer.cc Rename QPDFObject::shallowCopy to copy 2022-11-20 12:07:22 -05:00
QPDF_Name.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
QPDF_Null.cc Refactor QPDF_Array::getJSON 2023-04-01 13:58:15 +01:00
QPDF_Operator.cc Add new virtual method QPDFObject::getStringValue 2022-12-31 09:31:07 -05:00
QPDF_Real.cc Add new virtual method QPDFObject::getStringValue 2022-12-31 09:31:07 -05:00
QPDF_Reserved.cc Rename QPDFObject::shallowCopy to copy 2022-11-20 12:07:22 -05:00
QPDF_Stream.cc Replace 'virtual' specifier with 'override' 2023-05-20 15:41:56 +01:00
QPDF_String.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
QPDF_Unresolved.cc Rename QPDFObject::shallowCopy to copy 2022-11-20 12:07:22 -05:00
QPDF_encryption.cc Replace deprecated C++ includes 2023-05-20 15:41:25 +01:00
QPDF_json.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
QPDF_linearization.cc Replace deprecated C++ includes 2023-05-20 15:41:25 +01:00
QPDF_optimization.cc Merge pull request #929 from m-holger/ogguard 2023-05-20 14:09:49 -04:00
QPDF_pages.cc Use QPDFObjGen::set in QPDF::getAllPages 2023-05-19 18:55:55 +01:00
QTC.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
QUtil.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
RC4.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
RC4_native.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
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
SecureRandomDataProvider.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
qpdf-c.cc Use auto when initialializing with new 2023-05-20 15:41:40 +01:00
qpdfjob-c.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
qpdflogger-c.cc Remove unused include directives 2023-05-20 15:37:41 +01:00
rijndael.cc Exclude formatting on embedded native crypto 2022-04-03 17:58:36 -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