qpdf/qpdf
Jay Berkenbilt d866f48081 Change names of qpdf_object_type_e enumerations
They have to be ot_* rather than qpdf_ot_* for compatibility.

* Different enumerated types are not assignment-compatible in C++, at
  least with strict compiler settings
* While you can do `constexpr ot_xyz = ::qpdf_ot_xyz` in QPDFObject.hh to
  make QPDFObject::ot_xyz work, QPDFObject::object_type_e::ot_xyz will
  only work if the enumerated type names are the same.
2021-12-20 14:51:45 -05:00
..
qtest test_driver: split runtest into separate functions 2021-12-20 12:40:03 -05:00
Makefile update release date to actual date 2008-04-29 12:55:25 +00:00
build.mk Add automated test for shell wildcard expansion 2020-10-21 14:15:31 -04:00
fix-qdf.cc Fix fix-qdf for empty streams 2020-10-23 06:39:42 -04:00
pdf_from_scratch.cc Convert command-line and test suite to use page helper classes 2018-06-21 15:57:13 -04:00
qpdf-ctest.c Change names of qpdf_object_type_e enumerations 2021-12-20 14:51:45 -05:00
qpdf.cc Clarify docs around @filename and leading/trailing space 2021-12-10 15:52:28 -05:00
qpdf.testcov Further improvements to handling binary strings 2021-12-19 14:30:45 -05:00
test_driver.cc test_driver: split runtest into separate functions 2021-12-20 12:40:03 -05:00
test_large_file.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
test_parsedoffset.cc Add QPDFObject::getParsedOffset() 2019-10-22 16:19:06 -04:00
test_pdf_doc_encoding.cc Properly handle strings with PDF Doc Encoding (fixes #179) 2018-02-18 21:06:27 -05:00
test_pdf_unicode.cc Better support for creating Unicode strings 2018-06-21 15:57:13 -04:00
test_renumber.cc Add QPDFWriter::getWrittenXRefTable() 2019-10-22 16:16:16 -04:00
test_shell_glob.cc Add automated test for shell wildcard expansion 2020-10-21 14:15:31 -04:00
test_tokenizer.cc Make more QPDFPageObjectHelper methods work with form XObject 2021-01-02 14:08:53 -05:00
test_unicode_filenames.cc Minor clean up of Windows headers 2021-02-10 07:36:18 -05:00
test_xref.cc Add QPDF::getXRefTable() 2019-10-22 16:16:16 -04:00