summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* VS: Restore support for VS 2019 with toolset v142 versions before 14.29Brad King2025-12-051-0/+13
* clang-cl: Add support for C23Yonggang Luo2025-07-011-0/+13
* VS: Suppress MSBuild default link flags not specified by project or userAJIOB2025-06-171-22/+45
* VS: Suppress MSBuild default flags not specified by project or userBrad King2025-06-021-0/+9
* generators: use GetSupportDirectory() in more placesBen Boeckel2025-05-231-18/+16
* cmStrCat: combine neighboring arguments where possibleBen Boeckel2025-05-151-1/+1
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* VS: Set the linker image version using the target's VERSION propertyNikita Nemkin2025-02-111-0/+7
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-137/+137
* VS: DOTNET_SDK support for VS_PROJECT_IMPORT target propertyLeonid Pospelov2025-01-081-0/+1
* Merge topic 'debugger-working-directory'Brad King2024-12-111-2/+3
|\
| * Add generator-agnostic DEBUGGER_WORKING_DIRECTORY target propertyGarrett Campbell2024-12-091-2/+3
* | Merge topic 'vs-clang-cl-c++23'Brad King2024-12-101-15/+33
|\ \ | |/ |/|
| * VS: Restore support for mixing C++23 and C in one target with clang-clBrad King2024-12-091-0/+14
| * VS: Factor out check for mixed C and C++ targetBrad King2024-12-091-15/+19
* | VS: Add minimal support for Windows Kernel Mode DriversJoseph Snyder2024-12-031-1/+30
* | cmVisualStudio10TargetGenerator: Use inline member initializationBrad King2024-12-031-3/+0
* | Link step: Add LINK_WARNING_AS_ERROR target propertyMarc Chevrier2024-11-121-0/+3
* | Merge topic 'vs-custom-command-disable-parallel-build'Brad King2024-11-071-1/+3
|\ \
| * | VS: add source property VS_CUSTOM_COMMAND_DISABLE_PARALLEL_BUILDDarragh Coy2024-11-061-1/+3
| |/
* | Refactoring cmRulePlaceHolderExpander: propagate cmBuildStep informationMarc Chevrier2024-11-041-0/+1
* | Add support of "LINKER:" prefix for CMAKE_<TYPE>_LINKER_FLAGS variableMarc Chevrier2024-11-041-6/+3
|/
* VS: Honor VS_TOOL_OVERRIDE for known source file types tooDarragh Coy2024-10-011-59/+66
* VS: Fix missing <Configurations> property for DOTNET_SDKCalum Robinson2024-09-251-0/+2
* VS: Fix custom commands for DOTNET_SDK buildsCalum Robinson2024-09-181-20/+17
* Merge topic 'vs-always-restore-net-sdk'Brad King2024-09-181-2/+3
|\
| * VS: Fix DOTNET_SDK builds when no VS_PACKAGE_REFERENCES setCalum Robinson2024-09-161-2/+3
* | VS: Use OUTPUT_NAME in DOTNET_SDK projectsCalum Robinson2024-09-111-7/+16
|/
* Merge topic 'standard-link-directories'Brad King2024-08-291-1/+8
|\
| * Linking: Add CMAKE_LANG_STANDARD_LINK_DIRECTORIESVito Gamberini2024-08-281-1/+8
* | Drop Visual Studio 12 2013 generatorBrad King2024-08-281-10/+2
* | Source: Avoid comparing pointers to nullptrVitaly Stakhovsky2024-08-271-4/+4
|/
* Merge topic 'cuda_unity'Brad King2024-08-131-0/+6
|\
| * Add support for unity builds with CUDA sourcesRobert Maynard2024-08-021-0/+6
* | Rename {_ => }CMAKE_INCLUDE_SYSTEM_FLAG_${lang}_WARNINGPatrick H2024-07-291-1/+1
* | Merge topic 'vs-cuda'Brad King2024-07-181-0/+8
|\ \ | |/ |/|
| * VS: Restore support for CUDA with no optimization flagsBrad King2024-07-171-0/+8
* | Merge topic 'vs-dotnet-sdk-custom-command'Brad King2024-07-081-9/+71
|\ \
| * | VS: Support add_custom_command in .Net SDK-style projectsCalum Robinson2024-06-251-9/+71
| |/
* | VS: Add VS_FRAMEWORK_REFERENCESCalum Robinson2024-06-261-0/+16
|/
* Merge topic 'vs-filter-props'Brad King2024-05-021-0/+12
|\
| * VS: Add option to import .props in .vcxproj.filters fileshalx992024-05-011-0/+12
* | Merge topic 'vs-scan-module-deps-settings'Brad King2024-05-021-5/+20
|\ \ | |/ |/|
| * VS: set ScanSourceForModuleDependencies at vcxproj levelBen Boeckel2024-05-011-5/+20
* | Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-3/+3
* | VS: Add UseDebugLibraries to vcxproj files by defaultBrad King2024-02-221-0/+13
* | VS: Suppress more MSBuild defaults affected by UseDebugLibrariesBrad King2024-02-221-0/+3
* | cmVisualStudioGeneratorOptions: Rename {IsDebug => UsingDebugInfo}Brad King2024-02-201-2/+2
* | VS: Add [CMAKE_]VS_USE_DEBUG_LIBRARIES options to control UseDebugLibrariesBrad King2024-02-191-0/+19
* | VS: Suppress MSBuild default settings affected by UseDebugLibrariesBrad King2024-02-191-1/+21