| Commit message (Expand) | Author | Age | Files | Lines |
* | add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORY | Chris Mahoney | 2023-07-25 | 1 | -0/+9 |
|
|
* | Makefiles: quote `$(COLOR)` expansions | Ben Boeckel | 2023-06-08 | 1 | -1/+1 |
|
|
* | Preserve --compile-no-warning-as-error in automatic CMake re-runs | Brad King | 2023-05-30 | 1 | -2/+4 |
|
|
* | CreateRulePlaceholderExpander(): enhance memory management | Marc Chevrier | 2023-05-04 | 1 | -2/+1 |
|
|
* | Link step: use linker dependency linker file | Marc Chevrier | 2023-05-03 | 1 | -0/+18 |
|
|
* | cmLocalGenerator::MayBeRelativeToWorkDir: take care of all cases | Marc Chevrier | 2023-05-02 | 1 | -1/+1 |
|
|
* | CMake code rely on cmList class for CMake lists management (part. 2) | Marc Chevrier | 2023-04-29 | 1 | -8/+7 |
|
|
* | CMake code rely on cmList class for CMake lists management (part. 1) | Marc Chevrier | 2023-04-24 | 1 | -6/+6 |
|
|
* | RULE_LAUNCH_*: Add support for generator expressions | Kyle Edwards | 2023-02-03 | 1 | -2/+4 |
|
|
* | cmCustomCommandGenerator: refactor GetComment to return std::string | Peter Würth | 2022-11-19 | 1 | -3/+3 |
|
|
* | Makefiles generator: dependencies messages in verbose mode | Marc Chevrier | 2022-07-06 | 1 | -14/+23 |
|
|
* | cmSystemTools: Fix 'ErrorOccurred' spelling | FeRD (Frank Dana) | 2022-06-13 | 1 | -2/+2 |
|
|
* | Merge topic 'color-diagnostics' | Brad King | 2022-03-09 | 1 | -1/+5 |
|\ |
|
| * | color: Introduce CMAKE_COLOR_DIAGNOSTICS variable | Semyon Kolton | 2022-03-08 | 1 | -1/+5 |
|
|
* | | cmOutputConverter: Always set relative path top source and binary together | Brad King | 2022-02-28 | 1 | -7/+6 |
|
|
* | | Makefiles: Fix "make depend" with add_custom_command DEPFILE | Brad King | 2022-02-28 | 1 | -1/+1 |
|/ |
|
* | Source: Avoid gcc 12 compilation warning | Brad King | 2022-01-28 | 1 | -2/+2 |
|
|
* | Source: Replace most calls to sprintf with snprintf | Sean McBride | 2021-10-25 | 1 | -3/+3 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -15/+15 |
|
|
* | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 1 | -4/+4 |
|
|
* | cmOutputConverter: Adopt relative path conversion helpers | Brad King | 2021-05-17 | 1 | -9/+4 |
|
|
* | cmLocalCommonGenerator: Select work directory semantically | Brad King | 2021-05-13 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Factor out relative path conversion helpers | Brad King | 2021-05-13 | 1 | -39/+24 |
|
|
* | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -3/+3 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -2/+2 |
|
|
* | Makefiles: Add support of DEPFILE for add_custom_command | Marc Chevrier | 2020-12-23 | 1 | -12/+27 |
|
|
* | Makefiles Generators: use compiler for dependencies generation | Marc Chevrier | 2020-11-29 | 1 | -199/+330 |
|
|
* | Refactoring: enhance include file filtering | Marc Chevrier | 2020-11-28 | 1 | -24/+14 |
|
|
* | Refactoring: Makefiles Generators: Add support for various depends scanners | Marc Chevrier | 2020-11-28 | 1 | -4/+6 |
|
|
* | cmLocalGenerator::GetRuleLauncher: return cmProp | vvs31415 | 2020-11-02 | 1 | -2/+2 |
|
|
* | Makefile: Add policy CMP0113 to avoid duplication of custom commands | Brad King | 2020-09-08 | 1 | -0/+10 |
|
|
* | cmLocalUnixMakefileGenerator3: Generate targets in dependency order | Brad King | 2020-09-04 | 1 | -3/+4 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -18/+17 |
|
|
* | Add ISPC compiler support to CMake | Robert Maynard | 2020-08-28 | 1 | -2/+4 |
|
|
* | Source: use cmNonempty() | Vitaly Stakhovsky | 2020-07-28 | 1 | -1/+1 |
|
|
* | Factor out generator checks for filtering on non-compiling targets | Brad King | 2020-07-23 | 1 | -2/+1 |
|
|
* | Factor out generator checks for filtering out interface libraries | Brad King | 2020-07-23 | 1 | -1/+1 |
|
|
* | cmLocalUnixMakefileGenerator3: Skip object file listing for custom targets | Brad King | 2020-07-23 | 1 | -1/+2 |
|
|
* | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 1 | -1/+1 |
|
|
* | cmNonempty: Convenience inlines to check for non-empty string | Vitaly Stakhovsky | 2020-07-14 | 1 | -1/+1 |
|
|
* | Makefile: Fix regression in .SILENT rule | Daniel Colascione | 2020-06-22 | 1 | -3/+4 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|
|
* | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -6/+4 |
|
|
* | Merge topic 'makefile-objc' | Brad King | 2020-04-28 | 1 | -1/+1 |
|\ |
|
| * | Makefiles: Scan Objective C/C++ preprocessor dependencies | Brad King | 2020-04-28 | 1 | -1/+1 |
|
|
* | | Makefiles: Factor out makefile target path escaping and quoting | Brad King | 2020-04-15 | 1 | -39/+16 |
|
|
* | | cmMakefile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-01 | 1 | -4/+4 |
|
|
* | | Merge topic 'cleanup-endls-1' | Brad King | 2020-03-27 | 1 | -16/+12 |
|\ \ |
|
| * | | Refactor: Avoid `std::endl` where it's not necessary (part 1) | Alex Turbov | 2020-03-26 | 1 | -16/+12 |
|
|
* | | | Merge topic 'make-nested-silent' | Brad King | 2020-03-27 | 1 | -1/+5 |
|\ \ \
| | |/
| |/| |
|