@@ -22,9 +22,9 @@ Zserio C++ generator supports the following platforms:
22
22
23
23
Zserio C++ generator supports the following C++ compilers:
24
24
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
28
28
- MSVC 2017
29
29
30
30
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.
150
150
151
151
The following describes features which minimize the risk of Zserio C++ runtime library malfunctioning behavior:
152
152
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
154
154
- Warnings are treated as errors for all supported compilers
155
155
- All features are properly tested by [ unit test] ( runtime/test/ ) for all supported compilers (>600 tests)
156
156
- 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
181
181
182
182
The following describes features which minimize the risk of Zserio C++ generated code malfunctioning behavior:
183
183
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
185
185
- Warnings are treated as errors for all supported compilers
186
186
- All zserio language features are properly tested by [ unit tests] ( ../../../test ) for all supported compilers
187
187
(>1700 tests)
0 commit comments