aboutsummaryrefslogtreecommitdiffstats
path: root/examples/capnproto
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Cap'n Proto for the c++ languageIvan Komissarov2020-07-217-0/+1080
Cap'n Proto is a 'cerialization protocol' similar to protobuf: https://capnproto.org/index.html This patch mainly focuses on the c++ support for the capnp protocol keeping in mind the possibility to add other languages later. Change-Id: Ib19a9df1f45f2787503197791ac597d06cc45e9d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>