summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGlobalGenerator: Only compute build files for all targetsKyle Edwards2022-07-131-1/+3
* cmGlobalVisualStudio10Generator: Auto restore NuGet packages.Carsten Rudolph2022-01-221-1/+1
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-9/+13
* CMP0028: Report the target whose link interface has an offending itemBrad King2021-12-161-0/+15
* Merge topic 'env-init-configs'Brad King2021-11-231-1/+2
|\
| * try_compile: Do not use CMAKE_BUILD_TYPE or CMAKE_CONFIGURATION_TYPES env varsBrad King2021-11-221-1/+2
* | cmCustomCommand: Move constructor arguments to individual settersNAKAMURA Takumi2021-11-181-7/+4
* | Merge topic 'nmc-cross-config-target-deps'Brad King2021-11-051-0/+3
|\ \ | |/
| * Ninja Multi-Config: Fix cross-config custom command dependency tracingBrad King2021-11-041-0/+3
* | Merge topic 'swift-win32-property'Brad King2021-10-291-0/+6
|\ \
| * | Swift: Ignore WIN32_EXECUTABLE property outside of Windowshotwatermorning2021-10-281-0/+6
* | | Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-1/+1
|/ /
* | Merge topic 'lcc-policy'Brad King2021-10-221-0/+48
|\ \ | |/ |/|
| * LCC: Add policy CMP0129 regarding interpreting LCC as GNUmakise-homura2021-10-211-0/+48
* | Restore honoring CMAKE_GENERATOR_INSTANCE in toolchain fileBrad King2021-10-201-12/+1
|/
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-0/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-23/+23
* cmGlobalGenerator::PrintCompilerAdvice: use cmProp as augmentMarc Chevrier2021-09-191-2/+2
* Merge topic 'enh-AddCacheEntry-accepts-new-types'Marc Chevrier2021-09-101-3/+2
|\
| * Use new AddCacheEntry signaturesMarc Chevrier2021-09-101-3/+2
* | Refactor: Convert parallel string/backtrace vectors to BT vectorsKyle Edwards2021-09-031-9/+3
|/
* Refactor: cmGlobalGenerator::GetGlobalSetting returns cmPropMarc Chevrier2021-08-091-3/+3
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-2/+2
* cmGlobalGenerator: Process targets in a stable orderNAKAMURA Takumi2021-07-081-3/+2
* cmGlobalGenerator: Use cmMakefile::CreateNewTarget to add global targetsNAKAMURA Takumi2021-07-081-9/+12
* cmake: Allow CMAKE_BUILD_TYPE to be set by environment variableBrad King2021-06-301-0/+12
* Source: Add cmInstallRuntimeDependencySetKyle Edwards2021-06-041-0/+24
* cmGlobalGenerator: Simplify relative path conversion in AddRuleHashBrad King2021-05-131-4/+2
* cmStateDirectory: Rename ConvertToRelPathIf{Not => }ContainedBrad King2021-05-121-1/+1
* Source: Minor code improvementsVitaly Stakhovsky2021-05-111-1/+1
* cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommandfriendlyanon2021-05-011-1/+6
* cmGlobalGenerator: Clear list of install components between runsBrad King2021-01-281-0/+1
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-4/+4
* Merge topic 'make-GENERATED-visible-from-any-scope'Brad King2020-11-301-0/+11
|\
| * GENERATED prop: Add implementation for policy CMP0118 being set to NEWDeniz Bahadir2020-11-241-0/+11
* | Merge topic 'fix-find-make-program'Brad King2020-11-241-1/+8
|\ \ | |/ |/|
| * cmGlobalGenerator: FindMakeProgram() at a generator-specific timeKyle Edwards2020-11-231-1/+8
* | Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-201-3/+3
|/
* cmake_language: Add signature to DEFER calls to later timesBrad King2020-09-291-0/+7
* cmake::GetCacheDefinition: Return cmPropvvs314152020-09-281-5/+6
* {get,set}_property: Add support for referencing binary directoriesBrad King2020-09-231-5/+5
* Merge topic 'file-GENERATE-earlier'Brad King2020-09-111-0/+2
|\
| * file(GENERATE): Create output file structures for all directories firstJosef Angstenberger2020-09-101-0/+2
* | cmGlobalGenerator: Compute a global target ordering respecting dependenciesBrad King2020-09-041-0/+46
* | cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-28/+26
* | Merge topic 'ispc_lang_support'Brad King2020-09-011-0/+1
|\ \
| * | ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-281-0/+1
* | | WIN32_EXECUTABLE: Add support for generator expressionsKyle Edwards2020-08-211-3/+3
|/ /
* | Merge topic 'compiler_flags'Brad King2020-08-061-0/+8
|\ \
| * | Toolchain: Handle repeated invocations of CMake with -DCMAKE_C_COMPILERFred Baksik2020-07-291-0/+8