summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing \title to GRPC client guide exampleAndreas Eliasson2025-04-081-0/+1
* Add the hint to find the host grpc_cpp_plugin when crosscompilingAlexey Edelev2025-03-184-8/+40
* qtgrpc_chat_server: Compile certificates into the applicationDennis Oberst2025-03-134-64/+39
* Encourage to use vcpkg when building Vehicle exampleAlexey Edelev2025-03-072-3/+6
* Add vcpkg.json for the QtGRPC Vehicle exampleAlexey Edelev2025-03-071-0/+23
* Encourage to use vcpkg when building magic8ball exampleAlexey Edelev2025-03-072-3/+6
* Add vcpkg.json for the QtGRPC chat exampleAlexey Edelev2025-03-071-0/+23
* Add vcpkg.json for the QtProtobuf sensors exampleAlexey Edelev2025-03-071-0/+18
* Add vcpkg.json for the QtGRPC Magic 8 Ball exampleAlexey Edelev2025-03-071-0/+23
* qtgrpc chat example: don't deploy static libSamuli Piippo2025-03-061-1/+1
* qtgrpc chat example: fix deploymentDennis Oberst2025-03-054-3/+10
* Adjust the server time format with the client one in ClientGuideAlexey Edelev2025-02-251-1/+3
* Rewrite the qtgrpc chat exampleDennis Oberst2025-02-2451-935/+3230
* Avoid using the relative path to the server executable in client guideAlexey Edelev2025-01-292-1/+4
* Add the missing lookup for Qt6::ProtobufTools to client guide serverAlexey Edelev2025-01-171-0/+1
* Add the missing cmake_minimum_required to client guideAlexey Edelev2025-01-172-0/+2
* Add the clientguide exampleDennis Oberst2024-12-178-10/+974
* Docs: create and distribute the \gRPC macro for adding trademarksDennis Oberst2024-12-173-17/+17
* Avoid generating QList aliases for the protobuf messagesAlexey Edelev2024-12-162-3/+3
* Use the upper-case Protobuf module name when looking itAlexey Edelev2024-12-033-3/+4
* Rework vehicle exampleJaime Resano2024-11-2932-788/+939
* Rework magic8ball exampleJaime Resano2024-11-1518-465/+468
* Docs: move chat grpc example documentation to suitable folderJaime Resano2024-11-133-0/+0
* Docs: move magic8ball grpc example documentation to suitable folderJaime Resano2024-11-132-0/+0
* Remove the redundant usage of Qt from SimpleVehicleServerAlexey Edelev2024-11-063-9/+4
* Remove WrapgRPC and WrapProtobuf modulesAlexey Edelev2024-10-153-19/+27
* Prefer the usage of SingleShotConnectionDennis Oberst2024-09-201-19/+16
* chat example: fix sendMessage() new unique_ptr workflowDennis Oberst2024-09-121-2/+26
* Scope QAbstractProtobufSerializer::Error enumAlexey Edelev2024-09-051-4/+4
* Add the missing disconnect to the chat exampleAlexey Edelev2024-08-301-13/+19
* Migrate to std::unique_ptr return value for all RPCsAlexey Edelev2024-08-301-6/+6
* Generate protobuf enum as enum classAlexey Edelev2024-08-286-21/+29
* Make error handling in QAbstractProtobufSerializer genericAlexey Edelev2024-08-281-6/+6
* Warn if users attempt building gRPC servers using MinGWAlexey Edelev2024-08-233-0/+18
* CMake: Make grpc chat example build as external project with qemu CIAlexandru Croitor2024-08-191-1/+1
* QGrpcHttp2Channel: update IWYU and favor fwd declarationsDennis Oberst2024-08-061-0/+1
* Properly guard the gRPC examplesAlexey Edelev2024-08-011-1/+1
* QGrpcMetadata: use QHash instead of std::unordered_multimap <QBA, QBA>Dennis Oberst2024-07-292-7/+6
* QGrpcStatus: drag 'StatusCode' enum into the qtgrpc namespaceDennis Oberst2024-07-293-5/+5
* CMake: Add explicit lookup of ProtobufQuick package for magic8ballAlexandru Croitor2024-07-151-0/+1
* Fix magic8ball QML exampleTatiana Borisova2024-06-122-4/+3
* Remove errorOccurred interface signal from grpc operationsAlexey Edelev2024-05-304-36/+27
* Move host URI option to QGrpcHttp2ChannelAlexey Edelev2024-05-293-7/+7
* QGrpc{Channel, Call}Options: prefer 'set~()' over 'with~()'Dennis Oberst2024-05-281-1/+1
* Remove the 'stream' prefix from all streaming methodsAlexey Edelev2024-05-153-4/+4
* Add the missing linking of protobuf backing QML library to magic8ballAlexey Edelev2024-05-031-0/+1
* QGrpcOperation: handle failed deserialization directlyDennis Oberst2024-04-183-13/+14
* Correct license for example filesLucie Gérard2024-03-1535-35/+35
* CMake: install vehiclelib example librarySamuli Piippo2024-03-111-1/+1
* CMake: Make examples build as external projectsAlexandru Croitor2024-03-063-0/+33