Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ENABLE_TYPELIB build option #1783

Merged
merged 1 commit into from
Jul 31, 2023

Commits on Jul 31, 2023

  1. Add ENABLE_TYPELIB build option

    This adds the ENABLE_TYPELIB build option (default is ON) that controls
    including the type library (which stores the type meta-data for types
    used in local entities and in discovered proxy entities). The
    ENABLE_TYPELIB also controls the availability of the type-builder (to
    construct the type meta-data used by the serialized, e.g. used from the
    Python API) and the dynamic type API.
    
    Most of the functionality that can be disabled/enabled with this option
    was previously controlled by the ENABLE_TYPE_DISCOVERY build option.
    That option is also still available, but now only controls the inclusion
    of the type lookup functionality (that allows resolving type meta-data for
    types from discovery endpoints or topics).
    
    Signed-off-by: Dennis Potman <[email protected]>
    dpotman committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6b52989 View commit details
    Browse the repository at this point in the history