issues
search
MarkSchofield
/
WindowsToolchain
A repository containing a CMake toolchain for using MSVC
MIT License
106
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Append to CMAKE_TRY_COMPILE_PLATFORM_VARIABLES instead of overwritting it
#125
fredericouellet-eaton
closed
2 days ago
1
CMAKE_CROSSCOMPILING should not be true, if the build targets the host processor
#124
MarkSchofield
closed
6 days ago
0
CMAKE_CROSSCOMPILING should not be true by default
#123
aboelens
closed
6 days ago
3
Pass '/X' to ensure that msvc doesn't use include paths from the environment
#122
MarkSchofield
closed
6 days ago
0
WindowsToolchain should pass '/X' to cl.exe to ignore INCLUDES environment variables
#121
MarkSchofield
closed
6 days ago
0
Consider the Visual Studio path for Ninja
#120
MarkSchofield
closed
3 weeks ago
0
Include the VS toolset and Win32 SDK binary paths in the CMAKE_PROGRAM_PATH
#119
MarkSchofield
closed
3 weeks ago
0
Add an example that builds .asm files
#118
MarkSchofield
closed
3 weeks ago
1
Add standard includes for ASM
#117
paulfd
closed
4 weeks ago
2
No pdb files generated in release mode
#116
aboelens
opened
1 month ago
4
Add additional languages to CMAKE_<LANG>_STANDARD_INCLUDE_DIRECTORIES
#115
waldnercharles
closed
3 weeks ago
2
Could not find NMAKE using the following names: nmake
#114
aboelens
closed
3 weeks ago
3
Request: Code Coverage
#113
aboelens
closed
1 month ago
2
link_directories and include_directories should not be called by toolchain
#112
redbaron
opened
2 months ago
1
CUDA only supports x64 compilation; exclude the Cuda example from non-x64 builds
#110
MarkSchofield
closed
2 months ago
0
Fix a few problems in the windows-vs-* presets
#109
MarkSchofield
closed
2 months ago
0
Standardize 'CMAKE_SYSTEM_PROCESSOR' values
#108
MarkSchofield
closed
2 months ago
0
Add 'Visual Studio 2022' preset configurations
#107
MarkSchofield
closed
2 months ago
0
Add 'CUDA' awareness
#106
MarkSchofield
closed
4 months ago
0
Also set CUDA host compiler.
#104
bowie7070
closed
4 months ago
11
MSVC_VERSION not set
#103
mickae1
closed
3 months ago
2
Remove references to Pester tests
#102
MarkSchofield
closed
5 months ago
0
README.md talks of Pester tests, but they got moved to WindowsCMake in #66
#101
MarkSchofield
closed
5 months ago
0
find vs installation of ninja
#100
aozgaa
closed
3 weeks ago
2
Toolchains don't find VS Ninja install
#99
aozgaa
closed
3 weeks ago
5
Modified Clang toolchain to find correct path Issue #97
#98
aboelens
closed
7 months ago
0
clangcl error: lld-link: error: <root>: undefined symbol: mainCRTStartup
#97
aboelens
closed
7 months ago
2
Prefer the 'arm64' host compiler on ARM64 hosts
#96
MarkSchofield
closed
7 months ago
0
Windows.MSVC.toolchain.cmake shouldn't fallback to non-Spectre folders on Spectre builds
#95
MarkSchofield
closed
9 months ago
0
Change example defaults to build by default
#94
MarkSchofield
closed
9 months ago
0
Add 'app.manifest' to example/WindowsApplication, mark as DPI aware
#92
MarkSchofield
closed
10 months ago
0
Avoid setting MSVC_VERSION in the toolchain, rely on CMake setting it (and others)
#91
MarkSchofield
closed
10 months ago
0
MSVC_TOOLSET_VERSION unset when using EWDK
#90
ahogen
closed
10 months ago
5
Bump actions/upload-artifact from 3 to 4
#89
dependabot[bot]
closed
11 months ago
0
Move 'ewdk' lower in the presets list, so 'windows-msvc-x64' is the first non-hidden preset
#88
MarkSchofield
closed
1 year ago
0
Support clang-cl from Windows.Clang.toolchain.cmake
#87
MarkSchofield
closed
1 year ago
0
Windows.Clang.toolchain.cmake need not set CMAKE_<LANG>_COMPILER_ID and CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT
#86
MarkSchofield
closed
1 year ago
0
`analyze.ps1` reports linting errors
#85
MarkSchofield
closed
1 year ago
0
Fix build breaks in `.github/workflows/ci.yaml`
#84
MarkSchofield
closed
1 year ago
0
'.github/workflows/ci.yaml' should install ninja - recent runners fail because ninja isn't available
#83
MarkSchofield
closed
1 year ago
1
cmake-format errors aren't failing the build
#82
MarkSchofield
closed
1 year ago
0
How to specify toolset?
#81
xakod
closed
1 year ago
3
Fix 'VS_PLATFORM_TOOLSET_VERSION' logic for setting the toolset version
#80
MarkSchofield
closed
1 year ago
0
Support approximate matching of MSVC toolset
#79
MarkSchofield
opened
1 year ago
0
Explicitly setting the VS toolset version is broken
#78
MarkSchofield
closed
1 year ago
0
Add a Windows.EWDK.toolchain.cmake
#77
MarkSchofield
closed
1 year ago
5
Bump actions/checkout from 3 to 4
#76
dependabot[bot]
closed
1 year ago
0
Fix regex to get MSVC version
#75
scott-degraw
closed
1 year ago
1
Add support for settable VS_INSTALLATION_PATH - enabling eWDK
#74
kaloth
closed
1 year ago
6
VS_USE_SPECTRE_MITIGATION_RUNTIME should prefer the Spectre library path, not use it exclusively
#73
MarkSchofield
closed
10 months ago
2
Next