cista icon indicating copy to clipboard operation
cista copied to clipboard

Minimum compiler versions?

Open nlyan opened this issue 4 years ago • 2 comments

Are the minimum supported compiler versions documented anywhere?

nlyan avatar Apr 16 '20 09:04 nlyan

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.

felixguendling avatar Apr 16 '20 10:04 felixguendling

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

cflaviu avatar May 01 '21 11:05 cflaviu