summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmOutputConverter: Adopt relative path conversion helpersBrad King2021-05-171-9/+4
* cmLocalCommonGenerator: Select work directory semanticallyBrad King2021-05-131-1/+1
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-39/+24
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-3/+3
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-2/+2
* Makefiles: Add support of DEPFILE for add_custom_commandMarc Chevrier2020-12-231-12/+27
* Makefiles Generators: use compiler for dependencies generationMarc Chevrier2020-11-291-199/+330
* Refactoring: enhance include file filteringMarc Chevrier2020-11-281-24/+14
* Refactoring: Makefiles Generators: Add support for various depends scannersMarc Chevrier2020-11-281-4/+6
* cmLocalGenerator::GetRuleLauncher: return cmPropvvs314152020-11-021-2/+2
* Makefile: Add policy CMP0113 to avoid duplication of custom commandsBrad King2020-09-081-0/+10
* cmLocalUnixMakefileGenerator3: Generate targets in dependency orderBrad King2020-09-041-3/+4
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-18/+17
* Add ISPC compiler support to CMakeRobert Maynard2020-08-281-2/+4
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-1/+1
* Factor out generator checks for filtering on non-compiling targetsBrad King2020-07-231-2/+1
* Factor out generator checks for filtering out interface librariesBrad King2020-07-231-1/+1
* cmLocalUnixMakefileGenerator3: Skip object file listing for custom targetsBrad King2020-07-231-1/+2
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
* cmNonempty: Convenience inlines to check for non-empty stringVitaly Stakhovsky2020-07-141-1/+1
* Makefile: Fix regression in .SILENT ruleDaniel Colascione2020-06-221-3/+4
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-6/+4
* Merge topic 'makefile-objc'Brad King2020-04-281-1/+1
|\
| * Makefiles: Scan Objective C/C++ preprocessor dependenciesBrad King2020-04-281-1/+1
* | Makefiles: Factor out makefile target path escaping and quotingBrad King2020-04-151-39/+16
* | cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-4/+4
* | Merge topic 'cleanup-endls-1'Brad King2020-03-271-16/+12
|\ \
| * | Refactor: Avoid `std::endl` where it's not necessary (part 1)Alex Turbov2020-03-261-16/+12
* | | Merge topic 'make-nested-silent'Brad King2020-03-271-1/+5
|\ \ \ | | |/ | |/|
| * | Makefiles: Fix silencing of nested calls for GNU make 4.3Brad King2020-03-261-1/+5
* | | Merge topic 'string-prefix'Brad King2020-03-261-1/+1
|\ \ \
| * | | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+1
* | | | Merge topic 'cleanup-CollapseFullPath-calls'Brad King2020-03-261-22/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove redundant calls to CollapseFullPathBrad King2020-03-241-22/+15
| |/ /
* | | cmState::GetTargetTypeName: return type is *cmPropVitaly Stakhovsky2020-03-191-1/+2
|/ /
* | Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-2/+2
* | Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-5/+5
* | makefiles: suppress RCS and SCCS implicit rulesBen Boeckel2020-01-241-3/+9
* | Refactoring: suppress cmEraseIf in favor of cm::erase_ifMarc Chevrier2020-01-091-2/+2
* | Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* | Refactor: Prepare Ninja generator for multi-configKyle Edwards2019-12-131-7/+15
* | cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-2/+1
* | Merge topic 'cmake-e-rm'Kyle Edwards2019-11-151-1/+1
|\ \
| * | replace remove and remove_directory with rm in testsJohnny Jazeix2019-11-131-1/+1
| |/
* | cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-17/+18
|/
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+3
* cmLocalUnixMakefileGenerator3: Mark GetRelativeTargetDirectory constBrad King2019-09-301-1/+1
* cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-6/+4
* Merge topic 'cmake-system-headers'Brad King2019-09-201-1/+1
|\