Skip to content

docs(modules): add C++20 module documentation#270

Merged
kcenon merged 1 commit into
mainfrom
feature/269-cxx20-module-files
Jan 3, 2026
Merged

docs(modules): add C++20 module documentation#270
kcenon merged 1 commit into
mainfrom
feature/269-cxx20-module-files

Conversation

@kcenon

@kcenon kcenon commented Jan 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add C++20 module support documentation to README.md and PROJECT_STRUCTURE.md
  • Document module build configuration, structure, and usage examples

Changes

  • README.md:

    • Add C++20 module support mention in highlights
    • Add installation option 5 for C++20 modules with usage example
    • Update roadmap to mark module files as completed
  • docs/PROJECT_STRUCTURE.md:

    • Add src/modules/ directory structure documentation
    • Document module build configuration options
    • Add module structure and tier hierarchy documentation
    • Add kcenon::common_modules target to available targets list

Test plan

  • All 108 existing tests pass
  • Documentation builds correctly
  • Module build tested on CI (requires Ninja + Clang 16+/GCC 14+)

Closes #269

…TRUCTURE

- Add C++20 module support mention in README highlights
- Add installation option 5 for C++20 modules with usage example
- Update roadmap to mark module files as completed
- Add src/modules/ directory structure to PROJECT_STRUCTURE.md
- Document module build configuration options
- Add module structure and tier hierarchy documentation
- Add kcenon::common_modules target to available targets list

Closes #269
@kcenon kcenon merged commit c5a0071 into main Jan 3, 2026
22 checks passed
@kcenon kcenon deleted the feature/269-cxx20-module-files branch January 3, 2026 05:22
kcenon added a commit that referenced this pull request Apr 13, 2026
…TRUCTURE (#270)

- Add C++20 module support mention in README highlights
- Add installation option 5 for C++20 modules with usage example
- Update roadmap to mark module files as completed
- Add src/modules/ directory structure to PROJECT_STRUCTURE.md
- Document module build configuration options
- Add module structure and tier hierarchy documentation
- Add kcenon::common_modules target to available targets list

Closes #269
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[MODULE] Create C++20 module files for kcenon.common

1 participant