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
*
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
*
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-1/+1
*
cmIsOn: add overload accepting const std::string*
Vitaly Stakhovsky
2020-07-14
1
-4/+2
*
Merge topic 'imported-local-target-alias'
Brad King
2020-07-13
1
-0/+3
|
\
|
*
ALIAS targets: Non-global aliases must be propagated to sub-directories
Marc Chevrier
2020-07-11
1
-0/+3
*
|
Merge topic 'refactor-generator-configs'
Brad King
2020-07-06
1
-14/+17
|
\
\
|
*
|
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-14/+17
*
|
|
cmStandardLevelResolver: Added to handle standard level queries
Robert Maynard
2020-07-01
1
-781/+0
|
/
/
*
|
Merge topic 'remove-warn-unused-vars'
Craig Scott
2020-07-01
1
-42/+2
|
\
\
|
*
|
cmake: Remove broken '--warn-unused-vars' option
Brad King
2020-06-29
1
-42/+2
*
|
|
configure_file: Add option to control file permissions transfer to copy
Rahul Gottipati
2020-06-30
1
-1/+16
|
/
/
*
|
Merge topic 'fileApiAddLanguageStandardBacktrace'
Brad King
2020-06-29
1
-3/+3
|
\
\
|
*
|
Add backtrace support for language standard
Justin Goshi
2020-06-22
1
-3/+3
*
|
|
Deprecate compatibility with CMake versions older than 2.8.12
Brad King
2020-06-18
1
-2/+4
*
|
|
cmStateSnapshot: Invert CanPopPolicyScope return value to match name
Brad King
2020-06-18
1
-1/+1
|
/
/
*
|
Merge topic 'languageStandardRefactor'
Brad King
2020-06-18
1
-43/+156
|
\
\
|
*
|
Refactor language standard computation
Justin Goshi
2020-06-16
1
-41/+154
|
*
|
cmMakefile: Change CompileFeatureKnown to take target name instead of target
Justin Goshi
2020-06-15
1
-3/+3
*
|
|
cmake: implement error handling in configure_file
Asit Dhal
2020-06-17
1
-1/+9
|
/
/
*
|
Add deprecation warnings for policies CMP0072 and below
Brad King
2020-06-12
1
-1/+1
|
/
*
add_library/add_executable: allow local alias to imported targets
Marc Chevrier
2020-06-02
1
-3/+14
*
cmMakefile: add GetDefExpandList() that splits value into std::vector
Vitaly Stakhovsky
2020-05-30
1
-4/+13
*
cmTarget: Replace "perConfig" constructor boolean with enum
Brad King
2020-05-18
1
-6/+6
*
source_group: Support forward slashes in group hierarchy
Craig Scott
2020-05-10
1
-4/+4
*
Refactoring: Third-parties public headers are under cm3p prefix
Marc Chevrier
2020-05-07
1
-2/+3
*
Merge topic 'cmprop-state'
Brad King
2020-05-01
1
-4/+3
|
\
|
*
cmState::GetInitializedCacheValue: return cmProp
Vitaly Stakhovsky
2020-04-30
1
-4/+3
*
|
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-1/+1
|
/
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-17/+16
*
Merge topic 'msbuildUtf8Support'
Brad King
2020-04-15
1
-26/+28
|
\
|
*
Add support to indicate UTF-8 custom command pipe output encoding
Justin Goshi
2020-04-13
1
-26/+28
*
|
cmMakefile: use std::string_view
Ben Boeckel
2020-04-13
1
-1/+2
*
|
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
1
-4/+1
|
/
*
cmMakefile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-01
1
-36/+38
*
cmTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-30
1
-58/+54
*
cmStateDirectory::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-27
1
-2/+4
*
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-1/+1
*
Merge topic 'export-repeat'
Brad King
2020-03-20
1
-5/+11
|
\
|
*
export: Fix use-after-free on multiple calls overwriting same FILE
Brad King
2020-03-19
1
-5/+11
*
|
cmState::GetCacheEntryValue: return cmProp
Vitaly Stakhovsky
2020-03-17
1
-1/+3
*
|
cmake: add command line options to output script profiling data
Wouter Klouwen
2020-03-07
1
-2/+14
*
|
cmake_command: Add command to EVAL a CMake script as a string
Cristian Adam
2020-03-03
1
-0/+21
*
|
Add deprecation warnings for policies CMP0071 and below
Brad King
2020-02-17
1
-1/+1
|
/
*
Merge topic 'mf-json-type'
Brad King
2020-01-29
1
-3/+2
|
\
[next]