summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge topic 'vs-csproj-scripts'Brad King2021-12-161-1/+12
|\
| * VS: add missing label in C# project-build eventsSteven Boswell2021-12-151-1/+12
* | cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-4/+4
|/
* Merge topic 'vs-csproj-scripts'Brad King2021-12-031-2/+2
|\
| * VS: Revert "Add missing label in C# project-build events"Brad King2021-12-021-2/+2
* | Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-191-2/+19
* | cmLocalGenerator: Simplify Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-9/+15
* | Source: Replace C headers with C++ onesRose2021-11-021-1/+2
|/
* VS: Map /Y- flag to not use precompiled headers with VS 2008Luigi Fiorentini2021-09-221-0/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-21/+21
* Merge topic 'enh-AddCacheEntry-accepts-new-types'Marc Chevrier2021-09-101-1/+1
|\
| * Use new AddCacheEntry signaturesMarc Chevrier2021-09-101-1/+1