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.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'set-cache-keep-normal-variable'
Brad King
2021-05-25
1
-4/+4
|
\
|
*
set(CACHE): do not remove normal variable
Marc Chevrier
2021-05-20
1
-4/+4
*
|
Merge branch 'master' into cmp0082-exclude-from-all
Kyle Edwards
2021-05-24
1
-6/+22
|
\
\
|
|
/
|
*
Merge topic 'find_item-consistent-behavior-cache-variables'
Brad King
2021-05-13
1
-0/+2
|
|
\
|
|
*
find_*: ensure consistent behavior for cache variables
Marc Chevrier
2021-05-12
1
-0/+2
|
*
|
Source: Minor code improvements
Vitaly Stakhovsky
2021-05-11
1
-3/+3
|
|
/
|
*
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/+14
|
*
Treat '.ixx' and '.cppm' files as C++ sources
Andrew Gilewsky
2021-03-22
1
-1/+1
|
*
Merge topic 'autogen-cmp0116-fix'
Brad King
2021-02-24
1
-23/+29
|
|
\
|
*
|
Add deprecation warnings for policies CMP0081 and below
Brad King
2021-02-10
1
-1/+1
*
|
|
CMP0082: Check EXCLUDE_FROM_ALL property at generate time
Kyle Edwards
2021-05-24
1
-1/+1
|
|
/
|
/
|
*
|
cmCustomCommand: Record value of CMP0116 at time of creation
Kyle Edwards
2021-02-23
1
-23/+29
|
/
*
Merge topic 'issue-19198'
Brad King
2021-02-02
1
-3/+3
|
\
|
*
file(GENERATE): Support new line style
Asit Dhal
2021-02-01
1
-3/+3
*
|
cmInstallGenerator: Add backtrace to all install generators
Brad King
2021-01-28
1
-1/+1
|
/
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-2/+2
*
Merge topic 'trace_expand_bracket'
Brad King
2021-01-12
1
-1/+1
|
\
|
*
cmMakefile: Don't expand bracket arguments in --trace-expand
Raul Tambre
2021-01-11
1
-1/+1
*
|
Merge topic 'cpp-modules'
Brad King
2021-01-07
1
-3/+4
|
\
\
|
*
|
Treat the '.mpp' file extension as C++ code
Ben Boeckel
2021-01-05
1
-3/+4
*
|
|
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-14/+14
|
/
/
*
|
file(GENERATE): Support options to manipulate file permissions
Asit Dhal
2020-12-21
1
-2/+3
*
|
cmLocalGenerator: Adopt custom target 'force' output name generation
Brad King
2020-12-15
1
-20/+2
*
|
cmMakefile: Simplify custom target 'force' output name generation
Brad King
2020-12-15
1
-17/+10
*
|
GENERATED prop: Add implementation for policy CMP0118 being set to NEW
Deniz Bahadir
2020-11-24
1
-6/+2
*
|
Reduce the scope of temporary cmProp variables and other improvements
Vitaly Stakhovsky
2020-11-05
1
-8/+6
*
|
configure_file: Add option for user defined permissions
Asit Dhal
2020-10-24
1
-15/+5
*
|
Constify some code as suggested by clang-tidy
Cengizhan Pasaoglu
2020-10-19
1
-5/+5
*
|
Merge topic 'fix-refactor-generator-configs'
Brad King
2020-10-16
1
-3/+2
|
\
\
|
|
/
|
*
Fix regression in test/install/package configuration selection
Brad King
2020-10-15
1
-3/+2
*
|
Add deprecation warnings for policies CMP0075 and below
Brad King
2020-10-13
1
-1/+1
*
|
cmMakefile: Consolidate CreateGenerated{Outputs,Byproducts}
Brad King
2020-10-08
1
-13/+3
*
|
cmLocalGenerator: Migrate custom command output lookup from cmMakefile
Brad King
2020-10-08
1
-185/+0
*
|
cmMakefile: Drop unnecessary custom command APPEND check
Brad King
2020-10-08
1
-50/+1
|
/
*
cmListFileCache: Make cmListFileFunction a shared pointer
Oleksandr Koval
2020-10-01
1
-21/+21
*
cmake_language: Add signature to DEFER calls to later times
Brad King
2020-09-29
1
-11/+179
*
cmMakefile: Clarify name of internal list file run method
Brad King
2020-09-29
1
-6/+6
*
cmMakefile: Replace GetExecutionFilePath with the top of the Backtrace
Brad King
2020-09-28
1
-11/+5
*
cmMakefile: Simplify ExpandArguments signature
Brad King
2020-09-28
1
-15/+8
*
cmMakefile: Remove now-unused overload of GetBacktrace
Brad King
2020-09-28
1
-9/+0
*
cmMakefile: Inline GetExecutionContext at call sites
Brad King
2020-09-28
1
-6/+1
*
cmMakefile: Simplify GetExecutionContext implementation
Brad King
2020-09-28
1
-6/+1
*
cmCommandArgumentParserHelper: rework input handling
Oleksandr Koval
2020-09-09
1
-1/+1
*
Merge topic 'GetExecutionListFile-by-ref'
Brad King
2020-09-08
1
-3/+3
|
\
|
*
cmStateSnapshot: Return const reference from GetExecutionListFile()
Oleksandr Koval
2020-09-03
1
-3/+3
*
|
Refactor: Use cmToCStr()
Vitaly Stakhovsky
2020-09-03
1
-6/+6
|
/
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-59/+50
*
file(GENERATE): Add TARGET argument
Raul Tambre
2020-08-20
1
-3/+3
*
Bootstrap: Add support for Ninja
Kyle Edwards
2020-08-10
1
-2/+4
[next]