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
/
cmMakefileExecutableTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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/+1
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-7/+7
*
CMP0065: Remove support for OLD behavior
Brad King
2025-01-22
1
-1/+1
*
instrumentation: Add targetLabels field to link snippets
Martin Duffy
2025-01-17
1
-0/+2
*
Add support of "LINKER:" prefix for Windows executable creation
Marc Chevrier
2024-11-04
1
-10/+10
*
Add support of "LINKER:" prefix for artifact creation flags
Marc Chevrier
2024-11-04
1
-2/+4
*
Refactoring cmRulePlaceHolderExpander: propagate cmBuildStep information
Marc Chevrier
2024-11-04
1
-2/+3
*
Add support of "LINKER:" prefix for CMAKE_<TYPE>_LINKER_FLAGS variable
Marc Chevrier
2024-11-04
1
-1/+2
*
Add options to specify linker tool
Marc Chevrier
2023-10-13
1
-0/+3
*
CreateRulePlaceholderExpander(): enhance memory management
Marc Chevrier
2023-05-04
1
-4/+4
*
Link step: use linker dependency linker file
Marc Chevrier
2023-05-03
1
-0/+2
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-7/+7
*
Makefile: Don't pass the CUDA compiler response files with UTF8_BOM
Robert Maynard
2023-02-28
1
-4/+5
*
RULE_LAUNCH_*: Add support for generator expressions
Kyle Edwards
2023-02-03
1
-6/+8
*
Watcom: Replace WATCOMQUOTE format by UseWatcomQuote attribute
Jiri Malak
2023-01-24
1
-4/+1
*
CUDA: Add Device LTO support for nvcc
Robert Maynard
2022-07-22
1
-8/+9
*
CUDA: Support response files with nvcc
Robert Maynard
2022-06-13
1
-4/+6
*
cmLocalGenerator: Adopt AppendModuleDefinitionFlag method
Brad King
2022-05-31
1
-2/+3
*
Merge topic 'aix-exe-exports'
Brad King
2022-03-28
1
-3/+3
|
\
|
*
AIX: Fix executable ENABLE_EXPORTS in Makefile generators
Brad King
2022-03-26
1
-3/+3
*
|
CUDA: Ignore USE_WATCOM_QUOTE for device link rules
Raul Tambre
2021-11-07
1
-9/+3
*
|
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-6/+6
*
|
LINK_WHAT_YOU_USE feature: externalize configuration
Marc Chevrier
2021-07-09
1
-9/+14
|
/
*
Launchers: Support setting linker launchers
Bobby D Reynolds
2021-05-28
1
-0/+6
*
cmLocalGenerator: Factor out relative path conversion helpers
Brad King
2021-05-13
1
-40/+26
*
Per-language Win32/Console flags
Raul Tambre
2021-03-17
1
-2/+5
*
cmLocalGenerator::GetRuleLauncher: return cmProp
vvs31415
2020-11-02
1
-6/+7
*
CUDA: Clang separable compilation
Raul Tambre
2020-09-24
1
-22/+31
*
WIN32_EXECUTABLE: Add support for generator expressions
Kyle Edwards
2020-08-21
1
-1/+2
*
cmNonempty: Convenience inlines to check for non-empty string
Vitaly Stakhovsky
2020-07-14
1
-2/+2
*
cmMakefile: add GetDefExpandList() that splits value into std::vector
Vitaly Stakhovsky
2020-05-30
1
-3/+1
*
CUDA: Device linking use now link options
Marc Chevrier
2020-04-19
1
-21/+5
*
cmState::GetTargetTypeName: return type is *cmProp
Vitaly Stakhovsky
2020-03-19
1
-1/+1
*
AIX: Add an option to disable automatic exports from shared libraries
Brad King
2020-01-31
1
-0/+3
*
cmGlobalGenerator: modernize memrory managemenbt
Marc Chevrier
2019-12-30
1
-4/+4
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-4/+4
*
Refactor: Prepare Ninja generator for multi-config
Kyle Edwards
2019-12-13
1
-26/+29
*
PCH: Generate sources during Compute step
Cristian Adam
2019-10-09
1
-2/+0
*
Unity build: Generate sources during Compute step
Brad King
2019-10-03
1
-1/+0
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
cmLocalGenerator: Remove AppendFlags 'const char*' overload
Brad King
2019-09-05
1
-4/+5
*
Unity build: Add support for Ninja and Makefile generators
Cristian Adam
2019-08-29
1
-0/+1
*
Precompile headers: Add methods to generate PCH sources
Cristian Adam
2019-08-28
1
-0/+2
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-35/+26
*
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-6/+5
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-3/+3
*
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-1/+1
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-2/+3
*
Merge topic 'cleanup-gen-lookups'
Brad King
2019-07-15
1
-3/+2
|
\
[next]