qpdf/libtests
Jay Berkenbilt 9044a24097 PointerHolder: deprecate getPointer() and getRefcount()
Use get() and use_count() instead. Add #define
NO_POINTERHOLDER_DEPRECATION to remove deprecation markers for these
only.

This commit also removes all deprecated PointerHolder API calls from
qpdf's code except in PointerHolder's test suite, which must continue
to test the deprecated APIs.
2022-02-04 13:12:37 -05:00
..
qtest PointerHolder: add get() and use_count() for forward compatibility 2022-02-04 13:12:37 -05:00
Makefile update release date to actual date 2008-04-29 12:55:25 +00:00
aes.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
arg_parser.cc Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00
ascii85.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
bits.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
buffer.cc Add Pl_Buffer::getMallocBuffer 2021-12-17 12:38:52 -05:00
build.mk Implement JSONHandler for recursively processing JSON 2022-01-30 13:11:03 -05:00
closed_file_input_source.cc Revert removal of unreadCh change for performance 2020-10-27 11:57:48 -04:00
concatenate.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00
cxx11.cc Add raw string and user defined literals to c++11 tests 2022-01-30 13:11:02 -05:00
dct_compress.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
dct_uncompress.cc Implement Pl_DCT pipeline 2017-08-21 17:44:02 -04:00
flate.cc Fix errors reported by Coverity 2013-07-07 15:36:51 -04:00
hex.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
input_source.cc PointerHolder: deprecate getPointer() and getRefcount() 2022-02-04 13:12:37 -05:00
json.cc More editorial changes from m-holger + spell check 2022-01-30 13:11:03 -05:00
json_handler.cc JSONHandler: pass JSON object to array start function 2022-01-31 15:57:45 -05:00
json_parse.cc PointerHolder: deprecate getPointer() and getRefcount() 2022-02-04 13:12:37 -05:00
libtests.testcov More editorial changes from m-holger + spell check 2022-01-30 13:11:03 -05:00
lzw.cc Call QUtil::safe_fopen in place of fopen 2013-03-05 13:35:46 -05:00
main_from_wmain.cc Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00
matrix.cc QUtil::double_to_string: trim trailing zeroes with option to disable 2021-02-13 02:30:00 -05:00
md5.cc Implement deterministic ID 2015-10-31 18:56:42 -04:00
nntree.cc Use new QPDF{Name,Number}TreeObjectHelper API 2021-01-24 03:27:28 -05:00
numrange.cc Move numrange code from qpdf.cc to QUtil.cc 2018-12-21 19:11:57 -05:00
pointer_holder.cc PointerHolder: deprecate getPointer() and getRefcount() 2022-02-04 13:12:37 -05:00
predictors.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
qintc.cc Add QIntC::range_check_subtract 2021-11-04 13:53:46 -04:00
qutil.cc PointerHolder: deprecate getPointer() and getRefcount() 2022-02-04 13:12:37 -05:00
random.cc Increase random data provider support 2013-12-16 16:21:28 -05:00
rc4.cc Increase coverage for RC4 testing 2019-11-09 09:53:42 -05:00
runlength.cc Implement Pl_RunLength pipeline 2017-08-19 14:50:55 -04:00
sha2.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00
sparse_array.cc SparseOHArray 2019-08-17 23:02:41 -04:00