summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Unity build: Add support for Ninja and Makefile generatorsCristian Adam2019-08-291-0/+1
|/
* Precompile headers: Add methods to generate PCH sourcesCristian Adam2019-08-281-0/+2
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* Merge topic 'implicit-includes-CPATH'Brad King2019-05-311-0/+2
|\
| * Do not exclude include directories made implicit by CPATHBrad King2019-05-301-0/+2
* | Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-6/+6
* | cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-191-2/+2
|/
* Merge topic 'cmoutputconverter-simplify'Brad King2019-01-291-0/+10
|\
| * cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-0/+10
* | cmLocalGenerator: Simplify `GetIncludeDirectories`Sebastian Holtermann2019-01-281-6/+30
* | cmLocalUnixMakefileGenerator3: more methods accept std::stringVitaly Stakhovsky2019-01-221-2/+2
|/
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+3
* POSITION_INDEPENDENT_CODE: Manage link flags for executablesMarc Chevrier2018-11-111-0/+4
* cmLocalGenerator::AppendDefines: Remove const char* overloadsVitaly Stakhovsky2018-10-261-12/+2
* Add generator APIs to get build settings with backtracesBrad King2018-10-181-2/+16