summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* FASTBuild: optimize try_compile buildsEduard Voronkin2025-10-231-1/+2
* VS: Restore include_external_msproject type detectionBrad King2025-09-291-28/+0
* cmGlobalVisualStudio7Generator: Factor out computation of path to .slnBrad King2025-09-181-5/+6
* cmGlobalVisualStudioGenerator: Adopt more solution generation methodsBrad King2025-09-171-71/+0
* VS: Decouple solution generation from `.sln` file formatBrad King2025-09-171-250/+1
* cmGlobalVisualStudioGenerator: Adopt some solution generation methodsBrad King2025-09-161-94/+0
* cmGlobalGenerator: Simplify collection of targets under a project()Brad King2025-09-161-3/+2
* Merge topic 'vs-cleanup'Brad King2025-09-051-63/+0
|\
| * cmGlobalVisualStudioGenerator: Remove unused code left from VS 7.1Brad King2025-09-041-63/+0
* | Merge topic 'vs-cleanup'Brad King2025-09-021-48/+59
|\ \ | |/
| * cmGlobalVisualStudio7Generator: Inline short method at only call siteBrad King2025-09-011-10/+5
| * cmGlobalVisualStudio7Generator: Constify .sln write methodsBrad King2025-09-011-11/+13
| * cmGlobalVisualStudio7Generator: Factor folder collection out of write methodBrad King2025-09-011-25/+35
| * cmGlobalVisualStudio7Generator: Factor target collection out of write methodBrad King2025-09-011-1/+10
| * cmGlobalVisualStudio7Generator: Update outdated commentBrad King2025-09-011-1/+1
| * cmGlobalVisualStudio7Generator: Remove redundant C++ modules checkBrad King2025-09-011-4/+0
| * cmGlobalVisualStudio7Generator: Remove unused memberBrad King2025-09-011-1/+0
* | Merge topic 'vs7-generator-utility-target-typo'Brad King2025-08-271-1/+1
|\ \ | |/
| * cmGlobalVisualStudio7Generator: fix initialization typoBen Boeckel2025-08-211-1/+1
* | source: Pass cmBuildOptions by valueDaniel Pfeifer2025-07-301-1/+1
* | Deprecate Visual Studio 14 2015 generatorBrad King2025-06-261-0/+20
|/
* generators: use GetSupportDirectory() in more placesBen Boeckel2025-05-231-1/+6
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-19/+19
* VS: Remove support for appending a platform to the generator nameBrad King2025-01-211-3/+2
* VS: Add support for Visual Studio solution itemsLauri Vasama2024-11-221-1/+7
* VS: Refactor solution folder creationLauri Vasama2024-11-201-25/+39
* Drop Visual Studio 12 2013 generatorBrad King2024-08-281-20/+0
* Drop Visual Studio 9 2008 generatorBrad King2024-05-081-20/+0
* cmGlobalVisualStudioGenerator: Use member 'Version' more directlyBrad King2024-05-081-2/+1
* Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-1/+1
* VS: Fix Intel plugin version detection fallbackBrad King2023-11-221-2/+2
* cxxmodules: rework control logic for scanning regular C++ sourcesBen Boeckel2023-10-021-8/+0
* Merge topic 'modules-better-messages'Brad King2023-08-251-2/+2
|\
| * cxxmodules: improve error messages for C++ module setupBen Boeckel2023-08-231-2/+2
* | strings: use character literals where possibleBen Boeckel2023-07-281-4/+4
* | cmStrCat: use in Windows-specific sourcesBen Boeckel2023-07-281-12/+11
* | strings: compare to static `string_view` instances in Windows-only codeBen Boeckel2023-07-271-13/+14
* | Deprecate Visual Studio 12 2013 generatorBrad King2023-06-261-0/+20
* | Drop Visual Studio 11 2012 generatorBrad King2023-06-131-20/+0
|/
* codespell: Fix typosBrad King2023-05-221-1/+1
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-1/+2
* Deprecate Visual Studio 9 2008 generatorBrad King2023-02-081-0/+20
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-3/+3
* clang-tidy: fix `readability-use-anyofallof` lintsBen Boeckel2022-11-291-7/+6
* clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2022-11-291-2/+2
* clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2022-11-291-2/+4
* clang-tidy: fix `readability-container-size-empty` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-11-291-2/+2
* clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2022-11-291-6/+12