| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Add flag table entry for "permissive" flag to disable conformance mode | Jonathan Storey | 2018-12-10 | 1 | -1/+8 |
|
|
* | VS: Add flag table entry for -JMC | Stephan Szabo | 2018-11-28 | 1 | -0/+14 |
|
|
* | VS: Fix flag table entry for -Qspectre | Stephan Szabo | 2018-11-28 | 1 | -8/+1 |
|
|
* | VS: connect /Y- compiler option with "Not Using Precompiled Headers" | Stephan Szabo | 2018-11-28 | 5 | -5/+5 |
|
|
* | VS: Add v140 flag table entries for `-Zc:inline[-]` | Stephan Szabo | 2018-11-28 | 2 | -0/+14 |
|
|
* | VS: Fix regressed mapping for the cl `/Os` compiler flag | Stephan Szabo | 2018-11-28 | 2 | -14/+0 |
|
|
* | VS 14: Add flag map for -std= to CppLanguageStandard tag in project files | Stephan Szabo | 2018-11-28 | 2 | -0/+126 |
|
|
* | VS: in Clang/C2 toolset, setup correct compiler settings | Stephan Szabo | 2018-11-28 | 2 | -0/+14 |
|
|
* | VS: Fix /analyze:log flag mapping (#14858) | Stephan Szabo | 2018-11-28 | 4 | -56/+16 |
|
|
* | VS: Fix CSharp support for win32res: and win32icon: flags | Stephan Szabo | 2018-11-28 | 5 | -10/+10 |
|
|
* | Vs: remove /nowin32manifest from C# flags to enable default VS behavior | Stephan Szabo | 2018-11-28 | 5 | -15/+30 |
|
|
* | MSVC: Add support for ARM64 architecture | Stephan Szabo | 2018-11-28 | 1 | -0/+7 |
|
|
* | VS: Fix MANIFESTUAC link flag map to .vcxproj elements | Stephan Szabo | 2018-11-28 | 5 | -105/+20 |
|
|
* | VS: Fix support for '/guard:cf' linker flag | Stephan Szabo | 2018-11-28 | 2 | -14/+0 |
|
|
* | VS: Add v140 and v141 flag table entries for /DEBUG:NONE and /DEBUG:FULL | Stephan Szabo | 2018-11-28 | 2 | -0/+27 |
|
|
* | VS: Map the link `/debug` to its IDE property | Stephan Szabo | 2018-11-28 | 5 | -22/+24 |
|
|
* | VS: Fix /MANIFESTUAC:NO linker option mapping | Stephan Szabo | 2018-11-28 | 5 | -25/+5 |
|
|
* | VS: Manually fix MASM flag table entries | Stephan Szabo | 2018-11-28 | 4 | -20/+20 |
|
|
* | VS: Add NASM fwin/felf switches | Stephan Szabo | 2018-11-28 | 1 | -0/+14 |
|
|
* | VS: Manually fix generated NASM flag table | Stephan Szabo | 2018-11-28 | 1 | -6/+6 |
|
|
* | VS: Add CUDA flag table entry for -maxrregcount | Stephan Szabo | 2018-11-28 | 1 | -0/+18 |
|
|
* | VS: Add more CUDA flag table entries | Stephan Szabo | 2018-11-28 | 1 | -0/+42 |
|
|
* | VS: Select CUDA code generation architectures | Stephan Szabo | 2018-11-28 | 1 | -0/+112 |
|
|
* | VS: Select the CUDA runtime library | Stephan Szabo | 2018-11-28 | 1 | -0/+30 |
|
|
* | VS: Place CUDA host compiler options in proper project file fields | Stephan Szabo | 2018-11-28 | 2 | -0/+167 |
|
|
* | Add placeholder CUDA json flag tables | Stephan Szabo | 2018-11-28 | 2 | -0/+4 |
|
|
* | Add json flag tables for C# | Stephan Szabo | 2018-11-28 | 5 | -0/+2835 |
|
|
* | Add initial NASM flag table json | Stephan Szabo | 2018-11-28 | 1 | -0/+187 |
|
|
* | Add CL, LIB, Link, MASM, RC flag json | Stephan Szabo | 2018-11-28 | 22 | -0/+14513 |
|
|
* | VS: Properly quote arguments in nasm.xml | David Benjamin | 2018-07-02 | 1 | -3/+3 |
|
|
* | Merge topic 'nolint_typedef_testdriver' | Brad King | 2018-06-01 | 1 | -2/+2 |
|\ |
|
| * | TestDriver: Disable clang-tidy 'modernize-use-using' | Sylvain Joubert | 2018-05-31 | 1 | -2/+2 |
|
|
* | | TestDriver: Replace strncpy with strcpy | Sander Vrijders | 2018-05-30 | 1 | -1/+1 |
|/ |
|
* | TestDriver: fix style-'variableScope' cppcheck warning | Sylvain Joubert | 2017-11-22 | 1 | -2/+2 |
|
|
* | TestDriver: Fix -Wconversion warning | Brad King | 2017-07-14 | 1 | -2/+2 |
|
|
* | TestDriver: Remove unused local variable initialization | Brad King | 2017-05-10 | 1 | -1/+1 |
|
|
* | VS: Add support for ASM_NASM language | Evgeny Fimochkin | 2017-02-07 | 3 | -0/+168 |
|
|
* | TestDriver: fix/silence clang-tidy warnings | Daniel Pfeifer | 2017-01-24 | 1 | -15/+12 |
|
|
* | TestDriver: calc NumTests at compile time | Daniel Pfeifer | 2017-01-24 | 1 | -5/+4 |
|
|
* | TestDriver: use for loop | Daniel Pfeifer | 2017-01-24 | 1 | -3/+1 |
|
|
* | TestDriver: abstract CM_CAST macro | Daniel Pfeifer | 2017-01-24 | 1 | -13/+9 |
|
|
* | TestDriver: Revise C++ coding style using clang-format | Daniel Pfeifer | 2017-01-24 | 1 | -65/+45 |
|
|
* | Utilities/Release: Drop Cygwin binary | Brad King | 2016-09-12 | 1 | -103/+0 |
|
|
* | create_test_sourcelist: Use safer strncpy instead of strcpy | Sylvain Joubert | 2016-08-25 | 1 | -4/+6 |
|
|
* | Drop unnecessary LSRequiresCarbon reference from Info.plist files | Sean McBride | 2016-03-18 | 1 | -2/+0 |
|
|
* | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 10 | -847/+0 |
|
|
* | VS: Add support for Windows 10 Universal (Store) Applications | Gilles Khouzam | 2015-10-05 | 1 | -0/+0 |
|
|
* | Replace http://www.cmake.org URLs with https://cmake.org | Brad King | 2015-09-25 | 2 | -2/+2 |
|
|
* | VS: Mark Windows Phone and Store targets as App Containers | Gilles Khouzam | 2014-09-02 | 6 | -0/+0 |
|
|
* | create_test_sourcelist: Suppress MSVC warnings in test driver (#15066) | Brad King | 2014-08-07 | 1 | -0/+4 |
|
|