summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* FASTBuild: optimize try_compile buildsEduard Voronkin2025-10-231-1/+2
* VS: Generate .slnx files for VS 2026Brad King2025-09-181-8/+45
* cmGlobalVisualStudio7Generator: Factor out computation of path to .slnBrad King2025-09-181-7/+3
* cmVisualStudioSlnParser: Fix storage of some `.sln` parse resultsBrad King2025-09-181-2/+1
* cmake --build: Simplify MSBuild Configuration and Platform argumentsBrad King2025-09-181-8/+3
* cmake --build: Remove unused code for VS .NET SDK style projectsBrad King2025-09-181-14/+2
* Merge topic 'vs-sln'Brad King2025-09-181-2/+1
|\
| * cmGlobalVisualStudio71Generator: Remove this now-unnecessary classBrad King2025-09-171-2/+1
* | Merge topic 'vs-ifx'Brad King2025-09-171-0/+9
|\ \ | |/ |/|
| * VS: Default Intel Fortran projects to ifx in VS 18 and aboveBrad King2025-09-161-0/+9
* | Merge branch 'backport-vs2026' into vs2026Brad King2025-09-151-0/+2
|\ \ | |/
| * VS: Add Visual Studio 18 2026 generatorBrad King2025-09-151-0/+2
* | source: Pass cmBuildOptions by valueDaniel Pfeifer2025-07-301-2/+1
* | Visual Studio: support shortened object filenamesJohn Parent2025-07-291-0/+6
|/
* cmExperimental: remove the flag for Windows Kernel Mode Driver supportBrad King2025-07-091-3/+1
* cmStrCat: combine neighboring arguments where possibleBen Boeckel2025-05-151-2/+4
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Refactor: Eliminate redundant `std::to_string` as arg of `cmStrCat`Alex Turbov2025-01-261-6/+6
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-21/+21
* ci: Extend spellcheck job with 'typos' toolAlex Turbov2025-01-221-0/+2
* VS: Remove support for appending a platform to the generator nameBrad King2025-01-211-19/+3
* VS: Add minimal support for Windows Kernel Mode DriversJoseph Snyder2024-12-031-0/+15
* StringAlgorithms: Refactor `cmTokenize()` functionAlex Turbov2024-11-061-3/+4
* Drop Visual Studio 12 2013 generatorBrad King2024-08-281-9/+0
* Merge topic 'vs-17.11'Brad King2024-06-241-4/+2
|\
| * VS: Fix '-T version=14.4x' under VS 17.1xBrad King2024-06-241-4/+2
* | Drop Visual Studio 9 2008 generatorBrad King2024-05-081-6/+0
* | cmGlobalVisualStudioGenerator: Use member 'Version' more directlyBrad King2024-05-081-1/+1
|/
* VS: Fix '-T version=14.40' under VS 17.10 preview 1Brad King2024-02-201-0/+8
* VS: Verify toolset version= field format more strictlyBrad King2024-02-191-3/+5
* VS: Add support for using Intel oneAPI Fortran compiler in .vfproj filesBrad King2023-11-221-0/+24
* VS: Allow specifying VCTools version with the ClangCL toolsetRichard Dzenis2023-08-161-25/+31
* Merge topic 'vs-sdk-selection'Brad King2023-08-101-1/+1
|\
| * Merge branch 'backport-vs-sdk-selection' into vs-sdk-selectionBrad King2023-08-101-1/+1
| |\
| | * VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versionsBrad King2023-08-101-1/+1
* | | cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5Ben Boeckel2023-08-081-1/+3
|/ /
* | strings: use `emplace_back` with `cmStrCat` argumentsBen Boeckel2023-07-281-3/+3
* | strings: use character literals where possibleBen Boeckel2023-07-281-5/+5
* | cmStrCat: use in Windows-specific sourcesBen Boeckel2023-07-281-155/+155
* | strings: combine string literals where possibleBen Boeckel2023-07-271-2/+4
* | strings: compare to static `string_view` instances in Windows-only codeBen Boeckel2023-07-271-73/+75
* | Drop Visual Studio 11 2012 generatorBrad King2023-06-131-1/+0
|/
* VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selectionBrad King2023-04-051-0/+9
* VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is knownBrad King2023-04-051-0/+15
* VS: Build custom commands concurrently when possibleIvan Zinkevich2023-01-231-0/+11
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-3/+3
* clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `readability-string-compare` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `bugprone-parent-virtual-call` lintsBen Boeckel2022-11-291-0/+1
* clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2022-11-291-1/+2