Providing protobuf and gRPC support for Qt.
Go to file
Alexey Edelev 31f267affa Use const reference as the QGrpcCallOptions::metadata return type
Small optimization bit, to avoid potential extra copy of QGrpcMetadata
aka std::unordered_multimap, which doesn't support implicit sharing.

Change-Id: I9173cde9ca743be04f00b01a608ee1cf7055ba3c
Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io>
2024-01-24 12:49:24 +01:00
LICENSES Add the missing Licenses and Attributions sections 2023-12-04 09:12:49 +00:00
cmake Add lookup hints for vcpkg-based gRPC directory layout 2023-10-30 17:34:45 +01:00
coin Change Axivion configuration 2023-10-04 09:04:30 +03:00
examples qRegisterProtobufTypes() should be called for applications implicitly 2024-01-24 11:40:14 +01:00
src Use const reference as the QGrpcCallOptions::metadata return type 2024-01-24 12:49:24 +01:00
tests qRegisterProtobufTypes() should be called for applications implicitly 2024-01-24 11:40:14 +01:00
.clang-format Add separate .clang-format file to QtGRPC 2023-10-16 14:59:16 +02:00
.cmake.conf Bump version to 6.8.0 2023-12-13 20:08:11 +02:00
.gitattributes Add missing .gitattributes and .tag files 2023-01-18 12:03:33 +02:00
.gitignore .gitignore: Add clangd-index files and 'build' folder to ignored files 2023-09-20 14:24:27 +02:00
.tag Add missing .gitattributes and .tag files 2023-01-18 12:03:33 +02:00
CMakeLists.txt Replace the oneof 'is_synthetic' checks with the 'real_oneof' methods 2024-01-12 20:37:26 +01:00
configure.cmake Long live qtprotobufgen 2022-11-08 10:33:39 +01:00
dependencies.yaml Update dependencies on 'dev' in qt/qtgrpc 2024-01-22 21:43:05 +00:00
qt_attribution.json Add the missing Licenses and Attributions sections 2023-12-04 09:12:49 +00:00
qt_cmdline.cmake Long live qtprotobufgen 2022-11-08 10:33:39 +01:00