mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-23 11:28:56 +00:00
d866f48081
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. |
||
---|---|---|
.. | ||
qtest | ||
build.mk | ||
fix-qdf.cc | ||
Makefile | ||
pdf_from_scratch.cc | ||
qpdf-ctest.c | ||
qpdf.cc | ||
qpdf.testcov | ||
test_driver.cc | ||
test_large_file.cc | ||
test_parsedoffset.cc | ||
test_pdf_doc_encoding.cc | ||
test_pdf_unicode.cc | ||
test_renumber.cc | ||
test_shell_glob.cc | ||
test_tokenizer.cc | ||
test_unicode_filenames.cc | ||
test_xref.cc |