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
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-137/+137
*
VS: DOTNET_SDK support for VS_PROJECT_IMPORT target property
Leonid Pospelov
2025-01-08
1
-0/+1
*
Merge topic 'debugger-working-directory'
Brad King
2024-12-11
1
-2/+3
|
\
|
*
Add generator-agnostic DEBUGGER_WORKING_DIRECTORY target property
Garrett Campbell
2024-12-09
1
-2/+3
*
|
Merge topic 'vs-clang-cl-c++23'
Brad King
2024-12-10
1
-15/+33
|
\
\
|
|
/
|
/
|
|
*
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: Add minimal support for Windows Kernel Mode Drivers
Joseph Snyder
2024-12-03
1
-1/+30
*
|
cmVisualStudio10TargetGenerator: Use inline member initialization
Brad King
2024-12-03
1
-3/+0
*
|
Link step: Add LINK_WARNING_AS_ERROR target property
Marc Chevrier
2024-11-12
1
-0/+3
*
|
Merge topic 'vs-custom-command-disable-parallel-build'
Brad King
2024-11-07
1
-1/+3
|
\
\
|
*
|
VS: add source property VS_CUSTOM_COMMAND_DISABLE_PARALLEL_BUILD
Darragh Coy
2024-11-06
1
-1/+3
|
|
/
*
|
Refactoring cmRulePlaceHolderExpander: propagate cmBuildStep information
Marc Chevrier
2024-11-04
1
-0/+1
*
|
Add support of "LINKER:" prefix for CMAKE_<TYPE>_LINKER_FLAGS variable
Marc Chevrier
2024-11-04
1
-6/+3
|
/
*
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
|
/
[next]