poco/Zip/src
Kari Argillander bf3c519183
Fix some issues found with clang-tidy (#4353)
* directoryiterator: Fix missing inline

Add missing inline to inline function.

This was found with clang-tidy check:  misc-definitions-in-headers

* Convert deprecated throw() to noexcept

throw() has been deprecated in standar in C++17. It has been removed in
C++20. Code still compiles but let's just define these at those should
be.

These where found with clang-tidy check: modernize-use-noexcept

* Fix unnecessary copy initializations

Clang-tidy did find these with check:

  performance-unnecessary-copy-initialization

* Fix some strings not references

Looks like these are just missing reference marks.

---------

Co-authored-by: Kari Argillander <kari.argillander@fidelix.com>
2023-12-17 16:55:30 +01:00
..
Add.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
AutoDetectStream.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
Compress.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
Decompress.cpp Fix some issues found with clang-tidy (#4353) 2023-12-17 16:55:30 +01:00
Delete.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Keep.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
ParseCallback.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
PartialStream.cpp Zip: merge Zip64 support from develop 2017-11-01 17:01:34 +01:00
Rename.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Replace.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
SkipCallback.cpp fix: Cannot open certain zip files, #2467 2018-09-20 10:17:46 +08:00
ZipArchive.cpp fix for #2199: try to resync when encountering extra data after local file header 2018-03-06 16:13:01 +01:00
ZipArchiveInfo.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ZipCommon.cpp merge zip entry absolute path vulnerability fix (#1968) from develop 2017-11-02 09:30:27 +01:00
ZipDataInfo.cpp Zip: merge Zip64 support from develop 2017-11-01 17:01:34 +01:00
ZipException.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
ZipFileInfo.cpp fixed GH #2661: Poco::Zip::ZipArchive cannot load new tomcat.zip file 2019-05-14 09:37:58 +02:00
ZipLocalFileHeader.cpp fix(Zip): Zip 64-bit extensions not set #2590 (tentative) (#3604) 2022-06-13 14:48:34 -05:00
ZipManipulator.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ZipOperation.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
ZipStream.cpp fixed GH #2723: Access violation when trying to decompress .zip file with unsupported compression method. 2019-06-23 12:42:34 +02:00
ZipUtil.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00