celix
celix copied to clipboard
Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
This PR introduces some fuzz tests for celix utils. Also: - Aligns enable_fuzzing and enable_benchmarks option - Updates conan package id so that test, benchmarks, etc options are not used...
Small PR that introduces a code of conduct document. The document simply refers to the code of conduct of the ASF. When reviewing, also read the referenced document to check...
### Description This pull request focuses on improving code clarity and consistency. The changes include: - Adding memory ownership annotations to improve code documentation and enable better static analysis. -...
With #785 and #786 applied I am able to successfully start a CLion dev container (using Jetbrains gateway) and connect via SSH to the started container (as `celixdev` user). Within...
When trying to upgrade our Conan CI build on macOS-14, I encountered the following error: ``` Run brew install python ninja Warning: [email protected] 3.13.0_1 is already installed and up-to-date. To...