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
*
VS: Add CUDA flag table entry for nvcc --keep flag
Brad King
2025-11-12
1
-0/+14
*
VS: Fix `/dynamicdeopt` flag table entry order for v145 toolset
Brad King
2025-09-10
2
-14/+14
*
VS: Remove `/guard:cf` from v145 link flag table
Brad King
2025-09-10
1
-7/+0
*
VS: Remove `/MERGE` from v145 link flag table
Brad King
2025-09-10
1
-9/+0
*
VS: Map the link `/debug` flag for v145 toolset
Brad King
2025-09-10
1
-10/+18
*
VS: Fix `/MANIFESTUAC:` link flag mapping for v145 toolset
Brad King
2025-09-10
1
-25/+4
*
VS: Remove C++ module CompileAs flag table entries for v145 toolset
Brad King
2025-09-10
1
-21/+0
*
VS: Remove cl /FS entry from flag table for v145 toolset
Brad King
2025-09-10
1
-7/+0
*
VS: Remove broken `/fsanitize=` entries from flag table for v145 toolset
Brad King
2025-09-10
1
-14/+0
*
VS: Add `-Zc:inline[-]` flag table entry for v145 toolset
Brad King
2025-09-10
1
-0/+7
*
VS: Add `/Y-` flag table entry for v145 toolset
Brad King
2025-09-10
1
-1/+1
*
VS: Fix `/reference` and `/headerUnit` flag table entries for v145 toolset
Brad King
2025-09-10
1
-2/+2
*
VS: Fix `-ifcOutput` flag table entry for v145 toolset
Brad King
2025-09-10
1
-1/+1
*
VS: Add `/JMC-` flag table entry for v145 toolset
Brad King
2025-09-10
1
-0/+7
*
VS: Add `/FI` flag table entry for separate argument to v145 toolset
Brad King
2025-09-10
1
-0/+11
*
VS: Fix `/analyze:log` flag mapping for v145 toolset
Brad King
2025-09-10
1
-11/+1
*
VS: Add `-Qspectre-` flag table entry for v145 toolset
Brad King
2025-09-10
1
-9/+9
*
VS: Fix `/sourceDependencies` flag table entries for v145 toolset
Brad King
2025-09-10
1
-4/+19
*
VS: Fix `/scanDependencies` flag table entries for v145 toolset
Brad King
2025-09-10
1
-4/+1
*
VS: Add `/arch:NotSet` flag table entry for v145 toolset
Brad King
2025-09-10
1
-1/+1
*
VS: Add `/clr:netcore` flag table entry for v145 toolset
Brad King
2025-09-10
1
-0/+7
*
VS: Add v145 flag tables for VS 18.0 Insiders
Brad King
2025-09-10
2
-0/+3105
*
VS: Add CSharp VS 2026 compiler version and flag table v145
Brad King
2025-09-09
1
-0/+560
*
clang-cl: Add support for C23
Yonggang Luo
2025-07-01
1
-0/+7
*
CTest Module: Port from DartConfig to CTest Script
Daniel Pfeifer
2025-03-24
1
-0/+167
*
Merge topic 'msvc-c++23'
Brad King
2025-03-13
1
-0/+7
|
\
|
*
MSVC: Use -std:c++23preview flag for C++23 when available
Brad King
2025-03-12
1
-0/+7
*
|
TestDriver: Fix -Wstrict-overflow for GCC 7 and earlier
Nikita Nemkin
2025-02-22
1
-1/+1
*
|
Style: Replace TABs with spaces for indentation in some files
Alex Turbov
2025-01-12
1
-0/+1
*
|
style: Remove trailing blank lines from all CMake sources
Matthew Woehlke
2024-11-21
2
-2/+0
|
/
*
codespell: Fix typos
Brad King
2024-10-25
2
-2/+2
*
Templates: Remove unused and undocumented CTestScript.cmake.in
Brad King
2024-08-20
1
-33/+0
*
FlagTables: Add entries for cl -scanDependencies flag
Ben Boeckel
2023-10-17
2
-0/+18
*
FlagTables: `-ifcOutput` takes a subsequent argument
Ben Boeckel
2023-10-17
2
-2/+2
*
VS: Add `/arch:NotSet` flag table entries for v14x toolsets
Stewart L. McCready
2023-09-27
4
-4/+4
*
TestDriver: Fix 'misc-use-anonymous-namespace' warning from clang-tidy 16
Sylvain Joubert
2023-04-25
1
-4/+14
*
VS: Honor compile options for ASM_NASM
Brad King
2023-01-26
1
-1/+1
*
VS: Honor compile options for ASM_MARMASM
Brad King
2023-01-26
1
-9/+0
*
ASM_MARMASM: Fix VS flag table entry for debug flag
Brad King
2022-12-15
1
-1/+1
*
ASM_MARMASM: Add support for Microsoft ARM assembler language
Ilia K
2022-11-09
1
-0/+149
*
VS: Add COMMON_LANGUAGE_RUNTIME support for "netcore"
ζeh Matt
2022-10-28
2
-0/+14
*
VS: Fix MSBuild property for nostdlib flag
Mis, Piotr
2022-10-25
7
-21/+21
*
Merge topic 'vs-csharp-debug-embedded'
Brad King
2022-07-20
7
-0/+49
|
\
|
*
VS: Add CSharp flag table entry for '/debug:embedded'
TheApplePieGod
2022-07-20
7
-0/+49
*
|
CUDA: MSVC pass all cuda gencode flags via AdditionalOptions
Robert Maynard
2022-06-16
1
-112/+0
|
/
*
VS: Add compiler flag table entry for -FI followed by separate argument
Brad King
2022-04-01
7
-0/+77
*
Merge topic 'vs2022-v143-link-guard-cf'
Brad King
2022-01-13
1
-7/+0
|
\
|
*
VS: Remove the '/guard:cf' flag from v143 link flag table
Benjamin Sluis
2022-01-12
1
-7/+0
*
|
Source: fix many -Wmissing-prototypes warnings by marking functions static
Sean McBride
2021-10-25
1
-1/+1
|
/
*
TestDriver: Fix old-style-cast warning in C++ mode
Sylvain Joubert
2021-10-04
1
-1/+1
[next]