* Update protolib to pick up new fixes
* CMake: restore SONAME_VERSION to 1
* CMake: generate pkg-config file
* CMake: set -fvisibility=hidden and POSITION_INDEPENDENT_CODE
Need to build everything with fPIC, and also hide symbols by default,
since public ones are explicitly marked as such.
* Revert public API incompatible changes
NormSetId and NormCountCompletedObjects were part of the public API in
released versions, so they cannot be just removed without breaking API/ABI
compatibility.
NormSendCommandTo is a private symbol, but was marked for export by
mistake.
* Add BUILD_STATIC_LIBS option to allow building both static and shared objects
CMake does not support this out of the box, so it has to be implemented
manually. It results in the libnorm build being repeated twice, as there's
no object sharing.
* Adds option to force a build of protokit and select a specific commit
* Only depend on protolib when it is not build with norm
* Revert "Only depend on protolib when it is not build with norm"
This reverts commit 30e5dfab53.
* Revert "Revert "Only depend on protolib when it is not build with norm""
This reverts commit facc70ce29.
* Adds policy to allow norm to set option
* Updates git protokit git hash
* Removes protokit as external dep
* Updates git tag
* Get git submodule target hash for fetch_content
* Updates submodule
* Adds way to specify custom protolib version (such as origin/master)
* Adds option to build from local ./protolib folder
* Makes logic somewhat nicer
* Adds initial cmake
* Renames include according common convention
* Tries to include examples
* Changes to protokit
* Improves install step
* Removes /protokit
* Fixes some comments
* Adds a few feature tests
* Adds FLOCK includes
* Removes if in feature tests
* Fixes missing normApi.cpp
* Adds missing include
* Fixes bad rename