-
I just created a simple Github repo showing how one could start using C++20 Modules. In my opinion, this is one of the most important features of C++ so far, and I think people starting to learn C++ should learn this in the beginning, instead of learning the .hpp/.cpp approach and getting angry at it.
-
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)
Interesting to see how it works in CMake. I have been working for a long time on a build system that (originally) was my best shot at a "Build system for modules". Would be curious of your thoughts: Soup Build
Related posts
-
Does anyone have trouble writing C++ 20/23 modules definition?
-
YAMBS: Yet Another Meta Build System for C++ (written in Rust).
-
C++ modules and buildsystems
-
How to Build a Desktop MRZ Scanner Using C++ and Dynamsoft's Fine-Tuned Deep Learning Models
-
How to Build a Lightweight Flutter Camera Plugin for Windows, Linux, and macOS