| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ \
| | |/
| |/| |
|
| * | | Makefiles: Fix silencing of nested calls for GNU make 4.3 | Brad King | 2020-03-26 | 1 | -1/+5 |
|
|
* | | | Merge topic 'string-prefix' | Brad King | 2020-03-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -1/+1 |
|
|
* | | | | Merge topic 'cleanup-CollapseFullPath-calls' | Brad King | 2020-03-26 | 1 | -22/+15 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Remove redundant calls to CollapseFullPath | Brad King | 2020-03-24 | 1 | -22/+15 |
| |/ / |
|
* | | | cmState::GetTargetTypeName: return type is *cmProp | Vitaly Stakhovsky | 2020-03-19 | 1 | -1/+2 |
|/ / |
|
* | | Ninja Multi-Config: Fix issue with framework dependencies and Autogen | Kyle Edwards | 2020-02-17 | 1 | -2/+2 |
|
|
* | | Source: use std::string in place of const char* | Vitaly Stakhovsky | 2020-01-29 | 1 | -5/+5 |
|
|
* | | makefiles: suppress RCS and SCCS implicit rules | Ben Boeckel | 2020-01-24 | 1 | -3/+9 |
|
|
* | | Refactoring: suppress cmEraseIf in favor of cm::erase_if | Marc Chevrier | 2020-01-09 | 1 | -2/+2 |
|
|