index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmMakefileTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
IWYU: Update for Debian 13 CI job
Brad King
2025-11-12
1
-0/+2
*
instrumentation: Move target data into content files
Martin Duffy
2025-10-02
1
-2/+0
*
Merge branch 'backport-genex-refactor' into genex-refactor
Brad King
2025-09-22
1
-4/+4
|
\
|
*
GenEx: Consolidate target property evaluation context arguments
Brad King
2025-09-22
1
-3/+3
|
*
GenEx: Collect evaluation arguments into local Context structures
Brad King
2025-09-22
1
-5/+5
*
|
Add `SKIP_LINTING` target property and `CMAKE_SKIP_LINTING` variable
Alex Turbov
2025-09-09
1
-2/+6
*
|
Makefiles: pass the target name to `cmake -E cmake_depends`
Ben Boeckel
2025-07-29
1
-0/+4
*
|
Makefiles: populate the `TARGET_SUPPORT_DIR` replacement variable
Ben Boeckel
2025-07-28
1
-0/+6
|
/
*
cmLocalGenerator: Drop no-op link flag placeholder infrastructure
Brad King
2025-06-10
1
-2/+2
*
generators: use GetSupportDirectory() in more places
Ben Boeckel
2025-05-23
1
-3/+3
*
cmMakefileTargetGenerator: use `TargetBuildDirectory` members
Ben Boeckel
2025-05-22
1
-15/+16
*
cmStrCat: use character literals where possible
Ben Boeckel
2025-05-15
1
-2/+2
*
Ninja/Makefile: Add support for copying directories into Apple bundles
Junpeng Qiu
2025-03-26
1
-1/+3
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
instrumentation: Add Config value to snippet data
Martin Duffy
2025-02-09
1
-0/+2
*
cmMakefileGenerator: Update GetConfigName to return const reference
Martin Duffy
2025-02-09
1
-1/+1
*
Refactor: Eliminate redundant `std::to_string` as arg of `cmStrCat`
Alex Turbov
2025-01-26
1
-11/+7
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-58/+58
*
instrumentation: Add targetLabels field to link snippets
Martin Duffy
2025-01-17
1
-1/+2
*
Fortran: Add Fortran_BUILDING_INTRINSIC_MODULES for building intrinsics
Alex Turbov
2025-01-09
1
-2/+2
*
cmPolicies: Remove now-unused REQUIRED_IF_USED and REQUIRED_ALWAYS states
Brad King
2024-11-13
1
-2/+0
*
Link step: Add LINK_WARNING_AS_ERROR target property
Marc Chevrier
2024-11-12
1
-0/+2
*
Add support of "LINKER:" prefix for artifact creation flags
Marc Chevrier
2024-11-04
1
-2/+2
*
Refactoring cmRulePlaceHolderExpander: propagate cmBuildStep information
Marc Chevrier
2024-11-04
1
-1/+3
*
Source: Remove unnecessary calls to CollapseFullPath
Brad King
2024-10-22
1
-5/+2
*
cmMakefileTargetGenerator: Avoid crash on GetLinkInformation failure
Brad King
2024-09-20
1
-7/+8
*
add_custom_command: Add CODEGEN support
Juan Ramos
2024-07-01
1
-0/+29
*
PCH: Use per-arch .pch files only when building multiple Apple architectures
Brad King
2024-05-01
1
-7/+4
*
Source: Use cmValue::IsOn and IsOff
Vitaly Stakhovsky
2024-03-17
1
-6/+7
*
Merge topic 'orkun_refactor_09_01_2024'
Brad King
2024-01-10
1
-22/+20
|
\
|
*
Makefile: Reduce string copies
Orkun Tokdemir
2024-01-09
1
-3/+3
|
*
Makefile: Remove redundant push_back
Orkun Tokdemir
2024-01-09
1
-2/+1
|
*
Makefile: Improve const correctness
Orkun Tokdemir
2024-01-09
1
-15/+16
|
*
Makefile: Remove no-op call
Orkun Tokdemir
2024-01-09
1
-2/+0
*
|
Merge topic 'makefile-depfile'
Brad King
2024-01-10
1
-4/+3
|
\
\
|
|
/
|
/
|
|
*
Makefile: Fix double escaping when DEPFILE is used
Orkun Tokdemir
2024-01-09
1
-3/+2
|
*
Makefile: Reduce string copies
Orkun Tokdemir
2024-01-08
1
-1/+1
*
|
Merge topic 'fortran-objects-as-sources-fix'
Brad King
2023-11-27
1
-2/+13
|
\
\
|
|
/
|
*
Makefiles: provide, but do not consume, "forward linked" target dirs
Ben Boeckel
2023-11-23
1
-0/+11
|
*
cmCommonTargetGenerator: return forward linked target dirs too
Ben Boeckel
2023-11-21
1
-2/+2
*
|
Add options to specify linker tool
Marc Chevrier
2023-10-13
1
-0/+2
|
/
*
cxxmodules: rework control logic for scanning regular C++ sources
Ben Boeckel
2023-10-02
1
-8/+0
*
Merge topic 'modules-better-messages'
Brad King
2023-08-25
1
-3/+3
|
\
|
*
cxxmodules: improve error messages for C++ module setup
Ben Boeckel
2023-08-23
1
-3/+3
*
|
LINK_OPTIONS: ensure correct dollar escaping
Marc Chevrier
2023-07-17
1
-0/+6
*
|
codecvt: Extrace codecvt::Encoding to remove codecvt includes
Clemens Wasser
2023-06-22
1
-4/+4
|
/
*
Makefiles: quote `$(COLOR)` expansions
Ben Boeckel
2023-06-08
1
-1/+1
*
cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesets
Ben Boeckel
2023-05-31
1
-2/+1
*
TargetGenerator: Add SKIP_LINTING source property
Orkun Tokdemir
2023-05-16
1
-4/+7
*
TargetGenerator: Factor out generation of code check rules
Orkun Tokdemir
2023-05-16
1
-144/+23
[next]