遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/6093)
<a href="https://www.bestpractices.dev/projects/6093"><img src="https://www.bestpractices.dev/projects/6093/badge"></a>
The C++ Standard Library for Parallelism and Concurrency
https://hpx.stellar-group.org/governance/, https://hpx.stellar-group.org/files/03-05-2020-HPX-PMC-mtgnotes.pdf
https://github.com/STEllAR-GROUP/hpx/graphs/contributors
This is CI enforced, every file needs to have license, copyrights, and SPDX license identifier listed
Repository on GitHub, which uses git. git is distributed.
For instance https://github.com/STEllAR-GROUP/hpx/labels/project%3A%20GSoC
Merging any pull requests requires at least one independent review
https://github.com/STEllAR-GROUP/hpx/blob/master/CMakeLists.txt
https://github.com/STEllAR-GROUP/hpx/blob/master/CMakeLists.txt, make tests && make test
https://github.com/STEllAR-GROUP/hpx/tree/master/.circleci https://github.com/STEllAR-GROUP/hpx/tree/master/.github/workflows https://github.com/STEllAR-GROUP/hpx/tree/master/.jenkins
https://coveralls.io/github/STEllAR-GROUP/hpx
https://github.com/STEllAR-GROUP/hpx // X-Content-Type-Options was not set to "nosniff".
Our test suite generates random inputs while testing certain API functions exposed by the project. A CI builder (runs on every commit) relies on gcc's address-sanitizer (https://github.com/STEllAR-GROUP/hpx/blob/master/.github/workflows/linux_sanitizers.yml).
A special debug version of the library is tested on every commit (CI) that has asserts enabled.
后退