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
/
Source
/
cmVisualStudio10TargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
VS: Add Xaml and Resx files to .Net SDK style projects
Quentin Berthet
2022-12-06
1
-0/+2
*
|
cmVisualStudio10TargetGenerator: write C++ module elements
Ben Boeckel
2022-12-01
1
-4/+36
*
|
cmVisualStudio10TargetGenerator: ask the generator for dyndep support
Ben Boeckel
2022-12-01
1
-1/+2
*
|
clang-tidy: fix `performance-for-range-copy` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
|
clang-tidy: fix `readability-redundant-string-init` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
|
clang-tidy: fix `readability-use-anyofallof` lints
Ben Boeckel
2022-11-29
1
-51/+29
*
|
clang-tidy: fix `modernize-loop-convert` lints
Ben Boeckel
2022-11-29
1
-9/+6
*
|
clang-tidy: fix `modernize-raw-string-literal` lints
Ben Boeckel
2022-11-29
1
-6/+6
*
|
clang-tidy: fix `performance-faster-string-find` lints
Ben Boeckel
2022-11-29
1
-3/+3
*
|
clang-tidy: fix `performance-unnecessary-value-param` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
|
clang-tidy: fix `readability-braces-around-statements` lints
Ben Boeckel
2022-11-29
1
-3/+6
*
|
clang-tidy: fix `readability-container-size-empty` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
|
clang-tidy: fix `performance-unnecessary-copy-initialization` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
|
clang-tidy: fix `modernize-use-nullptr` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
|
clang-tidy: fix `modernize-pass-by-value` lints
Ben Boeckel
2022-11-29
1
-2/+2
*
|
clang-tidy: fix `modernize-use-equals-default` lints
Ben Boeckel
2022-11-29
1
-3/+1
*
|
cmVisualStudio10TargetGenerator: remove unused variable
Ben Boeckel
2022-11-29
1
-1/+0
*
|
VS: Recognize -std: flag in CMAKE_C_FLAGS in target with C++ sources
Brad King
2022-11-18
1
-0/+2
*
|
cmGeneratorExpression: Require cmake instance
Kyle Edwards
2022-11-11
1
-5/+5
*
|
ASM_MARMASM: Add support for Microsoft ARM assembler language
Ilia K
2022-11-09
1
-0/+73
*
|
VS: Add COMMON_LANGUAGE_RUNTIME support for "netcore"
ζeh Matt
2022-10-28
1
-2/+5
|
/
*
VS: Fix paths in multi-target SDK-style projects
Sebastian Maisch
2022-10-27
1
-1/+2
*
Merge topic 'remove-vs10-generator'
Brad King
2022-09-27
1
-27/+2
|
\
|
*
Drop Visual Studio 10 2010 generator
Brad King
2022-09-26
1
-27/+2
*
|
VS: Fix target output paths in SDK-style projects
elksson
2022-09-23
1
-0/+1
|
/
*
VS: Fix PACKAGE target build with SDK-style projects
elksson
2022-09-22
1
-2/+2
*
Merge topic 'cuda_add_lto_support'
Brad King
2022-08-03
1
-4/+7
|
\
|
*
CUDA: Add Device LTO support for nvcc
Robert Maynard
2022-07-22
1
-4/+7
*
|
MSVC: Recognize -XYZ as well as /XYZ when parsing MS tool command lines
Dubach, Joev
2022-07-27
1
-3/+7
*
|
Merge topic 'vs-fuzzer'
Brad King
2022-07-27
1
-0/+9
|
\
\
|
*
|
VS: Add support for (lib)fuzzer /fsanitize=fuzzer flag
Fredrik Claesson
2022-07-13
1
-0/+9
|
|
/
*
|
Merge branch 'backport-3.24-revert-vs-ZERO_CHECK-proj'
Brad King
2022-07-22
1
-221/+34
|
\
\
|
*
|
VS: Revert "Write ZERO_CHECK.proj for VS19 and above"
Brad King
2022-07-22
1
-221/+34
*
|
|
VS: Generate IntDir property for INTERFACE libraries
Jonas Fierlings
2022-07-08
1
-1/+1
|
|
/
|
/
|
*
|
Merge topic 'cpp-named-module-file-sets'
Brad King
2022-06-17
1
-0/+12
|
\
\
|
*
|
cmTarget: add support for C++ module fileset types
Ben Boeckel
2022-06-16
1
-0/+12
|
|
/
*
|
Merge topic 'msvc_cuda_pass_arch_flags_in_additional_options'
Brad King
2022-06-17
1
-9/+16
|
\
\
|
*
|
CUDA: MSVC pass all cuda gencode flags via AdditionalOptions
Robert Maynard
2022-06-16
1
-9/+16
|
|
/
*
|
VS: Add compile properties to .NET Sdk projects
Maxime Raynaud
2022-06-15
1
-0/+4
|
/
*
VS: Add AndroidAPILevel element to generated project files
Benjamín de la Fuente Ranea
2022-06-08
1
-0/+4
*
Merge topic 'vs-system-include'
Brad King
2022-05-20
1
-6/+37
|
\
|
*
VS: Add support for SYSTEM include directories
Josiah Bills
2022-05-18
1
-6/+37
*
|
CUDA: Use cmLinkLineDeviceComputer in VS generator
Robert Maynard
2022-05-03
1
-55/+7
|
/
*
VS: Add StartupObject property for managed .NET projects
Florian Schweiger
2022-04-12
1
-0/+14
*
VS: Write ZERO_CHECK.proj for VS19 and above
Sumit Bhardwaj
2022-02-21
1
-34/+221
*
VS: Revert "Write ZERO_CHECK.proj for VS19 and above"
Brad King
2022-02-17
1
-214/+31
*
VS: Write ZERO_CHECK.proj for VS19 and above
Sumit Bhardwaj
2022-02-12
1
-31/+214
*
VS: Add proj as a project type to VsProjectType
Sumit Bhardwaj
2022-02-12
1
-0/+15
*
Merge topic 'genex-LINK_LIBRARY-to-decorate-library'
Brad King
2022-02-09
1
-2/+4
|
\
|
*
Genex: Add $<LINK_LIBRARY:...>
Marc Chevrier
2022-02-07
1
-2/+4
[prev]
[next]