Commit 128e41648f10659336f5e017a2bfa7b697957b98
1 parent
ba0ef7a1
Remove PointerHolder.hh from other than public header files
Increase to POINTERHOLDER_TRANSITION=4
Showing
10 changed files
with
1 additions
and
10 deletions
CMakeLists.txt
| ... | ... | @@ -108,7 +108,7 @@ if(NOT (BUILD_STATIC_LIBS OR BUILD_SHARED_LIBS)) |
| 108 | 108 | FATAL_ERROR "At least one of static or shared libraries must be built") |
| 109 | 109 | endif() |
| 110 | 110 | |
| 111 | -add_compile_definitions($<$<COMPILE_LANGUAGE:CXX>:POINTERHOLDER_TRANSITION=3>) | |
| 111 | +add_compile_definitions($<$<COMPILE_LANGUAGE:CXX>:POINTERHOLDER_TRANSITION=4>) | |
| 112 | 112 | |
| 113 | 113 | enable_testing() |
| 114 | 114 | set(RUN_QTEST perl ${qpdf_SOURCE_DIR}/run-qtest) | ... | ... |
libqpdf/InputSource.cc
libqpdf/Pl_SHA2.cc
libqpdf/QUtil.cc
libqpdf/SHA2_native.cc
libqpdf/qpdf/JSONHandler.hh
libqpdf/qpdf/OffsetInputSource.hh
libtests/input_source.cc
libtests/qutil.cc