index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Templates
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'test_driver_tap13_support'
Brad King
2021-04-29
1
-1/+42
|
\
|
*
create_test_sourcelist: add test driver option to run all tests
Sergey Bronnikov
2021-04-28
1
-1/+42
*
|
VS: Revert "Add support for ASAN -fsanitize=address flag"
Brad King
2021-04-26
1
-7/+0
|
/
*
Merge topic 'vs-asan'
Brad King
2021-04-22
1
-0/+7
|
\
|
*
VS: Add support for ASAN -fsanitize=address flag
oltolm
2021-04-21
1
-0/+7
*
|
VS: Generalize CSharp /langversion flag mapping
Brad King
2021-04-21
6
-270/+36
|
/
*
CSharp: Add 'warnaserror:...' to v142 flag table for VS
Francois Keith
2021-01-25
1
-0/+11
*
CSharp: Add 'debug:portable' to v142 flag table for VS
Francois Keith
2021-01-25
1
-0/+7
*
MSVC: Add support for targeting ARM64EC
Moyo Okeremi 😊
2021-01-21
2
-0/+14
*
create_test_sourcelist: fix typo in placeholder name
Sergey Bronnikov
2020-12-21
1
-1/+1
*
VS: Populate `std:c{11,17}` flag table entries for v142
Brad King
2020-09-28
1
-0/+14
*
TestDriver: avoid clang-tidy lints in generated code
Ben Boeckel
2020-04-13
1
-2/+5
*
CUDA: MSVC + NVCC support --compiler-options compiler flag
Robert Maynard
2020-01-02
1
-0/+20
*
TestDriver: ignore strcpy call
Ben Boeckel
2019-12-05
1
-1/+1
*
Merge branch 'vs-v142-csharp-flags' into release-3.16
Brad King
2019-10-11
1
-0/+574
|
\
|
*
VS: Add toolset v142 CSharp flag table
Brad King
2019-10-11
1
-0/+574
*
|
TestDriver: Fix -Wzero-as-null-pointer-constant warnings
Sean McBride
2019-09-18
1
-7/+13
|
/
*
VS: Fix nowarn compiler option to accept warning numbers.
Wil Stark
2019-02-07
5
-15/+35
*
Merge topic 'vs2019'
Brad King
2019-01-28
2
-0/+2535
|
\
|
*
VS: Fix `/MANIFESTUAC:` link flag mapping for v142
Brad King
2019-01-24
1
-21/+4
|
*
VS: Fix support for '/guard:cf' linker flag for v142
Brad King
2019-01-24
1
-7/+0
|
*
VS: Map the link `/debug` flag for v142
Brad King
2019-01-24
1
-10/+18
|
*
VS: Fix `/MANIFESTUAC:NO` link flag mapping for v142
Brad King
2019-01-24
1
-5/+1
|
*
VS: Populate `/permissive` flag table entry for v142
Brad King
2019-01-24
1
-1/+8
|
*
VS: Populate `/JMC-` flag table entry for v142
Brad King
2019-01-24
1
-0/+7
|
*
VS: Populate `-Qspectre-` flag table entry for v142
Brad King
2019-01-24
1
-6/+6
|
*
VS: Populate `/Y-` flag table entry for v142
Brad King
2019-01-24
1
-1/+1
|
*
VS: Add `-Zc:inline[-]` flag table entry for v142
Brad King
2019-01-24
1
-0/+7
|
*
VS: Fix `/analyze:log` flag mapping for v142
Brad King
2019-01-24
1
-14/+4
|
*
VS: Add v142 flag tables for cl and link tools
Brad King
2019-01-24
2
-0/+2544
*
|
Reduce size of PNG images
Lucy Phipps
2019-01-25
6
-0/+0
|
/
*
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
[next]