Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide zlib and expat libs from the user of Poco libraries (replaces #4579) #4724

Merged
merged 4 commits into from
Oct 4, 2024

Conversation

matejk
Copy link
Contributor

@matejk matejk commented Oct 4, 2024

Replaces PR #4579. See details there.

Kari Argillander and others added 4 commits October 3, 2024 14:09
Nothing use this and it is not even included in Visual Studio project
files. Remove it so it will not confuse any more.
Hide zlib completly from user. This way we do not need to publish zlib.h
or zconfig.h.

As we now have two different pointer initalizing in constructor I choose
to use unique pointers so it is more obvious those are safe. I also
choose to use make_unique which default initalize z_stream_t. This makes
code more readable as we do not need to specifie every field of
z_stream_t. It really should not matter much if we initialize couple
field for nothing. If does we should add comment about that. Still
keeping _buffer without inializing as it is quite big.
Hide expat completly from user. This way we do not need to publish
expat.h or expat_external.h.

I move also headers to orignal locations so diff is smaller compared to
original.
@matejk matejk added this to the Release 1.14.0 milestone Oct 4, 2024
@matejk matejk self-assigned this Oct 4, 2024
@matejk matejk merged commit aab4058 into main Oct 4, 2024
73 checks passed
@matejk matejk deleted the 4579_separate_lib_debs branch October 4, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant