2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-08 05:10:53 +00:00
qpdf/libtests
Jay Berkenbilt 5d4cad9c02 ABI change: fix use of off_t, size_t, and integer types
Significantly improve the code's use of off_t for file offsets, size_t
for memory sizes, and integer types in cases where there has to be
compatibility with external interfaces.  Rework sections of the code
that would have prevented qpdf from working on files larger than 2 (or
maybe 4) GB in size.
2012-06-20 15:20:26 -04:00
..
qtest Remove extraneous execute bits 2012-06-20 15:18:08 -04:00
aes.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04: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 ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
buffer.cc enhance PointerHolder so that it can explicitly be told to use delete [] instead of delete, thus making it useful to run valgrind over qpdf during its test suite 2011-08-11 11:57:37 -04:00
build.mk remove embedded external libs; replace with different mechanism 2009-10-23 03:20:03 +00:00
flate.cc removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
hex.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
libtests.testcov update release date to actual date 2008-04-29 12:55:25 +00:00
lzw.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Makefile update release date to actual date 2008-04-29 12:55:25 +00:00
md5.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
pcre.cc removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
png_filter.cc removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
pointer_holder.cc add * and -> operators 2010-09-24 19:09:22 +00:00
qutil.cc removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
rc4.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00