Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 924 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 924 Bytes

ApiGear Logo

ObjectLinkCPP

An object link protocol for C++ 14

This repository contains the implementation of the ObjectLink core protocol which can be used by C++ based templates. General ApiGear documentation can be found at docs.apigear.io

Unit tests on Windows, MacOS, Linux: Unit test results

Compilation and distribution

Use of STL types

⚠️ In this library we use STL classes in public interfaces.

  • We generally assume that this library is built from source.
  • Otherwise, it has to be ensured that for each build configuration the compiler version etc. matches the one which originally built the library.