summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.h
Commit message (Expand)AuthorAgeFilesLines
* FASTBuild: optimize try_compile buildsEduard Voronkin2025-10-231-2/+2
* VS: Restore include_external_msproject type detectionBrad King2025-09-291-2/+0
* cmGlobalVisualStudioGenerator: Adopt more solution generation methodsBrad King2025-09-171-5/+0
* VS: Decouple solution generation from `.sln` file formatBrad King2025-09-171-55/+0
* cmGlobalVisualStudioGenerator: Adopt some solution generation methodsBrad King2025-09-161-13/+0
* Merge topic 'vs-cleanup'Brad King2025-09-051-1/+0
|\
| * cmGlobalVisualStudioGenerator: Remove unused code left from VS 7.1Brad King2025-09-041-1/+0
* | Merge topic 'vs-cleanup'Brad King2025-09-021-29/+31
|\ \ | |/
| * cmGlobalVisualStudio7Generator: Inline short method at only call siteBrad King2025-09-011-5/+0
| * cmGlobalVisualStudio7Generator: Constify .sln write methodsBrad King2025-09-011-16/+17
| * cmGlobalVisualStudio7Generator: Factor folder collection out of write methodBrad King2025-09-011-7/+15
| * cmGlobalVisualStudio7Generator: Factor target collection out of write methodBrad King2025-09-011-2/+3
| * cmGlobalVisualStudio7Generator: Update outdated commentBrad King2025-09-011-1/+1
| * cmGlobalVisualStudio7Generator: Remove unused memberBrad King2025-09-011-3/+0
* | source: Pass cmBuildOptions by valueDaniel Pfeifer2025-07-301-1/+1
|/
* 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-24/+24
* VS: Remove support for appending a platform to the generator nameBrad King2025-01-211-2/+1
* VS: Add support for Visual Studio solution itemsLauri Vasama2024-11-221-0/+6
* VS: Refactor solution folder creationLauri Vasama2024-11-201-1/+8
* VS: Add support for using Intel oneAPI Fortran compiler in .vfproj filesBrad King2023-11-221-0/+6
* cmGlobalVisualStudio7Generator: make `SupportsCxxModuleDyndep` protectedBen Boeckel2022-12-011-2/+2
* clang-tidy: fix `modernize-use-override` lintsBen Boeckel2022-11-291-1/+1
* ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-091-0/+2
* cmTarget: add support for C++ module fileset typesBen Boeckel2022-06-161-0/+2
* cmGlobalVisualStudio7Generator: Drop unused methodBrad King2022-02-121-2/+0
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-1/+2
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-191-2/+14
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* Refactor: reduce cmToCStr usageMarc Chevrier2021-08-191-1/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-1/+2
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-5/+6
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-091-1/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+1
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* Source: std::string related cleanupVitaly Stakhovsky2019-05-151-2/+2
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-3/+3
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-9/+6
* cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-1/+1
* VS: Move platform name members to top-level global generatorBrad King2019-01-101-7/+0
* VS: Clarify global generator constructor interfaceBrad King2019-01-101-2/+3
* VS: Convert WriteSLNHeader to non-virtual lookup tableBrad King2019-01-101-1/+0
* cmGlobalVisualStudioGenerator::GetIDEVersion(): const addedVitaly Stakhovsky2019-01-021-1/+0
* fileapi: Report cmake generator in reply index fileBrad King2018-12-121-0/+4
* add_dependencies: Track backtraces internallyBrad King2018-10-181-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+8
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-7/+5
* VS: Use 'override' keyword for overridden methods in generator classesVitaly Stakhovsky2017-12-161-19/+21
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-1/+1