poco/Redis
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 added Redis library 2017-11-08 15:48:04 +01:00
include/Poco/Redis Fix some issues found with clang-tidy (#4353) 2023-12-17 16:55:30 +01:00
src fix: Sync 1.11.-1.12-devel(1.13) #4187 2023-10-16 00:16:06 +02:00
testsuite RFC: Remove Windows CE support (#4342) 2023-12-14 00:25:04 +01:00
CMakeLists.txt fix(Data): 2023-11-04 23:11:38 +01:00
dependencies added Redis library 2017-11-08 15:48:04 +01:00
Makefile remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00
Redis_vs90.sln added Redis library 2017-11-08 15:48:04 +01:00
Redis_vs90.vcproj project file fixes 2020-01-11 12:45:39 +01:00
Redis_vs140.sln re-generated project files 2020-01-11 22:33:28 +01:00
Redis_vs140.vcxproj re-generated project files 2020-01-12 23:04:09 +01:00
Redis_vs140.vcxproj.filters re-generated project files 2020-01-12 23:04:09 +01:00
Redis_vs150.sln re-generated project files 2020-01-11 22:33:28 +01:00
Redis_vs150.vcxproj re-generated project files 2020-01-12 23:04:09 +01:00
Redis_vs150.vcxproj.filters re-generated project files 2020-01-12 23:04:09 +01:00
Redis_vs160.sln re-generated project files 2020-01-11 22:33:28 +01:00
Redis_vs160.vcxproj re-generated project files 2020-01-12 23:04:09 +01:00
Redis_vs160.vcxproj.filters re-generated project files 2020-01-12 23:04:09 +01:00
Redis_vs170.sln ProGen vs170 projects with Win32,x64,ARM64 (#3612) 2022-05-27 21:58:46 -05:00
Redis_vs170.vcxproj ProGen vs170 projects with Win32,x64,ARM64 (#3612) 2022-05-27 21:58:46 -05:00
Redis_vs170.vcxproj.filters added VS2022 project files 2022-02-19 21:06:24 +01:00
Redis.progen feat(ProGen): default to c++17 2023-11-05 23:40:47 +01:00