遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/1401)
<a href="https://www.bestpractices.dev/projects/1401"><img src="https://www.bestpractices.dev/projects/1401/badge"></a>
Kangaru is a dependency injection container for C++11 and C++14
https://github.com/gracicot/kangaru/blob/master/CONTRIBUTING.md
The GitHub issue tracker tracks individual issues.
https://github.com/gracicot/kangaru/issues
In the contribution guideline: https://github.com/gracicot/kangaru/blob/master/CONTRIBUTING.md#testing
We are using -Wall and -Wextra on GCC and Clang. We are enabling /W3 on msvc.
Both lgtm and codacy are using many guideline and diagnostic on how to fix security related issues and how to adopt a better style.
A memory analyzer should run our tests on every supported platform. The integration with our build tools hasn't been done yet.
后退