2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-21 01:29:06 +00:00
qpdf/libqpdf/qpdf
Jay Berkenbilt c7a4967d10 Change reset to disconnect and clarify comments
I decided that it's actually fine to copy a direct object to another
QPDF. Even if we eventually prevent a QPDFObject from having multiple
parents, this could happen if an object is moved.
2022-09-08 11:06:15 -04:00
..
AES_PDF_native.hh Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
assert_debug.h Make assert handling less error-prone 2022-05-03 18:31:22 -04:00
assert_test.h Make assert handling less error-prone 2022-05-03 18:31:22 -04:00
auto_job_decl.hh Fix --json-help to take a version parameter 2022-07-31 16:23:17 -04:00
auto_job_help.hh Rename --report-mem-usage to --report-memory-usage 2022-09-01 17:15:41 -04:00
auto_job_init.hh Rename --report-mem-usage to --report-memory-usage 2022-09-01 17:15:41 -04:00
auto_job_json_decl.hh Major rework -- see long comments 2022-05-20 09:16:25 -04:00
auto_job_json_init.hh Rename --report-mem-usage to --report-memory-usage 2022-09-01 17:15:41 -04:00
auto_job_schema.hh Rename --report-mem-usage to --report-memory-usage 2022-09-01 17:15:41 -04:00
bits_functions.hh Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
BitStream.hh Remove methods of private classes from ABI 2022-04-09 17:33:29 -04:00
BitWriter.hh Remove methods of private classes from ABI 2022-04-09 17:33:29 -04:00
ContentNormalizer.hh Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
CryptoRandomDataProvider.hh Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
InsecureRandomDataProvider.hh Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
JSONHandler.hh Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
MD5_native.hh Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
MD5.hh Remove methods of private classes from ABI 2022-04-09 17:33:29 -04:00
NNTree.hh Remove deprecated name/number tree constructors 2022-04-16 13:13:15 -04:00
OffsetInputSource.hh Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
Pl_AES_PDF.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_ASCII85Decoder.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_ASCIIHexDecoder.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_Base64.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_LZWDecoder.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_MD5.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_PNGFilter.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_RC4.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_SHA2.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
Pl_TIFFPredictor.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
QPDF_Array.hh Change reset to disconnect and clarify comments 2022-09-08 11:06:15 -04:00
QPDF_Bool.hh Rename QPDFObject -> QPDFValueProxy 2022-09-05 18:52:59 -04:00
QPDF_Destroyed.hh Create a special "destroyed" type rather than using null 2022-09-08 10:36:39 -04:00
QPDF_Dictionary.hh Change reset to disconnect and clarify comments 2022-09-08 11:06:15 -04:00
QPDF_InlineImage.hh Rename QPDFObject -> QPDFValueProxy 2022-09-05 18:52:59 -04:00
QPDF_Integer.hh Rename QPDFObject -> QPDFValueProxy 2022-09-05 18:52:59 -04:00
QPDF_Name.hh Rename QPDFObject -> QPDFValueProxy 2022-09-05 18:52:59 -04:00
QPDF_Null.hh Rename QPDFObject -> QPDFValueProxy 2022-09-05 18:52:59 -04:00
QPDF_Operator.hh Rename QPDFObject -> QPDFValueProxy 2022-09-05 18:52:59 -04:00
QPDF_Real.hh Rename QPDFObject -> QPDFValueProxy 2022-09-05 18:52:59 -04:00
QPDF_Reserved.hh Rename QPDFObject -> QPDFValueProxy 2022-09-05 18:52:59 -04:00
QPDF_Stream.hh Change reset to disconnect and clarify comments 2022-09-08 11:06:15 -04:00
QPDF_String.hh Rename QPDFObject -> QPDFValueProxy 2022-09-05 18:52:59 -04:00
QPDF_Unresolved.hh Rename QPDFObject -> QPDFValueProxy 2022-09-05 18:52:59 -04:00
qpdf-config.h.in Add QUtil::get_max_memory_usage for testing 2022-08-31 14:47:27 -04:00
QPDFArgParser.hh Remove methods of private classes from ABI 2022-04-09 17:33:29 -04:00
QPDFCrypto_gnutls.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
QPDFCrypto_native.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
QPDFCrypto_openssl.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
QPDFParser.hh Move QPDFObjectHandle::setObjectDescriptionFromInput to QPDFParser 2022-08-30 06:42:46 +01:00
QPDFValue.hh Change reset to disconnect and clarify comments 2022-09-08 11:06:15 -04:00
QPDFValueProxy.hh Change reset to disconnect and clarify comments 2022-09-08 11:06:15 -04:00
RC4_native.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
RC4.hh Make Pipeline::write take an unsigned char const* (API change) 2022-05-03 18:31:22 -04:00
ResourceFinder.hh Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
rijndael.h Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
SecureRandomDataProvider.hh Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
SF_ASCII85Decode.hh Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
SF_ASCIIHexDecode.hh Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
SF_DCTDecode.hh Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
SF_FlateLzwDecode.hh Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
SF_RunLengthDecode.hh Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
SHA2_native.hh SHA2: switch to pluggable crypto 2019-11-09 08:18:02 -05:00
SparseOHArray.hh Change reset to disconnect and clarify comments 2022-09-08 11:06:15 -04:00