index
:
qt/qtgrpc.git
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
Providing protobuf and gRPC support for Qt.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Add missing \title to GRPC client guide example
Andreas Eliasson
2025-04-08
1
-0
/
+1
*
Add the hint to find the host grpc_cpp_plugin when crosscompiling
Alexey Edelev
2025-03-18
4
-8
/
+40
*
qtgrpc_chat_server: Compile certificates into the application
Dennis Oberst
2025-03-13
4
-64
/
+39
*
Encourage to use vcpkg when building Vehicle example
Alexey Edelev
2025-03-07
2
-3
/
+6
*
Add vcpkg.json for the QtGRPC Vehicle example
Alexey Edelev
2025-03-07
1
-0
/
+23
*
Encourage to use vcpkg when building magic8ball example
Alexey Edelev
2025-03-07
2
-3
/
+6
*
Add vcpkg.json for the QtGRPC chat example
Alexey Edelev
2025-03-07
1
-0
/
+23
*
Add vcpkg.json for the QtProtobuf sensors example
Alexey Edelev
2025-03-07
1
-0
/
+18
*
Add vcpkg.json for the QtGRPC Magic 8 Ball example
Alexey Edelev
2025-03-07
1
-0
/
+23
*
qtgrpc chat example: don't deploy static lib
Samuli Piippo
2025-03-06
1
-1
/
+1
*
qtgrpc chat example: fix deployment
Dennis Oberst
2025-03-05
4
-3
/
+10
*
Adjust the server time format with the client one in ClientGuide
Alexey Edelev
2025-02-25
1
-1
/
+3
*
Rewrite the qtgrpc chat example
Dennis Oberst
2025-02-24
51
-935
/
+3230
*
Avoid using the relative path to the server executable in client guide
Alexey Edelev
2025-01-29
2
-1
/
+4
*
Add the missing lookup for Qt6::ProtobufTools to client guide server
Alexey Edelev
2025-01-17
1
-0
/
+1
*
Add the missing cmake_minimum_required to client guide
Alexey Edelev
2025-01-17
2
-0
/
+2
*
Add the clientguide example
Dennis Oberst
2024-12-17
8
-10
/
+974
*
Docs: create and distribute the \gRPC macro for adding trademarks
Dennis Oberst
2024-12-17
3
-17
/
+17
*
Avoid generating QList aliases for the protobuf messages
Alexey Edelev
2024-12-16
2
-3
/
+3
*
Use the upper-case Protobuf module name when looking it
Alexey Edelev
2024-12-03
3
-3
/
+4
*
Rework vehicle example
Jaime Resano
2024-11-29
32
-788
/
+939
*
Rework magic8ball example
Jaime Resano
2024-11-15
18
-465
/
+468
*
Docs: move chat grpc example documentation to suitable folder
Jaime Resano
2024-11-13
3
-0
/
+0
*
Docs: move magic8ball grpc example documentation to suitable folder
Jaime Resano
2024-11-13
2
-0
/
+0
*
Remove the redundant usage of Qt from SimpleVehicleServer
Alexey Edelev
2024-11-06
3
-9
/
+4
*
Remove WrapgRPC and WrapProtobuf modules
Alexey Edelev
2024-10-15
3
-19
/
+27
*
Prefer the usage of SingleShotConnection
Dennis Oberst
2024-09-20
1
-19
/
+16
*
chat example: fix sendMessage() new unique_ptr workflow
Dennis Oberst
2024-09-12
1
-2
/
+26
*
Scope QAbstractProtobufSerializer::Error enum
Alexey Edelev
2024-09-05
1
-4
/
+4
*
Add the missing disconnect to the chat example
Alexey Edelev
2024-08-30
1
-13
/
+19
*
Migrate to std::unique_ptr return value for all RPCs
Alexey Edelev
2024-08-30
1
-6
/
+6
*
Generate protobuf enum as enum class
Alexey Edelev
2024-08-28
6
-21
/
+29
*
Make error handling in QAbstractProtobufSerializer generic
Alexey Edelev
2024-08-28
1
-6
/
+6
*
Warn if users attempt building gRPC servers using MinGW
Alexey Edelev
2024-08-23
3
-0
/
+18
*
CMake: Make grpc chat example build as external project with qemu CI
Alexandru Croitor
2024-08-19
1
-1
/
+1
*
QGrpcHttp2Channel: update IWYU and favor fwd declarations
Dennis Oberst
2024-08-06
1
-0
/
+1
*
Properly guard the gRPC examples
Alexey Edelev
2024-08-01
1
-1
/
+1
*
QGrpcMetadata: use QHash instead of std::unordered_multimap <QBA, QBA>
Dennis Oberst
2024-07-29
2
-7
/
+6
*
QGrpcStatus: drag 'StatusCode' enum into the qtgrpc namespace
Dennis Oberst
2024-07-29
3
-5
/
+5
*
CMake: Add explicit lookup of ProtobufQuick package for magic8ball
Alexandru Croitor
2024-07-15
1
-0
/
+1
*
Fix magic8ball QML example
Tatiana Borisova
2024-06-12
2
-4
/
+3
*
Remove errorOccurred interface signal from grpc operations
Alexey Edelev
2024-05-30
4
-36
/
+27
*
Move host URI option to QGrpcHttp2Channel
Alexey Edelev
2024-05-29
3
-7
/
+7
*
QGrpc{Channel, Call}Options: prefer 'set~()' over 'with~()'
Dennis Oberst
2024-05-28
1
-1
/
+1
*
Remove the 'stream' prefix from all streaming methods
Alexey Edelev
2024-05-15
3
-4
/
+4
*
Add the missing linking of protobuf backing QML library to magic8ball
Alexey Edelev
2024-05-03
1
-0
/
+1
*
QGrpcOperation: handle failed deserialization directly
Dennis Oberst
2024-04-18
3
-13
/
+14
*
Correct license for example files
Lucie Gérard
2024-03-15
35
-35
/
+35
*
CMake: install vehiclelib example library
Samuli Piippo
2024-03-11
1
-1
/
+1
*
CMake: Make examples build as external projects
Alexandru Croitor
2024-03-06
3
-0
/
+33
[next]