-
Notifications
You must be signed in to change notification settings - Fork 66
oc_introspection: disable feature in compile time #456
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
oc_introspection: disable feature in compile time #456
Conversation
🎉 Thank you for your code contribution! To guarantee the change/addition is conformant to the OCF Specification, we would like to ask you to execute OCF Conformance Testing of your change ☝️ when your work is ready to be reviewed. ℹ️ To verify your latest change (708b1ba), label this PR with |
708b1ba
to
7a803bc
Compare
6f7f988
to
448686d
Compare
@SiMet hello, could you please restart the CTT machine, something seems to be wrong. Thanks! |
Add OC_INTROSPECTION_ENABLED switch to CMake, which controls whether the oc_introspection feature with /oc/wk/introspection and /oc/introspection resources is available. (If disabled the code is not compiled in the library at all.)
448686d
to
bd3f05f
Compare
8f45b42
to
e825528
Compare
e825528
to
734f6d6
Compare
include/oc_rep.h
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
Add OC_INTROSPECTION_ENABLED switch to CMake, which controls whether the oc_introspection feature with /oc/wk/introspection and /oc/introspection resources is available.
(If disabled the code is not compiled in the library at all.)