Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum compiler versions? #70

Open
nlyan opened this issue Apr 16, 2020 · 2 comments
Open

Minimum compiler versions? #70

nlyan opened this issue Apr 16, 2020 · 2 comments

Comments

@nlyan
Copy link

nlyan commented Apr 16, 2020

Are the minimum supported compiler versions documented anywhere?

@felixguendling
Copy link
Owner

felixguendling commented Apr 16, 2020

Currently not, sorry. The reason is: I haven't tested it yet.

I know of some issues with GCC 7 and GCC 8. So to be able to use all features with GCC, version 9 would be required.

For Clang and MSVC I'm not sure which is the first version where everything works. If anyone has tested it, I would be happy to add this information to the README.md or the GitHub wiki.

Edit: and if someone has an idea/code to make Cista available for more compilers, I would be happy to integrate this.

@cflaviu
Copy link
Contributor

cflaviu commented May 1, 2021

FYI I have successfully tested

  • Clang 10.x - x64 build
  • Clang 11.x - x64 build
  • GCC 9.x - x64 build
  • GCC 10.x - x64 build
  • MSVC 14.1x (Visual Studio 2017) - x64 and x86 builds
  • MSVC 14.2x (Visual Studio 2019) - x64 and x86 builds

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

No branches or pull requests

3 participants