poco/XML/include/Poco/XML
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
..
Content.h merge XMLStreamParser from develop 2017-10-31 13:09:59 +01:00
Name.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
NamePool.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
NamespaceStrategy.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
QName.h As of C++11, std::swap is noexcept. #2386 (#3645) 2022-06-28 12:14:36 -05:00
ValueTraits.h merge XMLStreamParser from develop 2017-10-31 13:09:59 +01:00
XML.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
XMLException.h Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
XMLStream.h merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
XMLStreamParser.h Hide zlib and expat libs from the user of Poco libraries (replaces #4579) (#4724) 2024-10-04 09:50:39 +02:00
XMLStreamParserException.h Fix some issues found with clang-tidy (#4353) 2023-12-17 16:55:30 +01:00
XMLString.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
XMLWriter.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00