summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-34/+40
* Merge topic 'ispc_lang_support'Brad King2020-09-011-2/+37
|\
| * ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-281-1/+35
| * Add ISPC compiler support to CMakeRobert Maynard2020-08-281-1/+2
* | Add INTERFACE libraries to generated buildsystem if they have SOURCESBrad King2020-08-071-0/+1
|/
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-2/+2
* Merge topic 'cmnonempty'Kyle Edwards2020-07-151-10/+10
|\
| * cmNonempty: Convenience inlines to check for non-empty stringVitaly Stakhovsky2020-07-141-10/+10
* | cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-2/+1
|/
* Explicitly specify language flag when source LANGUAGE property is setRobert Maynard2020-06-091-0/+7
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* Merge topic 'fortran-preprocess-property'Brad King2020-05-221-0/+1
|\
| * Fortran: Add Fortran_PREPROCESS propertyPeter Hill2020-05-211-0/+1
* | Multi-Ninja: Fix PCHs for Visual C++Cristian Adam2020-05-201-3/+8
|/
* Merge topic 'gitlab-ci-lint'Brad King2020-04-301-1/+1
|\
| * IWYU: mark cmLinkLineComputer as necessaryBen Boeckel2020-04-291-1/+1
* | cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-22/+21
|/
* Merge topic 'makefile-objc'Brad King2020-04-281-2/+3
|\
| * Makefiles: Add Objective C/C++ compilations to compile_commands.jsonBrad King2020-04-281-2/+3
| * ObjC: Add _COMPILE_LAUNCHER supportCristian Adam2020-01-091-2/+2
* | CUDA: Device linking use now link optionsMarc Chevrier2020-04-191-0/+12
* | Merge topic 'makefile-target-special'Brad King2020-04-161-4/+10
|\ \
| * | Makefiles: Do not use '\#' escape sequence with Windows-style make toolsBrad King2020-04-151-4/+10
* | | cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-14/+14
|/ /
* | Merge topic 'pch-ios-multi-arch'Brad King2020-04-031-18/+49
|\ \
| * | PCH: Add support for multi architecture iOS projectsCristian Adam2020-04-021-18/+49
* | | cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-4/+4
|/ /
* | Merge topic 'cleanup-endls-1'Brad King2020-03-271-2/+1
|\ \
| * | Refactor: Avoid `std::endl` where it's not necessary (part 1)Alex Turbov2020-03-261-2/+1
* | | Merge topic 'cmprop-getglobalprop'Brad King2020-03-271-3/+2
|\ \ \
| * | | cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-3/+2
* | | | Merge topic 'cleanup-CollapseFullPath-calls'Brad King2020-03-261-14/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Simplify absolute path conversions using CollapseFullPath full signatureBrad King2020-03-241-2/+4
| * | | Remove redundant calls to CollapseFullPathBrad King2020-03-241-12/+7
| |/ /
* | | cmState::GetTargetTypeName: return type is *cmPropVitaly Stakhovsky2020-03-191-1/+1
|/ /
* | cmGeneratorExpression: remove const char* overloadsVitaly Stakhovsky2020-03-081-1/+1
* | clang-tidy: Fix explicit --driver-mode= argumentBrad King2020-01-311-1/+1
* | clang-tidy: Add driver mode argumentHanjiang Yu2020-01-271-1/+7
* | cmMakefileTargetGenerator: modernize memory managementMarc Chevrier2020-01-211-28/+21
* | ObjC: Add _COMPILE_LAUNCHER supportCristian Adam2020-01-091-2/+2
* | cmGlobalGenerator: modernize memrory managemenbtMarc Chevrier2019-12-301-1/+3
* | Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-11/+13
* | Refactor: Prepare Ninja generator for multi-configKyle Edwards2019-12-131-50/+73
|/
* PCH: Fix Makefile dependencies to rebuild PCH on header changesBrad King2019-10-171-1/+5
* cmMakefileTargetGenerator: Inline WriteObjectBuildFile in only call siteBrad King2019-10-161-17/+4
* PCH: Generate sources during Compute stepCristian Adam2019-10-091-2/+33
* cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-5/+4
* cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpressionDaniel Eiband2019-09-221-1/+1
* Genex: Evaluate byproduct generator expressions in cmCustomCommandGeneratorDaniel Eiband2019-09-171-1/+2
* Refactoring: Use ConfigName instead of property CMAKE_BUILD_TYPEDaniel Eiband2019-09-171-17/+11