Skip to content

Tags: MarkSchofield/WindowsToolchain

Tags

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Consolidate CMAKE_${LANG}_COMPILER_TARGET logic in Windows.Clang.tool…

…chain.cmake (#160)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support for the FASTBuild generators (#141)

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pass '/X' to ensure that msvc doesn't use include paths from the envi…

…ronment (#122)

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Standardize 'CMAKE_SYSTEM_PROCESSOR' values (#108)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add 'CUDA' awareness (#106)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Windows.MSVC.toolchain.cmake shouldn't fallback to non-Spectre folder…

…s on Spectre builds (#95)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix build breaks in `.github/workflows/ci.yaml` (#84)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid add_compile_options in the toolchain file (#71)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use a more generic regex to get msvc version (#62)

The origin regex which aimed to getting msvc version only worked when
msvc displays English.

I replace the regex based on the observation that the scanning always
returns the path of cl.exe trailing with the msvc version.

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #46 from MarkSchofield/mschofie/lazy

'VSWhere.cmake' and 'NuGet.cmake' should do no work by default