summaryrefslogtreecommitdiffstats
path: root/Templates/MSBuild
Commit message (Expand)AuthorAgeFilesLines
* VS: Add CUDA flag table entry for nvcc --keep flagBrad King2025-11-121-0/+14
* VS: Fix `/dynamicdeopt` flag table entry order for v145 toolsetBrad King2025-09-102-14/+14
* VS: Remove `/guard:cf` from v145 link flag tableBrad King2025-09-101-7/+0
* VS: Remove `/MERGE` from v145 link flag tableBrad King2025-09-101-9/+0
* VS: Map the link `/debug` flag for v145 toolsetBrad King2025-09-101-10/+18
* VS: Fix `/MANIFESTUAC:` link flag mapping for v145 toolsetBrad King2025-09-101-25/+4
* VS: Remove C++ module CompileAs flag table entries for v145 toolsetBrad King2025-09-101-21/+0
* VS: Remove cl /FS entry from flag table for v145 toolsetBrad King2025-09-101-7/+0
* VS: Remove broken `/fsanitize=` entries from flag table for v145 toolsetBrad King2025-09-101-14/+0
* VS: Add `-Zc:inline[-]` flag table entry for v145 toolsetBrad King2025-09-101-0/+7
* VS: Add `/Y-` flag table entry for v145 toolsetBrad King2025-09-101-1/+1
* VS: Fix `/reference` and `/headerUnit` flag table entries for v145 toolsetBrad King2025-09-101-2/+2
* VS: Fix `-ifcOutput` flag table entry for v145 toolsetBrad King2025-09-101-1/+1
* VS: Add `/JMC-` flag table entry for v145 toolsetBrad King2025-09-101-0/+7
* VS: Add `/FI` flag table entry for separate argument to v145 toolsetBrad King2025-09-101-0/+11
* VS: Fix `/analyze:log` flag mapping for v145 toolsetBrad King2025-09-101-11/+1
* VS: Add `-Qspectre-` flag table entry for v145 toolsetBrad King2025-09-101-9/+9
* VS: Fix `/sourceDependencies` flag table entries for v145 toolsetBrad King2025-09-101-4/+19
* VS: Fix `/scanDependencies` flag table entries for v145 toolsetBrad King2025-09-101-4/+1
* VS: Add `/arch:NotSet` flag table entry for v145 toolsetBrad King2025-09-101-1/+1
* VS: Add `/clr:netcore` flag table entry for v145 toolsetBrad King2025-09-101-0/+7
* VS: Add v145 flag tables for VS 18.0 InsidersBrad King2025-09-102-0/+3105
* VS: Add CSharp VS 2026 compiler version and flag table v145Brad King2025-09-091-0/+560
* clang-cl: Add support for C23Yonggang Luo2025-07-011-0/+7
* MSVC: Use -std:c++23preview flag for C++23 when availableBrad King2025-03-121-0/+7
* codespell: Fix typosBrad King2024-10-252-2/+2
* FlagTables: Add entries for cl -scanDependencies flagBen Boeckel2023-10-172-0/+18
* FlagTables: `-ifcOutput` takes a subsequent argumentBen Boeckel2023-10-172-2/+2
* VS: Add `/arch:NotSet` flag table entries for v14x toolsetsStewart L. McCready2023-09-274-4/+4
* VS: Honor compile options for ASM_NASMBrad King2023-01-261-1/+1
* VS: Honor compile options for ASM_MARMASMBrad King2023-01-261-9/+0
* ASM_MARMASM: Fix VS flag table entry for debug flagBrad King2022-12-151-1/+1
* ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-091-0/+149
* VS: Add COMMON_LANGUAGE_RUNTIME support for "netcore"ζeh Matt2022-10-282-0/+14
* VS: Fix MSBuild property for nostdlib flagMis, Piotr2022-10-257-21/+21
* Merge topic 'vs-csharp-debug-embedded'Brad King2022-07-207-0/+49
|\
| * VS: Add CSharp flag table entry for '/debug:embedded'TheApplePieGod2022-07-207-0/+49
* | CUDA: MSVC pass all cuda gencode flags via AdditionalOptionsRobert Maynard2022-06-161-112/+0
|/
* VS: Add compiler flag table entry for -FI followed by separate argumentBrad King2022-04-017-0/+77
* VS: Remove the '/guard:cf' flag from v143 link flag tableBenjamin Sluis2022-01-121-7/+0
* VS: Fix /reference and /headerUnit flag table entries for v142 and v143Brad King2021-08-102-4/+4
* VS: Remove C++ module CompileAs flag table entries for v142 and v143Brad King2021-07-262-42/+0
* VS: Remove cl /FS entry from flag table for v142 and v143Brad King2021-07-262-14/+0
* VS: Fix `/sourceDependencies` flag table entries for v143Brad King2021-07-151-8/+2
* VS: Remove broken EnableASAN entry from flag table for v143Brad King2021-07-151-7/+0
* VS: Remove empty ExternalWarningLevel entry from flag table for v143Brad King2021-07-151-7/+0
* VS: Remove empty LanguageStandard entries from flag table for v143Brad King2021-07-151-14/+0
* VS: Remove empty ConformanceMode entry from flag table for v143Brad King2021-07-151-7/+0
* VS: Populate `/JMC-` flag table entry for v143Brad King2021-07-151-0/+7
* VS: Populate `-Qspectre-` flag table entry for v143Brad King2021-07-151-9/+9