2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-17 09:22:22 +00:00
qpdf/qpdf
Jay Berkenbilt 07edf96440 Remove methods of private classes from ABI
Prior to the cmake conversion, several private classes had methods
that were exported into the shared library so they could be tested
with libtests. With cmake, we build libtests using an object library,
so this is no longer necessary. The methods that are disappearing from
the ABI were never exposed through public headers, so no code should
be using them. Removal had to wait until the window for ABI-breaking
changes was open.
2022-04-09 17:33:29 -04:00
..
qtest Update build-related documentation and comments 2022-03-18 19:53:18 -04:00
CMakeLists.txt Update process for ABI testing 2022-03-18 19:53:18 -04:00
fix-qdf.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
pdf_from_scratch.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
qpdf-ctest.c Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
qpdf.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
qpdfjob-ctest.c Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
sizes.cc Remove methods of private classes from ABI 2022-04-09 17:33:29 -04:00
test_driver.cc Replace PointerHolder with std::shared_ptr in the rest of the code 2022-04-09 17:33:29 -04:00
test_large_file.cc Replace PointerHolder with std::shared_ptr in the rest of the code 2022-04-09 17:33:29 -04:00
test_parsedoffset.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
test_pdf_doc_encoding.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
test_pdf_unicode.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
test_renumber.cc Remove PointerHolder.hh from other than public header files 2022-04-09 17:33:29 -04:00
test_shell_glob.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
test_tokenizer.cc Replace PointerHolder with std::shared_ptr in the rest of the code 2022-04-09 17:33:29 -04:00
test_unicode_filenames.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
test_xref.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00