summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* cmTarget: Add `HasKnownObjectFileLocation()` shorthandHyper Nova Sun2022-04-111-4/+7
* FILE_SET: Add VERIFY_HEADER_SETS target propertyKyle Edwards2022-03-291-0/+2
* GenEx/LINK_LIBRARY: Add features for framework support on AppleMarc Chevrier2022-02-151-2/+5
* cmGlobalGenerator: Add helper to split framework pathMarc Chevrier2022-02-131-0/+4
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-3/+5
* CMP0028: Report the target whose link interface has an offending itemBrad King2021-12-161-0/+1
* Ninja Multi-Config: Fix cross-config custom command dependency tracingBrad King2021-11-041-0/+2
* Restore honoring CMAKE_GENERATOR_INSTANCE in toolchain fileBrad King2021-10-201-11/+0
* cmGlobalGenerator: Add method to check if generator is at least VS 10Brad King2021-10-201-0/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* cmGlobalGenerator::PrintCompilerAdvice: use cmProp as augmentMarc Chevrier2021-09-191-1/+1
* Refactor: cmGlobalGenerator::GetGlobalSetting returns cmPropMarc Chevrier2021-08-091-1/+2
* cmGlobalGenerator: Use cmMakefile::CreateNewTarget to add global targetsNAKAMURA Takumi2021-07-081-1/+1
* Source: Add cmInstallRuntimeDependencySetKyle Edwards2021-06-041-0/+11
* cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommandfriendlyanon2021-05-011-1/+5
* Ninja Multi-Config: Enable relink diagnostic messageBrad King2021-02-031-0/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-4/+4
* Merge topic 'make-GENERATED-visible-from-any-scope'Brad King2020-11-301-0/+8
|\
| * GENERATED prop: Add implementation for policy CMP0118 being set to NEWDeniz Bahadir2020-11-241-0/+8
* | Merge topic 'fix-find-make-program'Brad King2020-11-241-0/+11
|\ \ | |/ |/|
| * cmGlobalGenerator: FindMakeProgram() at a generator-specific timeKyle Edwards2020-11-231-0/+11
* | Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-191-3/+4
* | cmCustomCommandGenerator: Add option to transform depfileKyle Edwards2020-10-131-0/+6
|/
* cmake_language: Add signature to DEFER calls to later timesBrad King2020-09-291-0/+5
* cmGlobalGenerator: Compute a global target ordering respecting dependenciesBrad King2020-09-041-0/+8
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Allow generator expressions in the EXCLUDE_FROM_ALL target propertyJoerg Bornemann2020-07-211-1/+2
* cmTarget: Replace "perConfig" constructor boolean with enumBrad King2020-05-181-1/+1
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
* Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-0/+1
* cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-1/+1
* export: Fix use-after-free on multiple calls overwriting same FILEBrad King2020-03-191-6/+4
* Generator: Don't allow Ninja Multi-Config variables on other generatorsKyle Edwards2020-02-271-0/+7
* Ninja Multi-Config: Add support for DEPFILE option in add_custom_command()Kyle Edwards2020-02-071-0/+2
* Refactor: Allow generators to decide default configuration for buildKyle Edwards2020-02-041-0/+10
* Merge topic 'multi-ninja-pch'Brad King2020-01-201-0/+2
|\
| * Multi-Ninja: Add precompile headers supportCristian Adam2020-01-171-0/+2
* | Merge topic 'realpath-cache'Brad King2020-01-201-0/+4
|\ \ | |/ |/|
| * cmGlobalGenerator: Add cache for realpath() resultsTim Blechmann2020-01-161-0/+4
* | GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-1/+1
* | cmGlobalGenerator: modernize memrory managemenbtMarc Chevrier2019-12-301-9/+11
|/
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* Ninja: Add multi-config variantKyle Edwards2019-12-131-0/+6
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-091-5/+7
* cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSETAlexander Boczar2019-10-151-1/+2
* file(GENERATE): Create output file structures even earlierBrad King2019-10-071-2/+0
* Unity build: Generate sources during Compute stepBrad King2019-10-031-0/+2
* Merge topic 'clang-format-normalize-headers-presentation'Brad King2019-10-021-2/+4
|\
| * Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+4
* | PCH: Report error when setting COMPILE_PDB_NAME propertyCristian Adam2019-10-011-0/+1
|/