summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* generators: use GetSupportDirectory() in more placesBen Boeckel2025-05-231-7/+6
* VS: Fix incorrect XML in Fortran projectsNikita Nemkin2025-03-081-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-68/+68
* ci: Extend spellcheck job with 'typos' toolAlex Turbov2025-01-221-0/+2
* Merge topic 'rename-cmakelists'Brad King2024-12-181-2/+2
|\
| * cmake: Allow configuration of default script namesMartin Duffy2024-12-171-2/+2
* | Refactor: Optimize `ostream::operator<<()` calls for some generatorsAlex Turbov2024-12-111-133/+117
|/
* Link step: Add LINK_WARNING_AS_ERROR target propertyMarc Chevrier2024-11-121-0/+6
* COMPILE_WARNING_AS_ERROR: rename methods to prepare link similar functionalityMarc Chevrier2024-11-121-1/+1
* Refactoring cmRulePlaceHolderExpander: propagate cmBuildStep informationMarc Chevrier2024-11-041-0/+1
* Add support of "LINKER:" prefix for CMAKE_<TYPE>_LINKER_FLAGS variableMarc Chevrier2024-11-041-35/+21
* VS: Honor INTERPROCEDURAL_OPTIMIZATION for Fortran targetsPavel Liavonau2024-10-141-1/+9
* Merge topic 'standard-link-directories'Brad King2024-08-291-3/+17
|\
| * Linking: Add CMAKE_LANG_STANDARD_LINK_DIRECTORIESVito Gamberini2024-08-281-3/+17
* | Source: Avoid comparing pointers to nullptrVitaly Stakhovsky2024-08-271-3/+3
|/
* Drop Visual Studio 9 2008 generatorBrad King2024-05-081-12/+2
* cmLocalVisualStudio7Generator: Make vfproj conditions more explicitBrad King2024-05-081-8/+0
* cmLocalVisualStudio7Generator: Reset per-target members after every targetBrad King2024-05-081-0/+2
* cmVisualStudioGeneratorOptions: Rename {IsDebug => UsingDebugInfo}Brad King2024-02-201-2/+2
* VS: Add support for using Intel oneAPI Fortran compiler in .vfproj filesBrad King2023-11-221-0/+3
* Add options to specify linker toolMarc Chevrier2023-10-131-0/+21
* cmComputeLinkInformation: prepare Item consumers for `OBJECT` librariesBen Boeckel2023-08-011-1/+2
* strings: use character literals where possibleBen Boeckel2023-07-281-8/+8
* cmStrCat: use in Windows-specific sourcesBen Boeckel2023-07-281-18/+20
* Drop Visual Studio 11 2012 generatorBrad King2023-06-131-1/+1
* Preserve --compile-no-warning-as-error in automatic CMake re-runsBrad King2023-05-301-0/+4
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-6/+7
* VS: Do not regenerate build system concurrently with CMP0147Brad King2023-03-151-0/+1
* cmCustomCommand: Refactor custom command-specific policy valuesKyle Edwards2023-02-061-2/+0
* clang-tidy: fix `readability-redundant-smartptr-get` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `readability-qualified-auto` lintsBen Boeckel2022-11-291-3/+3
* clang-tidy: fix `modernize-loop-convert` lintsBen Boeckel2022-11-291-8/+6
* clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2022-11-291-2/+2
* clang-tidy: fix `performance-unnecessary-value-param` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2022-11-291-3/+2
* clang-tidy: fix `readability-redundant-string-cstr` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2022-11-291-8/+4
* clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2022-11-291-7/+7
* clang-tidy: fix `modernize-pass-by-value` lintsBen Boeckel2022-11-291-2/+2
* clang-tidy: fix `modernize-use-override` lintsBen Boeckel2022-11-291-3/+3
* clang-tidy: fix `modernize-use-default-member-init` lintsBen Boeckel2022-11-291-2/+1
* cmCustomCommandGenerator: refactor GetComment to return std::stringPeter Würth2022-11-191-3/+3
* ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-091-0/+33
* Drop Visual Studio 10 2010 generatorBrad King2022-09-261-2/+2
* CUDA: Add Device LTO support for nvccRobert Maynard2022-07-221-1/+2
* Genex: Add $<LINK_LIBRARY:...>Marc Chevrier2022-02-071-1/+3
* Make cmGlobalVisualStudioGenerator::VSVersion enum classSumit Bhardwaj2022-01-251-5/+8
* Consolidate usage of VsProjectTypeSumit Bhardwaj2021-12-231-2/+4
* VS: Add custom VCEnd labels only in C# projectsSumit Bhardwaj2021-12-161-3/+2