Skip to content

4.9.5

Compare
Choose a tag to compare
@grafikrobot grafikrobot released this 11 Mar 18:04
· 487 commits to release since this release
  • Improve alternative match error message to include more context.
    -- René Ferdinand Rivera Morell
  • Fix errors when doing use-project inside projects that get included from
    another use-project.
    -- René Ferdinand Rivera Morell
  • Support native msvc compilers on ARM64.
    -- Stephen Just
  • PCH fixes: fix msvc pch include dir; fix msvc pch header name; fix missing
    gcc -ftemplate-depth when building pch.
    -- Nikita Kniazev
  • New: clang-win search for compiler executable in default install locations
    when it is not on found in PATH.
    -- Nikita Kniazev
  • Fix clang-win to support versioned winsdk bin location.
    -- Nikita Kniazev