Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathstuf/cxx-modules-sandbox

Sandbox repository for various C++20 Modules use cases and how to build them
https://github.com/mathstuf/cxx-modules-sandbox

cmake cpp cpp-20 cpp-modules docker-image modules

Last synced: about 4 hours ago
JSON representation

Sandbox repository for various C++20 Modules use cases and how to build them

Awesome Lists containing this project

README

        

# cxx-modules-sandbox

This repository is intended to host various corner cases with C++20's modules
and how to build them with various build systems.

Is your build system not represented here? Please submit a PR to add its build
configuration and it'd be great if it could be added to the CI configuration.
The `Dockerfile` for the CI run is stored on the `docker` branch of this
repository.