poco/Net
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
..
cmake Do not overwrite CMAKE_PREFIX_PATH in component config files. 2015-02-04 04:35:23 +01:00
include/Poco/Net Fix some issues found with clang-tidy (#4353) 2023-12-17 16:55:30 +01:00
samples RFC: Remove Windows CE support (#4342) 2023-12-14 00:25:04 +01:00
src Fix some issues found with clang-tidy (#4353) 2023-12-17 16:55:30 +01:00
testsuite RFC: Remove Windows CE support (#4342) 2023-12-14 00:25:04 +01:00
CMakeLists.txt mingw 11: fixes to compile common libraries 2023-12-14 19:02:11 +01:00
dependencies new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
Makefile Devel (#3586) 2022-05-15 11:05:56 -05:00
Net_vs90.sln change EOL to 'native' 2012-04-29 18:52:25 +00:00
Net_vs90.vcproj fix(PollSet): Integrate windows epoll #2091, #3649 2022-07-06 11:36:16 +02:00
Net_vs140.sln re-generated project files 2020-01-11 22:33:28 +01:00
Net_vs140.vcxproj chore(Net): regenerate VS 140,150,160 projects #3614 2022-05-30 08:33:44 -05:00
Net_vs140.vcxproj.filters chore(Net): regenerate VS 140,150,160 projects #3614 2022-05-30 08:33:44 -05:00
Net_vs150.sln re-generated project files 2020-01-11 22:33:28 +01:00
Net_vs150.vcxproj chore(Net): fix some warnings and tests 2022-07-27 16:21:55 -04:00
Net_vs150.vcxproj.filters chore(ProGen): MSVC does not properly recognize std version #3665 2022-07-06 11:39:47 +02:00
Net_vs160.sln re-generated project files 2020-01-11 22:33:28 +01:00
Net_vs160.vcxproj fix(PollSet): Integrate windows epoll #2091, #3649 2022-07-06 11:36:16 +02:00
Net_vs160.vcxproj.filters chore(ProGen): MSVC does not properly recognize std version #3665 2022-07-06 11:39:47 +02:00
Net_vs170.sln ProGen vs170 projects with Win32,x64,ARM64 (#3612) 2022-05-27 21:58:46 -05:00
Net_vs170.vcxproj fix(ProGen): regen CppUnit and Net VS projects 2023-11-06 17:07:32 +01:00
Net_vs170.vcxproj.filters fix(ProGen): regen CppUnit and Net VS projects 2023-11-06 17:07:32 +01:00
Net.progen fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00