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
*
cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesets
Ben Boeckel
2023-05-31
1
-3/+1
*
VS: Add support for C++ module internal partitions in VS 17.6 and newer
Brad King
2023-05-17
1
-1/+8
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-10/+10
*
VS: Add CMake input files to ZERO_CHECK
Alexander Neundorf
2023-04-25
1
-1/+55
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-11/+7
*
Merge topic 'support_cubin_fatbin_optix_cuda_output'
Brad King
2023-03-14
1
-5/+20
|
\
|
*
CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilation
Robert Maynard
2023-03-13
1
-5/+20
*
|
VS: Add policy to build custom commands concurrently
Brad King
2023-03-12
1
-2/+7
*
|
Merge topic 'vs-props-order'
Brad King
2023-03-08
1
-1/+1
|
\
\
|
*
|
VS: Import default C++ props file before toolset-specific props file
Matthew Voss
2023-03-07
1
-1/+1
|
|
/
*
|
Merge topic 'revert-vs-BuildInParallel'
Brad King
2023-03-08
1
-7/+4
|
\
\
|
|
/
|
/
|
|
*
VS: Revert "Build custom commands concurrently when possible"
Brad King
2023-03-07
1
-7/+4
*
|
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
[next]