summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-081-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-201-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
* | VS: Add missing label in C# project-build eventsSteven Boswell2021-09-091-2/+2
|/
* cmComputeLinkInformation: Improve type safety of item IsPath memberBrad King2021-05-291-1/+1
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-9/+4
* Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-2/+2
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-4/+5
* PCH: Remove restrictions for REUSE_FROM signature for MSVCCristian Adam2021-02-021-1/+2
* Revert "PCH: Remove restrictions for REUSE_FROM signature for MSVC"Brad King2021-02-021-2/+1
* PCH: Remove restrictions for REUSE_FROM signature for MSVCCristian Adam2021-02-021-1/+2
* VS: Remove flag table entries for Fortran /Z* flagsVolker Jacht2020-10-221-3/+2
* Merge topic 'genexpr-for-mfc-flag'Brad King2020-10-011-1/+1
|\
| * VS: Teach CMAKE_MFC_FLAG to support generator expressionsAndrey Starodubtsev2020-09-301-1/+1
* | VS: Make ImportLibary generation optionalMark Jansen2020-09-301-5/+7
|/
* VS: Avoid unnecessary duplication of custom commands across targets in VS 9Brad King2020-09-081-1/+6
* cmLocalVisualStudio7Generator: Adopt SourcesVisited lookup tableBrad King2020-09-081-0/+9
* cmLocalVisualStudio7Generator: Consolidate target iterationBrad King2020-09-041-33/+11