Skip to content

Automatically generate C++ client

mvistein requested to merge generate-cpp-client into master

Description

Automatically generate a client stub for the C++ language.

The client is provided as source code (packaged as .tgz file) which can be included in application code. No binary package is provided for the moment, because binaries are not platform independent, not even compiler independent.

Breaking Changes:

None, does not affect the API, only CI configuration

Fixes

Edited by mvistein

Merge request reports