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 : Support WIN32_EXECUTABLE on SDK style projects
Olivier PENA
2023-02-28
1
-1/+5
*
VS: Fix wrong appxManifest if OUTPUT_NAME != target name
Sergey Markelov
2023-02-16
1
-10/+16
*
VS: Honor compile options for ASM_NASM
Brad King
2023-01-26
1
-0/+2
*
VS: Honor compile options for ASM_MARMASM
Brad King
2023-01-26
1
-0/+2
*
VS: Do not concurrently build custom commands with generated MAIN_DEPENDENCY
Brad King
2023-01-25
1
-5/+10
*
VS: Build custom commands concurrently when possible
Ivan Zinkevich
2023-01-23
1
-2/+6
*
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
Vitaly Stakhovsky
2023-01-16
1
-1/+1
*
VS: Honor compile options for MASM
Brad King
2023-01-12
1
-0/+2
*
Merge branch 'backport-masm-debug-format' into masm-debug-format
Brad King
2022-12-15
1
-0/+4
|
\
|
*
VS: Do not enable ASM_MASM debug information unless requested
Brad King
2022-12-15
1
-0/+4
*
|
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
[next]