Does anyone have trouble writing C++ 20/23 modules definition?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

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.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. CPPAdditions

    My own C++ libraries

    I have been using C++20 modules for over a year now. You can check out how I've done things: https://github.com/mooncollin/CPPAdditions

  2. 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.

    CodeRabbit logo
  3. N63.5

    An N64 emulator written in C++

    no; https://github.com/TesseracT33/N63.5

  4. 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)

    Been using modules extensively for the past 2 years to write my build system (which itself is focused on using modules). Writing modules themselves has been really easy, as long as the compilers doesnt hit any issues. Working within MSVC has become a lot better in the last 6 months to the point where I rarely see issues anymore. Every time I try to switch to Clang or GCC it seems to fail on the most simple examples, but I hear GCC has made some improvements lately.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • C++20 Modules

    3 projects | /r/cpp | 1 May 2023
  • Looking at the syntax of various cross-platform build system for C++

    1 project | /r/cpp | 26 Feb 2023
  • YAMBS: Yet Another Meta Build System for C++ (written in Rust).

    2 projects | /r/cpp | 19 Dec 2022
  • A build-system for make C++ projects with modules!

    3 projects | /r/cpp | 11 Dec 2022
  • About C++ Dependency Management

    6 projects | /r/cpp | 23 May 2022