summaryrefslogtreecommitdiff
path: root/Templates
Commit message (Expand)AuthorAgeFilesLines
* CUDA: MSVC + NVCC support --compiler-options compiler flagRobert Maynard2020-01-021-0/+20
* TestDriver: ignore strcpy callBen Boeckel2019-12-051-1/+1
* Merge branch 'vs-v142-csharp-flags' into release-3.16Brad King2019-10-111-0/+574
|\
| * VS: Add toolset v142 CSharp flag tableBrad King2019-10-111-0/+574
* | TestDriver: Fix -Wzero-as-null-pointer-constant warningsSean McBride2019-09-181-7/+13
|/
* VS: Fix nowarn compiler option to accept warning numbers.Wil Stark2019-02-075-15/+35
* Merge topic 'vs2019'Brad King2019-01-282-0/+2535
|\
| * VS: Fix `/MANIFESTUAC:` link flag mapping for v142Brad King2019-01-241-21/+4
| * VS: Fix support for '/guard:cf' linker flag for v142Brad King2019-01-241-7/+0
| * VS: Map the link `/debug` flag for v142Brad King2019-01-241-10/+18
| * VS: Fix `/MANIFESTUAC:NO` link flag mapping for v142Brad King2019-01-241-5/+1
| * VS: Populate `/permissive` flag table entry for v142Brad King2019-01-241-1/+8
| * VS: Populate `/JMC-` flag table entry for v142Brad King2019-01-241-0/+7
| * VS: Populate `-Qspectre-` flag table entry for v142Brad King2019-01-241-6/+6
| * VS: Populate `/Y-` flag table entry for v142Brad King2019-01-241-1/+1
| * VS: Add `-Zc:inline[-]` flag table entry for v142Brad King2019-01-241-0/+7
| * VS: Fix `/analyze:log` flag mapping for v142Brad King2019-01-241-14/+4
| * VS: Add v142 flag tables for cl and link toolsBrad King2019-01-242-0/+2544
* | Reduce size of PNG imagesLucy Phipps2019-01-256-0/+0
|/
* VS: Add flag table entry for "permissive" flag to disable conformance modeJonathan Storey2018-12-101-1/+8
* VS: Add flag table entry for -JMCStephan Szabo2018-11-281-0/+14
* VS: Fix flag table entry for -QspectreStephan Szabo2018-11-281-8/+1
* VS: connect /Y- compiler option with "Not Using Precompiled Headers"Stephan Szabo2018-11-285-5/+5
* VS: Add v140 flag table entries for `-Zc:inline[-]`Stephan Szabo2018-11-282-0/+14
* VS: Fix regressed mapping for the cl `/Os` compiler flagStephan Szabo2018-11-282-14/+0
* VS 14: Add flag map for -std= to CppLanguageStandard tag in project filesStephan Szabo2018-11-282-0/+126
* VS: in Clang/C2 toolset, setup correct compiler settingsStephan Szabo2018-11-282-0/+14
* VS: Fix /analyze:log flag mapping (#14858)Stephan Szabo2018-11-284-56/+16
* VS: Fix CSharp support for win32res: and win32icon: flagsStephan Szabo2018-11-285-10/+10
* Vs: remove /nowin32manifest from C# flags to enable default VS behaviorStephan Szabo2018-11-285-15/+30
* MSVC: Add support for ARM64 architectureStephan Szabo2018-11-281-0/+7
* VS: Fix MANIFESTUAC link flag map to .vcxproj elementsStephan Szabo2018-11-285-105/+20
* VS: Fix support for '/guard:cf' linker flagStephan Szabo2018-11-282-14/+0
* VS: Add v140 and v141 flag table entries for /DEBUG:NONE and /DEBUG:FULLStephan Szabo2018-11-282-0/+27
* VS: Map the link `/debug` to its IDE propertyStephan Szabo2018-11-285-22/+24
* VS: Fix /MANIFESTUAC:NO linker option mappingStephan Szabo2018-11-285-25/+5
* VS: Manually fix MASM flag table entriesStephan Szabo2018-11-284-20/+20
* VS: Add NASM fwin/felf switchesStephan Szabo2018-11-281-0/+14
* VS: Manually fix generated NASM flag tableStephan Szabo2018-11-281-6/+6
* VS: Add CUDA flag table entry for -maxrregcountStephan Szabo2018-11-281-0/+18
* VS: Add more CUDA flag table entriesStephan Szabo2018-11-281-0/+42
* VS: Select CUDA code generation architecturesStephan Szabo2018-11-281-0/+112
* VS: Select the CUDA runtime libraryStephan Szabo2018-11-281-0/+30
* VS: Place CUDA host compiler options in proper project file fieldsStephan Szabo2018-11-282-0/+167
* Add placeholder CUDA json flag tablesStephan Szabo2018-11-282-0/+4
* Add json flag tables for C#Stephan Szabo2018-11-285-0/+2835
* Add initial NASM flag table jsonStephan Szabo2018-11-281-0/+187
* Add CL, LIB, Link, MASM, RC flag jsonStephan Szabo2018-11-2822-0/+14513
* VS: Properly quote arguments in nasm.xmlDavid Benjamin2018-07-021-3/+3
* Merge topic 'nolint_typedef_testdriver'Brad King2018-06-011-2/+2
|\