summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* CreateRulePlaceholderExpander(): enhance memory managementMarc Chevrier2023-05-041-2/+1
* Link step: use linker dependency linker fileMarc Chevrier2023-05-031-0/+18
* cmLocalGenerator::MayBeRelativeToWorkDir: take care of all casesMarc Chevrier2023-05-021-1/+1
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-8/+7
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-6/+6
* RULE_LAUNCH_*: Add support for generator expressionsKyle Edwards2023-02-031-2/+4
* cmCustomCommandGenerator: refactor GetComment to return std::stringPeter Würth2022-11-191-3/+3
* Makefiles generator: dependencies messages in verbose modeMarc Chevrier2022-07-061-14/+23
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-2/+2
* Merge topic 'color-diagnostics'Brad King2022-03-091-1/+5
|\
| * color: Introduce CMAKE_COLOR_DIAGNOSTICS variableSemyon Kolton2022-03-081-1/+5
* | cmOutputConverter: Always set relative path top source and binary togetherBrad King2022-02-281-7/+6
* | Makefiles: Fix "make depend" with add_custom_command DEPFILEBrad King2022-02-281-1/+1
|/
* Source: Avoid gcc 12 compilation warningBrad King2022-01-281-2/+2
* Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-3/+3
* Rename cmProp in cmValueMarc Chevrier2021-09-211-15/+15
* HIP: Add language to CMakeRobert Maynard2021-06-071-4/+4
* 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