2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-24 11:09:07 +00:00
qpdf/include
Jay Berkenbilt a68703b07e Replace PointerHolder with std::shared_ptr in library sources only
(patrepl and cleanpatch are my own utilities)

patrepl s/PointerHolder/std::shared_ptr/g {include,libqpdf}/qpdf/*.hh
patrepl s/PointerHolder/std::shared_ptr/g libqpdf/*.cc
patrepl s/make_pointer_holder/std::make_shared/g libqpdf/*.cc
patrepl s/make_array_pointer_holder/QUtil::make_shared_array/g libqpdf/*.cc
patrepl s,qpdf/std::shared_ptr,qpdf/PointerHolder, **/*.cc **/*.hh
git restore include/qpdf/PointerHolder.hh
cleanpatch
./format-code
2022-04-09 17:33:29 -04:00
..
qpdf Replace PointerHolder with std::shared_ptr in library sources only 2022-04-09 17:33:29 -04:00
CMakeLists.txt Add cmake configuration files 2022-03-18 19:53:18 -04:00