-
-
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.
-
soup
Soup is a build system that guarantees incremental build correctness and aims to simplify many aspects of developing shared code while maintaining best in class performance. (by soup-build)
Great writeup. I have been thinking about the problem of dependency management within C++ for a while now. I believe that without adoption of a build system that was designed to handle dependency resolution natively with modules, we will always require fragile manual integration steps. If you are interested, I wrote a blog post on what I believe it will take to create such a build system and am actively working on an implementation.
-
spack
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
Consider: https://github.com/spack/spack
-
it works just like in classic mode? Docs are here https://github.com/microsoft/vcpkg/blob/master/docs/users/binarycaching.md for GHA make a extra repo just for the cache, otherwise it cannot be used across repos (strange limitation of GH).
-
-