summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'backport-revert-vs-show-cmake-files'Brad King2023-08-021-16/+0
|\
| * VS: Revert "Add CMake input files to ZERO_CHECK"Brad King2023-08-021-16/+0
* | strings: use character literals where possibleBen Boeckel2023-07-281-13/+13
* | cmStrCat: use in Windows-specific sourcesBen Boeckel2023-07-281-4/+4
|/
* VS: Restore Windows SDK selection with platform in generator nameBrad King2023-06-221-9/+0
* Preserve --compile-no-warning-as-error in automatic CMake re-runsBrad King2023-05-301-0/+3
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-2/+3
* VS: Add CMake input files to ZERO_CHECKAlexander Neundorf2023-04-251-0/+16
* cmGlobalVisualStudio8Generator: Collect CMake input files earlierAlexander Neundorf2023-04-251-12/+11
* VS: Parse comma-separated fields from CMAKE_GENERATOR_PLATFORMBrad King2023-04-051-1/+82
* VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is knownBrad King2023-04-051-0/+9
* cmCustomCommand: Refactor custom command-specific policy valuesKyle Edwards2023-02-061-3/+0
* clang-tidy: fix `readability-qualified-auto` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `readability-use-anyofallof` lintsBen Boeckel2022-11-291-13/+16
* clang-tidy: fix `modernize-loop-convert` lintsBen Boeckel2022-11-291-2/+2
* clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `bugprone-parent-virtual-call` lintsBen Boeckel2022-11-291-0/+2
* clang-tidy: fix `readability-redundant-string-cstr` lintsBen Boeckel2022-11-291-2/+2
* clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2022-11-291-4/+2
* clang-tidy: fix `readability-static-accessed-through-instance` lintsBen Boeckel2022-11-291-1/+2
* VS: Introduce IsInSolution to check whether a target is in sln fileSumit Bhardwaj2022-02-121-1/+1
* cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-3/+2
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-191-3/+22
* cmLocalGenerator: Simplify Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-23/+22
* cmGlobalVisualStudio8Generator: Fix the misaligned argument, stdPipesUTF8NAKAMURA Takumi2021-11-181-5/+11
* VS: Model a default target frameworkBrad King2021-11-061-0/+36
* cmGlobalVisualStudio8Generator: Refactor SetGeneratorPlatformBrad King2021-11-031-4/+11
* VS: Map /Y- flag to not use precompiled headers with VS 2008Luigi Fiorentini2021-09-221-0/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-4/+4
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-9/+10
* Factor out generator checks for filtering out interface librariesBrad King2020-07-231-2/+2
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-7/+7
* Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-2/+6
* VS: Add target property to explicitly control solution deploymentAlexander Boczar2020-02-251-14/+22
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-3/+4
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-1/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-1/+1
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-091-15/+17
* cmMakefile: Delay custom command creationDaniel Eiband2019-11-241-6/+5
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-5/+7
* cmMakefile: Remove AddUtilityCommand overload without byproductsDaniel Eiband2019-09-261-5/+5
* cmMakefile: Move enumerations into new headerDaniel Eiband2019-09-261-6/+6
* cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-5/+3
* cmCustomCommandLine: Provide command line make functionsDaniel Eiband2019-09-161-16/+6
* add_custom_command: Refactor setting implicit dependsDaniel Eiband2019-09-121-3/+6
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-0/+1
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-16/+11
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+1