Commit Graph

10 Commits

Author SHA1 Message Date
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
Aleksandar Fabijanic
5e1904b5f8 fix: Sync 1.11.-1.12-devel(1.13) #4187 2023-10-16 00:16:06 +02:00
Günter Obiltschnig
13b5605260 #3633: Redis: Support Authentication 2022-07-03 16:09:49 +02:00
Günter Obiltschnig
9bde3bc634 merge changes from 1.11.3 2022-07-03 16:09:29 +02:00
Alex Fabijanic
5ef96287ee fix(Redis): Poco::Redis after executing auth command next command always return OK #2457 2022-06-25 20:25:03 +02:00
Günter Obiltschnig
850f22b098 C++1x-ification 2020-01-25 14:26:57 +01:00
Günter Obiltschnig
196540ce34 added new commands; fixed handling of broken connections 2019-04-05 13:03:57 +02:00
Günter Obiltschnig
6107b43a7b Redis: added Command::ping() and Client::isConnected() 2018-07-31 15:12:43 +02:00
Guenter Obiltschnig
c672c14e5a remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00
Günter Obiltschnig
6a0191ae6c added Redis library 2017-11-08 15:48:04 +01:00