Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mathstuf/cxx-modules-sandbox
- Owner: mathstuf
- License: apache-2.0
- Created: 2019-04-04T12:53:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T07:12:45.000Z (over 1 year ago)
- Last Synced: 2024-06-11T17:05:15.629Z (5 months ago)
- Topics: cmake, cpp, cpp-20, cpp-modules, docker-image, modules
- Language: Shell
- Homepage:
- Size: 71.3 KB
- Stars: 62
- Watchers: 10
- Forks: 8
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.