summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmLocalGenerator: move the `CMakeFiles` subdir from the target to output rootBen Boeckel2025-05-241-1/+3
* generators: use GetSupportDirectory() in more placesBen Boeckel2025-05-231-8/+4
* cmLocalCommonGenerator: factor out `GetTargetDirectory`John Parent2025-05-221-12/+0
* cmLocalUnixMakefileGenerator3: use faster `rfind` overloadBen Boeckel2025-05-221-1/+1
* Merge topic 'astgrep-cmstrcat'Brad King2025-05-221-2/+2
|\
| * cmStrCat: use character literals where possibleBen Boeckel2025-05-151-2/+2
* | StdIo: Replace uses of KWSys Terminal with StdIo::PrintBrad King2025-05-191-4/+12
* | Makefile: De-duplicate dependency message color codeBrad King2025-05-161-8/+8
|/
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* cmMakefileGenerator: Update GetConfigName to return const referenceMartin Duffy2025-02-091-1/+1
* instrumentation: Run preBuild and postBuild hooks before and after makeMartin Duffy2025-02-061-8/+53
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-41/+41
* instrumentation: Add targetLabels field to link snippetsMartin Duffy2025-01-171-0/+1
* instrumentation: Collect and record project build system metricsMartin Duffy2025-01-151-6/+10
* Refactor: Optimize `ostream::operator<<()` calls for some generatorsAlex Turbov2024-12-111-128/+101
* Merge topic 'codegen-make'Brad King2024-12-111-26/+18
|\
| * Makefile: Enable progress messages for codegen targetBrad King2024-12-101-2/+2
| * Makefile: Fix per-directory codegen targetBrad King2024-12-101-0/+2
| * cmLocalUnixMakefileGenerator3: Simplify progress command generationBrad King2024-12-101-24/+14
* | Link step: Add LINK_WARNING_AS_ERROR target propertyMarc Chevrier2024-11-121-0/+2
* | COMPILE_WARNING_AS_ERROR: rename methods to prepare link similar functionalityMarc Chevrier2024-11-121-2/+4
|/
* add_custom_command: Add CODEGEN supportJuan Ramos2024-07-011-0/+15
* Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-3/+3
* cmLocalUnixMakefileGenerator3: handle object-referencing Fortran modulesBen Boeckel2023-11-211-0/+11
* add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORYChris Mahoney2023-07-251-0/+9
* Makefiles: quote `$(COLOR)` expansionsBen Boeckel2023-06-081-1/+1
* Preserve --compile-no-warning-as-error in automatic CMake re-runsBrad King2023-05-301-2/+4
* 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