poco/MongoDB/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
..
Array.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
Binary.cpp fixed GH #2655: MongoDB Binary element to string - bug 2019-06-22 18:31:57 +02:00
Connection.cpp Fix some issues found with clang-tidy (#4353) 2023-12-17 16:55:30 +01:00
Cursor.cpp Fixes from develop experimental (on top of 1.11.2) (#3017) 2022-05-18 17:23:16 -05:00
Database.cpp Resolves #3484: support for OP_MSG in Poco::MongoDB (#3902) 2023-03-20 01:50:15 -05:00
DeleteRequest.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
Document.cpp Resolves #3484: support for OP_MSG in Poco::MongoDB (#3902) 2023-03-20 01:50:15 -05:00
Element.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
GetMoreRequest.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
InsertRequest.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
JavaScriptCode.cpp remove remaining $Id$ tags from file headers 2017-10-31 16:01:51 +01:00
KillCursorsRequest.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
Message.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
MessageHeader.cpp Resolves #3484: support for OP_MSG in Poco::MongoDB (#3902) 2023-03-20 01:50:15 -05:00
ObjectId.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
OpMsgCursor.cpp Mongodb op msg database commands fix (#4004) 2023-05-05 09:27:42 -05:00
OpMsgMessage.cpp Github Action for Android NDK (#4321) 2023-12-11 20:34:03 +01:00
QueryRequest.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RegularExpression.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ReplicaSet.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RequestMessage.cpp backport #2553: Fixed Poco::MongoDB not working on big-endian architecture system 2018-11-23 08:34:21 +01:00
ResponseMessage.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
UpdateRequest.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00