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
/
cmMakefile.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmMakefile: Add missing initializer for recently added member
Brad King
2022-03-15
1
-1/+1
*
find_package: Add support for default GLOBAL imported targets
John Parent
2022-03-10
1
-0/+39
*
Merge topic 'debug-find'
Brad King
2022-02-11
1
-0/+14
|
\
|
*
find_package: Improve --debug-find-pkg= when using a find module
Brad King
2022-02-10
1
-0/+14
*
|
Genex: Add $<LINK_LIBRARY:...>
Marc Chevrier
2022-02-07
1
-0/+1
|
/
*
cmCustomCommand: Track main dependency explicitly
NAKAMURA Takumi
2021-12-14
1
-1/+1
*
cmMakefile: Simplify Add*Command and adopt to cmAddCustom*Command
NAKAMURA Takumi
2021-11-18
1
-36/+8
*
cmMakefile: Simplify detail:::Add{Custom,Utility}Command
NAKAMURA Takumi
2021-11-18
1
-1/+14
*
cmMakefile: Introduce GeneratorAction as the class.
NAKAMURA Takumi
2021-11-18
1
-3/+24
*
cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}Command
NAKAMURA Takumi
2021-11-18
1
-18/+16
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-7/+7
*
cmProp: cm::string_view cast operator must be explicit
Marc Chevrier
2021-09-14
1
-0/+4
*
Refactor: Convert parallel string/backtrace vectors to BT vectors
Kyle Edwards
2021-09-03
1
-11/+5
*
Enhancement: SetProperty accept cmProp or std::string
Marc Chevrier
2021-08-25
1
-0/+5
*
Refactor: reduce cmToCStr usage
Marc Chevrier
2021-08-19
1
-4/+4
*
cmMakefile: Split out CreateNewTarget from AddNewTarget
NAKAMURA Takumi
2021-07-08
1
-0/+5
*
cmMakefile: Add helper to initialize CMAKE_CONFIGURATION_TYPES
Brad King
2021-06-30
1
-0/+2
*
Source: Fix typos and spelling in comments
Josef Angstenberger
2021-05-07
1
-1/+1
*
foreach(): loop variables are only available in the loop scope
Marc Chevrier
2021-04-28
1
-0/+1
*
cmCustomCommand: Record value of CMP0116 at time of creation
Kyle Edwards
2021-02-23
1
-16/+18
*
file(GENERATE): Support new line style
Asit Dhal
2021-02-01
1
-1/+2
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1/+1
*
file(GENERATE): Support options to manipulate file permissions
Asit Dhal
2020-12-21
1
-1/+1
*
cmLocalGenerator: Adopt custom target 'force' output name generation
Brad King
2020-12-15
1
-5/+0
*
cmMakefile: Simplify custom target 'force' output name generation
Brad King
2020-12-15
1
-2/+2
*
Reduce the scope of temporary cmProp variables and other improvements
Vitaly Stakhovsky
2020-11-05
1
-2/+1
*
configure_file: Add option for user defined permissions
Asit Dhal
2020-10-24
1
-2/+3
*
Constify some code as suggested by clang-tidy
Cengizhan Pasaoglu
2020-10-19
1
-5/+5
*
cmMakefile: Consolidate CreateGenerated{Outputs,Byproducts}
Brad King
2020-10-08
1
-1/+0
*
cmLocalGenerator: Migrate custom command output lookup from cmMakefile
Brad King
2020-10-08
1
-75/+5
*
cmMakefile: Drop unnecessary custom command APPEND check
Brad King
2020-10-08
1
-11/+1
*
cmake_language: Add signature to DEFER calls to later times
Brad King
2020-09-29
1
-4/+33
*
cmMakefile: Clarify name of internal list file run method
Brad King
2020-09-29
1
-2/+2
*
cmMakefile: Replace GetExecutionFilePath with the top of the Backtrace
Brad King
2020-09-28
1
-2/+0
*
cmMakefile: Simplify ExpandArguments signature
Brad King
2020-09-28
1
-5/+2
*
cmMakefile: Remove now-unused overload of GetBacktrace
Brad King
2020-09-28
1
-1/+0
*
cmMakefile: Inline GetExecutionContext at call sites
Brad King
2020-09-28
1
-1/+0
*
Merge topic 'GetExecutionListFile-by-ref'
Brad King
2020-09-08
1
-1/+1
|
\
|
*
cmStateSnapshot: Return const reference from GetExecutionListFile()
Oleksandr Koval
2020-09-03
1
-1/+1
*
|
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
1
-4/+1
|
/
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-2/+1
*
file(GENERATE): Add TARGET argument
Raul Tambre
2020-08-20
1
-1/+1
*
Merge topic 'refactor-generator-configs'
Brad King
2020-07-06
1
-4/+11
|
\
|
*
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-4/+11
*
|
cmStandardLevelResolver: Added to handle standard level queries
Robert Maynard
2020-07-01
1
-86/+0
|
/
*
Merge topic 'remove-warn-unused-vars'
Craig Scott
2020-07-01
1
-7/+0
|
\
|
*
cmake: Remove broken '--warn-unused-vars' option
Brad King
2020-06-29
1
-7/+0
*
|
configure_file: Add option to control file permissions transfer to copy
Rahul Gottipati
2020-06-30
1
-0/+1
|
/
*
Refactor language standard computation
Justin Goshi
2020-06-16
1
-9/+45
*
cmMakefile: Change CompileFeatureKnown to take target name instead of target
Justin Goshi
2020-06-15
1
-2/+3
[next]