Providing protobuf and gRPC support for Qt.
Go to file
Dennis Oberst f636865a23 QGrpcCommonOptions: improve and rename mergeHash()
Rename the free function to 'toHash', as no merging was happening, this
name was misleading.

Improve the implementation by adding the missing 'reserve()' and simply
try_emplace() the pair into the hash. This will still take the newest
value as before but without constructing a temporary key list and having
the extra lookup with value().

Pick-to: 6.10
Change-Id: I4834feea43e20614caea3d587055c024012e0596
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
2025-08-05 19:22:52 +02:00
LICENSES Add REUSE.toml files and missing licenses 2024-11-06 14:24:23 +01:00
cmake Point to 'protoc' installation guide when WrapProtoc is not found 2025-02-25 11:10:11 +01:00
coin Revert "Enable the use of VCPKG for qtgrpc" 2025-07-15 14:48:30 +00:00
examples chat example: various enhancements 2025-07-03 19:45:55 +02:00
src QGrpcCommonOptions: improve and rename mergeHash() 2025-08-05 19:22:52 +02:00
tests Deprecate serverMetadata for server{Initial,Trailing}Metadata 2025-08-05 19:22:48 +02:00
.clang-format Update licensing of files with infrastructure type 2025-03-13 15:14:53 +01:00
.cmake.conf Bump version to 6.11.0 2025-06-14 08:02:18 +01:00
.gitattributes Add missing .gitattributes and .tag files 2023-01-18 12:03:33 +02:00
.gitignore gitignore: add qmlls.ini files 2024-12-06 14:02:16 +01:00
.gitreview Add .gitreview file 2025-02-25 15:39:48 +01:00
.tag Add missing .gitattributes and .tag files 2023-01-18 12:03:33 +02:00
CMakeLists.txt Move `qt_internal_project_setup` as early as possible 2025-05-30 12:29:32 +02:00
LICENSE.Apache-2.0.txt Add REUSE.toml files and missing licenses 2024-11-06 14:24:23 +01:00
REUSE.toml Remove year from Qt Copyright in REUSE.toml 2025-07-14 09:47:17 +02:00
configure.cmake Long live qtprotobufgen 2022-11-08 10:33:39 +01:00
dependencies.yaml Update dependencies on 'dev' in qt/qtgrpc 2025-08-05 10:46:02 +00:00
licenseRule.json Update licensing of files with infrastructure type 2025-03-13 15:14:53 +01:00
qt_attribution.json CMake: Add PURL and CPE info to 3rd party attribution files 2025-06-04 14:03:57 +02:00
qt_cmdline.cmake Long live qtprotobufgen 2022-11-08 10:33:39 +01:00