summaryrefslogtreecommitdiff
path: root/Templates
Commit message (Expand)AuthorAgeFilesLines
* TestDriver: Fix 'misc-use-anonymous-namespace' warning from clang-tidy 16Sylvain Joubert2023-04-251-4/+14
* 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
* Merge topic 'vs2022-v143-link-guard-cf'Brad King2022-01-131-7/+0
|\
| * VS: Remove the '/guard:cf' flag from v143 link flag tableBenjamin Sluis2022-01-121-7/+0
* | Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-1/+1
|/
* TestDriver: Fix old-style-cast warning in C++ modeSylvain Joubert2021-10-041-1/+1
* 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
* Merge topic 'TestDriver-time.h-lint' into release-3.21Brad King2021-07-191-2/+2
|\
| * TestDriver: use `CM_NULL` to avoid lints about `nullptr` usageBen Boeckel2021-07-141-1/+1
| * TestDriver: suppress deprecated header lints for time.hBen Boeckel2021-07-141-1/+1
* | 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
* | VS: Populate `/Y-` flag table entry for v143Brad King2021-07-151-1/+1
* | VS: Add `-Zc:inline[-]` flag table entry for v143Brad King2021-07-151-0/+7
* | VS: Fix `/analyze:log` flag mapping for v143Brad King2021-07-151-14/+4
* | VS: Remove the /MERGE flag from v143 link flag tableBrad King2021-07-151-9/+0
* | VS: Map the link `/debug` flag for v143Brad King2021-07-151-10/+18
* | VS: Fix `/MANIFESTUAC:` link flag mapping for v143Brad King2021-07-151-25/+4
* | VS: Add v143 flag tables for VS 17.0 Preview 2Brad King2021-07-152-0/+2982
* | VS: Add CSharp VS 2022 compiler version and flag table v143Brad King2021-07-151-0/+553
* | VS: Improve v142 CL flag table LanguageStandard orderingBrad King2021-07-151-6/+6
|/
* TestDriver: Avoid declaring local variable after statementBrad King2021-06-281-2/+4
* VS: Update v142 CL flag table for VS 17.0 Preview 1Brad King2021-06-251-0/+7
* VS: Do not apply any '/external:*' flag table mapping on VS < 16.10Brad King2021-06-171-0/+8
* Merge topic 'vs-custom-depfile'Brad King2021-06-101-0/+48
|\
| * VS: Add support for add_custom_command DEPFILEBrad King2021-06-091-0/+48
* | VS: Remove the /MERGE flag from FlagTablesDuncan Ogilvie2021-06-086-54/+0
|/
* VS: Update v142 CL flag table for VS 16.10Brad King2021-06-041-5/+219
* VS: Update v141 CL flag table for VS 15.9Brad King2021-06-041-2/+23
* VS: Re-order v141 and v142 CL flag table entries to match xml files betterBrad King2021-06-042-28/+28
* Merge topic 'vs-16.10-map-external-warnings'Brad King2021-05-281-0/+35
|\
| * VS: Add flag table entries for '/external:W*' flags in VS 16.10Brad King2021-05-281-0/+35
* | Merge topic 'test_driver_tap13_support'Brad King2021-04-291-1/+42
|\ \
| * | create_test_sourcelist: add test driver option to run all testsSergey Bronnikov2021-04-281-1/+42