Skip to content

Commit 1cd587c

Browse files
committed
Update supported minimal C++ compilers versions in README.md
1 parent 6d72662 commit 1cd587c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

compiler/extensions/cpp/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Zserio C++ generator supports the following platforms:
2222

2323
Zserio C++ generator supports the following C++ compilers:
2424

25-
- g++ 5.4.0
26-
- clang 14.0.6
27-
- MinGW 5.4.0
25+
- g++ 7.5.0
26+
- clang 11.0.0
27+
- MinGW 7.5.0
2828
- MSVC 2017
2929

3030
Although newer C++ compilers are not tested, they should work as well as long as they are backward compatible.
@@ -150,7 +150,7 @@ contribute to the framework's safety and trustworthiness.
150150

151151
The following describes features which minimize the risk of Zserio C++ runtime library malfunctioning behavior:
152152

153-
- Supported compilers (minimum versions): gcc 5.4.0, Clang 14.0.6, MinGW 5.4.0, MSVC 2017
153+
- Supported compilers (minimum versions): gcc 7.5.0, Clang 11.0.0, MinGW 7.5.0, MSVC 2017
154154
- Warnings are treated as errors for all supported compilers
155155
- All features are properly tested by [unit test](runtime/test/) for all supported compilers (>600 tests)
156156
- Implemented automatic test coverage threshold check using [llvm-cov](https://llvm.org/docs/CommandGuide/llvm-cov.html) and Clang 14.0.6 (see
@@ -181,7 +181,7 @@ during compilation using CMake (see [CMake runtime configuration](runtime/CMakeL
181181

182182
The following describes features which minimize the risk of Zserio C++ generated code malfunctioning behavior:
183183

184-
- Supported compilers (minimum versions): gcc 5.4.0, clang 14.0.6, MinGW 5.4.0, MSVC 2017
184+
- Supported compilers (minimum versions): gcc 7.5.0, clang 11.0.0, MinGW 7.5.0, MSVC 2017
185185
- Warnings are treated as errors for all supported compilers
186186
- All zserio language features are properly tested by [unit tests](../../../test) for all supported compilers
187187
(>1700 tests)

0 commit comments

Comments
 (0)