-
CPM.cmake
📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
We're using vcpkg - tried conan previously. I think both are good, but both of them have their own flaws. You can also go with something like https://github.com/cpm-cmake/CPM.cmake if you just want something quick for a small project.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
And as always I would like to encourage you to use: https://github.com/friendlyanon/cmake-init to create your projects :)
-
Besides, the lack of accessibility and overview of package information is also a challenge. To address this, I created vcpkg.link to provide an experience closer to package managers available in other languages (e.g. npmjs.com, crates.io, pkg.go.dev).
-
I think this is referring to the state of the art of Conan 2 years ago, before most of the community converged in the ``ConanCenter`` and the ``conan-center-index`` repo that nowadays concentrates the vast majority of the efforts (getting like around 5000 pull requests per year: https://github.com/conan-io/conan-center-index/pulls)