launchdarkly / c-client-sdk

LaunchDarkly Client-side SDK for C/C++
Other
7 stars 15 forks source link
c cpp feature-flags feature-toggles launchdarkly launchdarkly-sdk managed-by-terraform mirror sdk

LaunchDarkly Client-Side SDK for C/C++

⚠️ Important note

This repository has been superseded by C++ Client SDK with C bindings. All future releases will be made from the new repository. Please consider upgrading and filing potential requests in that repository's issue tracker.


CircleCI

The LaunchDarkly Client-Side SDK for C/C++ is designed primarily for use in desktop and embedded systems applications. It follows the client-side LaunchDarkly model for single-user contexts (much like our mobile or JavaScript SDKs). It is not intended for use in multi-user systems such as web servers and applications.

For using LaunchDarkly in server-side C/C++ applications, refer to our server-side C/C++ SDK.

LaunchDarkly overview

LaunchDarkly is a feature management platform that serves over 100 billion feature flags daily to help teams build better software, faster. Get started using LaunchDarkly today!

Twitter Follow

Compatibility

This version of the LaunchDarkly SDK is compatible with POSIX environments (Linux, OS X, BSD) and Windows.

Getting started

Download a release archive from the GitHub Releases for use in your project. Refer to the SDK documentation for complete instructions on installing and using the SDK.

Learn more

Check out our documentation for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the complete reference guide for this SDK.

Testing

We run integration tests for all our SDKs using a centralized test harness. This approach gives us the ability to test for consistency across SDKs, as well as test networking behavior in a long-running application. These tests cover each method in the SDK, and verify that event sending, flag evaluation, stream reconnection, and other aspects of the SDK all behave correctly.

Contributing

We encourage pull requests and other contributions from the community. Check out our contributing guidelines for instructions on how to contribute to this SDK.

About LaunchDarkly