You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Since Ubuntu 20.04 was retired, we had to update our min versions for the CI (Min: 22.04/ latest 24.04)
- Update Compiler (GCC, Clang) versions
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
Copy file name to clipboardExpand all lines: cpp/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ Directory structure:
17
17
MEmilio C++ uses CMake as a build configuration system (https://cmake.org/)
18
18
19
19
MEmilio C++ is regularly tested with the following compilers (list will be extended over time):
20
-
- GCC, versions 9.4 and 11.4
21
-
- Clang, version 6.0 and 14.0
20
+
- GCC, versions 11 and 13
21
+
- Clang, version 14 and 17
22
22
- MSVC, versions 19.29 (Visual Studio 2019) - 19.38 (Visual Studio 2022)
23
23
24
-
MEmilio C++ is regularly tested on gitlub runners using Ubuntu 18.04 and 20.04 and Windows Server 2016 and 2019. It is expected to run on any comparable Linux or Windows system. It is currently not tested on MacOS.
24
+
MEmilio C++ is regularly tested on gitlub runners using Ubuntu 22.04 and 24.04 and Windows Server 2019 and 2022. It is expected to run on any comparable Linux or Windows system. It is currently not tested on MacOS.
25
25
26
26
The following table lists the dependencies that are used. Most of them are required, but some are optional. The library can be used without them but with slightly reduced features. CMake will warn about them during configuration. Most of them are bundled with this library and do not need to be installed manually. Bundled libraries are either included with this project or loaded from the web on demand. For each dependency, there is a CMake option to use an installed version instead. Version compatibility needs to be ensured by the user, the version we currently use is included in the table.
0 commit comments