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: Restore support for mixing C++23 and C in one target with clang-cl
Brad King
2024-12-09
1
-0/+14
*
VS: Factor out check for mixed C and C++ target
Brad King
2024-12-09
1
-15/+19
*
VS: Honor VS_TOOL_OVERRIDE for known source file types too
Darragh Coy
2024-10-01
1
-59/+66
*
VS: Fix missing <Configurations> property for DOTNET_SDK
Calum Robinson
2024-09-25
1
-0/+2
*
VS: Fix custom commands for DOTNET_SDK builds
Calum Robinson
2024-09-18
1
-20/+17
*
Merge topic 'vs-always-restore-net-sdk'
Brad King
2024-09-18
1
-2/+3
|
\
|
*
VS: Fix DOTNET_SDK builds when no VS_PACKAGE_REFERENCES set
Calum Robinson
2024-09-16
1
-2/+3
*
|
VS: Use OUTPUT_NAME in DOTNET_SDK projects
Calum Robinson
2024-09-11
1
-7/+16
|
/
*
Merge topic 'standard-link-directories'
Brad King
2024-08-29
1
-1/+8
|
\
|
*
Linking: Add CMAKE_LANG_STANDARD_LINK_DIRECTORIES
Vito Gamberini
2024-08-28
1
-1/+8
*
|
Drop Visual Studio 12 2013 generator
Brad King
2024-08-28
1
-10/+2
*
|
Source: Avoid comparing pointers to nullptr
Vitaly Stakhovsky
2024-08-27
1
-4/+4
|
/
*
Merge topic 'cuda_unity'
Brad King
2024-08-13
1
-0/+6
|
\
|
*
Add support for unity builds with CUDA sources
Robert Maynard
2024-08-02
1
-0/+6
*
|
Rename {_ => }CMAKE_INCLUDE_SYSTEM_FLAG_${lang}_WARNING
Patrick H
2024-07-29
1
-1/+1
*
|
Merge topic 'vs-cuda'
Brad King
2024-07-18
1
-0/+8
|
\
\
|
|
/
|
/
|
|
*
VS: Restore support for CUDA with no optimization flags
Brad King
2024-07-17
1
-0/+8
*
|
Merge topic 'vs-dotnet-sdk-custom-command'
Brad King
2024-07-08
1
-9/+71
|
\
\
|
*
|
VS: Support add_custom_command in .Net SDK-style projects
Calum Robinson
2024-06-25
1
-9/+71
|
|
/
*
|
VS: Add VS_FRAMEWORK_REFERENCES
Calum Robinson
2024-06-26
1
-0/+16
|
/
*
Merge topic 'vs-filter-props'
Brad King
2024-05-02
1
-0/+12
|
\
|
*
VS: Add option to import .props in .vcxproj.filters files
halx99
2024-05-01
1
-0/+12
*
|
Merge topic 'vs-scan-module-deps-settings'
Brad King
2024-05-02
1
-5/+20
|
\
\
|
|
/
|
/
|
|
*
VS: set ScanSourceForModuleDependencies at vcxproj level
Ben Boeckel
2024-05-01
1
-5/+20
*
|
Source: Use cmValue::IsOn and IsOff
Vitaly Stakhovsky
2024-03-17
1
-3/+3
*
|
VS: Add UseDebugLibraries to vcxproj files by default
Brad King
2024-02-22
1
-0/+13
*
|
VS: Suppress more MSBuild defaults affected by UseDebugLibraries
Brad King
2024-02-22
1
-0/+3
*
|
cmVisualStudioGeneratorOptions: Rename {IsDebug => UsingDebugInfo}
Brad King
2024-02-20
1
-2/+2
*
|
VS: Add [CMAKE_]VS_USE_DEBUG_LIBRARIES options to control UseDebugLibraries
Brad King
2024-02-19
1
-0/+19
*
|
VS: Suppress MSBuild default settings affected by UseDebugLibraries
Brad King
2024-02-19
1
-1/+21
*
|
VS: Factor out common MS tool configuration
Brad King
2024-02-19
1
-15/+16
*
|
Merge topic 'vs-scan-for-modules'
Brad King
2024-01-10
1
-5/+6
|
\
\
|
|
/
|
*
cmVisualStudio10TargetGenerator: always specify scanning
Ben Boeckel
2024-01-06
1
-3/+4
|
*
cmVisualStudio10TargetGenerator: fix typo in flag name
Ben Boeckel
2024-01-06
1
-3/+3
*
|
Merge topic 'cxxmodules-vs-no-synthetic-targets'
Brad King
2023-10-18
1
-0/+9
|
\
\
|
|
/
|
*
VS: Explicitly disallow C++ modules provided by imported targets
Ben Boeckel
2023-10-17
1
-0/+9
*
|
Add options to specify linker tool
Marc Chevrier
2023-10-13
1
-0/+10
|
/
*
cxxmodules: rework control logic for scanning regular C++ sources
Ben Boeckel
2023-10-02
1
-9/+0
*
CUDA: Visual Studio propagate objects to device linking
Robert Maynard
2023-09-22
1
-14/+33
*
Merge topic 'cxxmodules-non-compiled-source'
Brad King
2023-09-14
1
-0/+20
|
\
|
*
Merge branch 'cxxmodules-non-compiled-source-release' into cxxmodules-non-com...
Ben Boeckel
2023-09-12
1
-0/+20
|
|
\
|
|
*
cxxmodules: detect and message about non-compiled sources
Ben Boeckel
2023-09-12
1
-0/+20
*
|
|
Merge topic 'vs-cuda-object-libs'
Brad King
2023-09-12
1
-1/+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
VS: Avoid unnecessary CUDA device linking for OBJECT libraries
Robert Maynard
2023-09-11
1
-1/+4
|
|
/
*
|
Merge topic 'modules-better-messages'
Brad King
2023-08-25
1
-3/+3
|
\
\
|
*
|
cxxmodules: improve error messages for C++ module setup
Ben Boeckel
2023-08-23
1
-3/+3
|
|
/
*
|
cmGeneratorTarget: classify BMI-only C++ module sources
Ben Boeckel
2023-08-17
1
-0/+1
*
|
cmSystemTools: move `ComputeCertificateThumbprint` to the only consumer
Ben Boeckel
2023-08-08
1
-2/+71
*
|
cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5
Ben Boeckel
2023-08-08
1
-2/+4
*
|
Merge branch 'backport-revert-vs-show-cmake-files'
Brad King
2023-08-02
1
-55/+1
|
\
\
|
|
/
[next]