poco/Zip
Matej Kenda aab4058bae
Hide zlib and expat libs from the user of Poco libraries (replaces #4579) (#4724)
* foundation: Remove unused ucp.h

Nothing use this and it is not even included in Visual Studio project
files. Remove it so it will not confuse any more.

* foundation: Hide zlib from user

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.

* xml: Hide expat and ParserEngine from user

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.

* chore(Foundation): Compression level constants

---------

Co-authored-by: Kari Argillander <kari.argillander@fidelix.com>
2024-10-04 09:50:39 +02:00
..
cmake Do not overwrite CMAKE_PREFIX_PATH in component config files. 2015-02-04 04:35:23 +01:00
doc fixed doc (#2477) 2018-09-25 09:15:34 +02:00
include/Poco/Zip Fix const-correctness 2024-08-14 12:25:35 +02:00
samples chore(build): re-generated VS project files 2024-04-03 12:33:13 +02:00
src Hide zlib and expat libs from the user of Poco libraries (replaces #4579) (#4724) 2024-10-04 09:50:39 +02:00
testsuite chore(build): re-generated VS project files 2024-04-03 12:33:13 +02:00
CMakeLists.txt fix(Data): 2023-11-04 23:11:38 +01:00
dependencies #3524: remove XML and Util dependencies in Zip/SevenZip 2022-03-27 19:46:20 +02:00
Makefile Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Zip_vs90.sln new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
Zip_vs90.vcproj Regenerating VisualStudio projects 2018-06-20 09:47:40 +02:00
Zip_vs160.sln re-generated project files 2020-01-11 22:33:28 +01:00
Zip_vs160.vcxproj chore(build): re-generated VS project files 2024-04-03 12:33:13 +02:00
Zip_vs160.vcxproj.filters chore(build): re-generated VS project files 2024-04-03 12:33:13 +02:00
Zip_vs170.sln ProGen vs170 projects with Win32,x64,ARM64 (#3612) 2022-05-27 21:58:46 -05:00
Zip_vs170.vcxproj chore(build): re-generated VS project files 2024-04-03 12:33:13 +02:00
Zip_vs170.vcxproj.filters chore(build): re-generated VS project files 2024-04-03 12:33:13 +02:00
Zip.progen 4368 oracle odbc tests (#4410) 2024-01-31 22:07:07 +01:00