summaryrefslogtreecommitdiff
path: root/Source/cmLocalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-1/+1
* Unity: Generate reproducible unity IDs for anonymous namespacesCraig Scott2021-01-231-0/+14
* Ninja Multi-Config: Add support for cross-config custom commandsKyle Edwards2020-12-151-1/+3
* cmLocalGenerator: Adopt custom target 'force' output name generationBrad King2020-12-151-1/+3
* cmLocalGenerator: Refactor custom command generator constructionBrad King2020-12-151-0/+4
* cmMakefile: Simplify custom target 'force' output name generationBrad King2020-12-151-1/+1
* cmLocalGenerator: Evaluate generator expressions in custom command outputsBrad King2020-12-111-0/+2
* cmLocalGenerator: Simplify custom command output cmSourceFile creationBrad King2020-12-101-4/+10
* cmLocalGenerator: Factor out helper to expand custom command output pathsBrad King2020-12-101-0/+4
* cmLocalGenerator: Refactor UpdateOutputToSourceMap to avoid boolean trapBrad King2020-12-101-3/+9
* Refactoring: Makefiles Generators: Add support for various depends scannersMarc Chevrier2020-11-281-0/+7
* cmLocalGenerator::GetRuleLauncher: return cmPropvvs314152020-11-021-2/+1
* Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-201-2/+2
* cmLocalGenerator: Migrate custom command output lookup from cmMakefileBrad King2020-10-081-0/+73
* CUDA: Clang separable compilationRaul Tambre2020-09-241-1/+1
* Merge topic 'ispc_improvements'Brad King2020-09-081-0/+5
|\
| * ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-041-0/+5
* | Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
|/
* ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-281-0/+1
* GetFeature(): return cmPropVitaly Stakhovsky2020-07-111-2/+2
* Refactor language standard computationJustin Goshi2020-06-161-1/+2
* Multi-Ninja: Fix reusable PCHs for MSVCCristian Adam2020-05-271-0/+5
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
* Merge topic 'apple-merge-same-sysroot'Brad King2020-04-221-0/+2
|\
| * Apple: Merge per-arch sysroot parameters if all are the sameGregor Jasny2020-04-211-0/+2
* | CUDA: Device linking use now link optionsMarc Chevrier2020-04-191-0/+5
* | Merge topic 'msbuildUtf8Support'Brad King2020-04-151-7/+11
|\ \
| * | Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-7/+11
* | | Merge branch 'backport-3.17-apple-arch-sysroots' into apple-arch-sysrootsBrad King2020-04-081-0/+1
|\ \ \ | |/ / |/| / | |/
| * Apple: Fix mapping CMAKE_APPLE_ARCH_SYSROOTS to custom OSX_ARCHITECTURESBrad King2020-04-081-0/+1
* | PCH: Add support for multi architecture iOS projectsCristian Adam2020-04-021-6/+7
|/
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-14/+2
* Ninja: Add multi-config variantKyle Edwards2019-12-131-0/+1
* cmMakefile: Delay custom command creationDaniel Eiband2019-11-241-0/+91
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-5/+8
* PCH: Generate sources during Compute stepCristian Adam2019-10-091-2/+1
* file(GENERATE): Create output file structures even earlierBrad King2019-10-071-0/+1
* Unity build: Generate sources during Compute stepBrad King2019-10-031-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* fileapi: add backtraces for LINK_PATH and LINK_DIRECTORIESJustin Goshi2019-09-181-6/+5
* cmLocalGenerator: Add OutputLinkLibraries overload with backtracesJustin Goshi2019-09-181-0/+5
* cmLocalGenerator: Add GetTargetCompileFlags overload with backtracesJustin Goshi2019-09-101-0/+3
* cmLocalGenerator: Add GetTargetFlags overload with backtracesJustin Goshi2019-09-101-0/+6
* cmLocalGenerator: Add GetStaticLibraryFlags overload with backtracesJustin Goshi2019-09-101-0/+3
* cmLocalGenerator: Add AddCompileOptions overload with backtracesJustin Goshi2019-09-101-0/+3
* cmLocalGenerator: Add AppendCompileOptions overload with backtracesJustin Goshi2019-09-101-0/+3
* cmLocalGenerator: Add AppendFlags overload with backtracesJustin Goshi2019-09-091-0/+2
* Merge topic 'use-using'Brad King2019-09-061-2/+2
|\
| * clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-2/+2
* | cmLocalGenerator: Remove AppendFlags 'const char*' overloadBrad King2019-09-051-1/+0