summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge topic 'use-nonempty'Brad King2020-07-291-5/+5
|\ \ \
| * | | Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-5/+5
* | | | Avoid duplicate calls to GetDefinitionVitaly Stakhovsky2020-07-281-4/+2
|/ / /
* | | Merge topic 'cleanup-target-types'Brad King2020-07-281-14/+6
|\ \ \
| * | | Factor out generator checks for filtering on non-compiling targetsBrad King2020-07-231-12/+4
| * | | Factor out generator checks for filtering out interface librariesBrad King2020-07-231-2/+2
| |/ /
* | | Merge topic 'EXCLUDE_FROM_ALL-genex'Brad King2020-07-271-1/+1
|\ \ \ | |/ / |/| |
| * | cmGlobalGenerator: Fix spelling of EXCLUDE_FROM_ALL in error messageBrad King2020-07-231-1/+1
* | | cmGlobalGenerator: Simplify CheckTargetsForMissingSourcesBrad King2020-07-221-11/+1
|/ /
* | Allow generator expressions in the EXCLUDE_FROM_ALL target propertyJoerg Bornemann2020-07-211-3/+28
* | cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-12/+4
* | cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-16/+16
* | cmGlobalGenerator: FindMakeProgram() before CMakeDetermineSystemKyle Edwards2020-06-181-5/+10
* | Refactor language standard computationJustin Goshi2020-06-161-6/+4
* | cmake --build: Fix exit code when building multiple targetslumberyard-employee-dm2020-06-121-2/+3
|/
* Merge topic 'getdef-expand'Brad King2020-06-021-3/+2
|\
| * cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-3/+2
* | Merge topic 'cmprop'Brad King2020-06-021-0/+1
|\ \
| * | Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
| |/
* | Merge topic 'pch-fix-bad-ClearSourcesCache'Brad King2020-06-011-1/+17
|\ \ | |/ |/|
| * Merge branch 'backport-3.16-pch-fix-bad-ClearSourcesCache'Brad King2020-05-291-1/+17
| |\
| | * PCH: Fix logic error that incorrectly clears sources during VS generationBrad King2020-05-291-1/+17
* | | AutoMoc: Configure AutoMoc after generated sources (PCH, Unity)Cristian Adam2020-05-261-4/+4
* | | cmTarget: Replace "perConfig" constructor boolean with enumBrad King2020-05-181-2/+2
* | | cmGlobalGenerator: Fix CheckTargetsForMissingSources after refactoringBrad King2020-05-151-1/+1
* | | Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+2
* | | Merge topic 'cmprop-state'Brad King2020-05-011-4/+3
|\ \ \
| * | | cmState::GetInitializedCacheValue: return cmPropVitaly Stakhovsky2020-04-301-4/+3
* | | | GetSafeProperty: return std::string const&Vitaly Stakhovsky2020-04-301-2/+2
|/ / /
* | | cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-8/+16
* | | Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-5/+6
* | | Merge topic 'cmprop-source'Brad King2020-04-151-2/+2
|\ \ \
| * | | cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-2/+2
* | | | Merge topic 'msbuildUtf8Support'Brad King2020-04-151-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-1/+5
* | | | clang-tidy: address bugprone-sizeof-expression lintBen Boeckel2020-04-131-2/+4
|/ / /
* | | cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-4/+4