@@ -9,6 +9,7 @@ capabilities.
99![ CodeFactor Grade] ( https://img.shields.io/codefactor/grade/github/CubicZebra/fcpp?label=code%20quality&logo=codefactor )
1010![ C++] ( https://img.shields.io/badge/C%2B%2B-17%2F20%2F23-blue?logo=c%2B%2B&logoColor=white )
1111![ Modules] ( https://img.shields.io/badge/modules-C%2B%2B23%20experimental-purple?logo=c%2B%2B&logoColor=white )
12+ ![ CI] ( https://github.com/CubicZebra/fcpp/actions/workflows/main.yml/badge.svg )
1213![ CMake] ( https://img.shields.io/badge/cmake-3.28%2B-orange?logo=cmake )
1314![ Doxygen] ( https://img.shields.io/badge/docs-Doxygen-green?logo=doxygen&logoColor=white )
1415![ Python] ( https://img.shields.io/badge/python-3.10%2B-blue?logo=python )
@@ -43,7 +44,6 @@ capabilities.
4344 - GCC
4445 - Clang
4546 - MSVC
46- - Apple Clang
4747- CMake
4848
4949## Documenting Requirements
@@ -135,11 +135,15 @@ migration to fit the future C++ standard.
135135
136136## Compiler Support Matrix
137137
138- | Feature | MSVC | Clang | GCC | Apple Clang |
139- | ------------------| ------| -------| -----| -------------|
140- | C++ Modules | ✓ | ✓ | ✓ | ✓ |
141- | C Compatibility | ✓ | ✓ | ✓ | ✓ |
142- | Automatic Export | ✓ | ✓ | ✓ | ✓ |
138+ | Feature | MSVC | Clang | GCC |
139+ | ------------------| ------| -------| -----|
140+ | C++ Modules | ✓ | ✓ | ✓ |
141+ | C Compatibility | ✓ | ✓ | ✓ |
142+ | Automatic Export | ✓ | ✓ | ✓ |
143+
144+ ## To do things
145+
146+ Possible frame design/validation on Apple Clang compiler (raised from dlib requirement).
143147
144148## License
145149
0 commit comments