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 'fix-function-missing-end'
Brad King
2015-06-23
1
-1/+0
|
\
|
*
Fix assertion failure on unmatched function or macro
Brad King
2015-06-22
1
-1/+0
*
|
Merge topic 'minor-cleanups'
Brad King
2015-06-22
1
-7/+13
|
\
\
|
*
|
cmMakefile: Use member directly instead of through method.
Stephen Kelly
2015-06-21
1
-1/+1
|
*
|
cmMakefile: Move IsRoot API from cmLocalGenerator.
Stephen Kelly
2015-06-21
1
-0/+5
|
*
|
cmMakefile: Use cmOutputConverter instead of cmLocalGenerator.
Stephen Kelly
2015-06-21
1
-6/+7
*
|
|
Merge topic 'clean-up-ReadListFile'
Brad King
2015-06-22
1
-64/+76
|
\
\
\
|
*
|
|
cmMakefile: Simplify filename handling.
Stephen Kelly
2015-06-21
1
-7/+3
|
*
|
|
cmMakefile: Make the IncludeScope more responsible.
Stephen Kelly
2015-06-21
1
-3/+5
|
*
|
|
cmMakefile: Move IncludeScope.
Stephen Kelly
2015-06-21
1
-1/+2
|
*
|
|
cmMakefile: Move ListFile parsing responsibility out of internal method.
Stephen Kelly
2015-06-21
1
-19/+39
|
*
|
|
cmMakefile: Rename parameter.
Stephen Kelly
2015-06-21
1
-9/+9
|
*
|
|
cmMakefile: Inline ReadListFileInternal into caller.
Stephen Kelly
2015-06-21
1
-16/+11
|
*
|
|
cmMakefile: Move resource management into the IncludeScope.
Stephen Kelly
2015-06-21
1
-5/+2
|
*
|
|
cmMakefile: Move IncludeScope to ReadDependentFile.
Stephen Kelly
2015-06-21
1
-10/+15
|
*
|
|
cmMakefile: Move IncludeScope instance.
Stephen Kelly
2015-06-21
1
-1/+2
|
*
|
|
cmMakefile: Remove File from IncludeScope.
Stephen Kelly
2015-06-21
1
-7/+8
|
*
|
|
cmMakefile: Move include scope out of ReadListFileInternal.
Stephen Kelly
2015-06-21
1
-6/+7
|
*
|
|
cmMakefile: Change order of raii scopes.
Stephen Kelly
2015-06-21
1
-1/+1
|
*
|
|
cmMakefile: Simplify condition handling.
Stephen Kelly
2015-06-21
1
-13/+9
|
*
|
|
cmMakefile: Split file handling from execution.
Stephen Kelly
2015-06-21
1
-8/+11
|
*
|
|
cmMakefile: Move check for unused variables.
Stephen Kelly
2015-06-21
1
-5/+2
|
*
|
|
cmMakefile: Move a container population.
Stephen Kelly
2015-06-21
1
-5/+3
|
*
|
|
cmMakefile: Rename variables.
Stephen Kelly
2015-06-21
1
-7/+7
|
*
|
|
cmMakefile: Change return type of ReadListFileInternal.
Stephen Kelly
2015-06-21
1
-3/+1
|
*
|
|
cmMakefile: Move listfile parsing responsibility.
Stephen Kelly
2015-06-21
1
-10/+11
|
|
/
/
*
|
|
cmMakefile: Use GetExecutionFileStack method.
Stephen Kelly
2015-06-21
1
-1/+1
*
|
|
cmMakefile: Add filename context to ExpandArguments.
Stephen Kelly
2015-06-21
1
-6/+23
|
/
/
*
|
cmMakefile: Move CMP0059 handling to command code.
Stephen Kelly
2015-06-08
1
-16/+5
*
|
Merge topic 'data-layout'
Brad King
2015-06-08
1
-11/+9
|
\
\
|
*
|
cmPropertyMap: Remove chaining logic.
Stephen Kelly
2015-06-07
1
-9/+7
|
*
|
cmPropertyMap: Remove scope parameter from API where not used.
Stephen Kelly
2015-06-07
1
-2/+2
*
|
|
Merge topic 'clean-up-cmMakefile'
Brad King
2015-06-08
1
-21/+100
|
\
\
\
|
*
|
|
cmMakefile: Remove cacheOnly option from GetDefinitions.
Stephen Kelly
2015-06-07
1
-10/+3
|
*
|
|
cmMakefile: Simplify handling of CACHE_VARIABLES property.
Stephen Kelly
2015-06-07
1
-7/+7
|
|
/
/
|
*
|
cmMakefile: Simplify InitializeFromParent method.
Stephen Kelly
2015-06-06
1
-4/+2
|
*
|
cmMakefile: Out-of-line the cmMakefileCall.
Stephen Kelly
2015-06-06
1
-0/+12
|
*
|
cmMakefile: Inline PushScope into PushFunctionScope.
Stephen Kelly
2015-06-06
1
-2/+16
|
*
|
cmMakefile: Create a unified raii for macro scopes.
Stephen Kelly
2015-06-04
1
-0/+29
|
*
|
cmMakefile: Create a unified raii for function scopes.
Stephen Kelly
2015-06-04
1
-0/+33
*
|
|
Merge topic 'move-Feature-API'
Brad King
2015-06-08
1
-27/+0
|
\
\
\
|
*
|
|
cmLocalGenerator: Add Feature API from cmMakefile.
Stephen Kelly
2015-06-06
1
-27/+0
|
|
/
/
*
|
|
cmListFileBacktrace: Replace local generator with cmState::Snapshot.
Stephen Kelly
2015-06-06
1
-2/+2
*
|
|
cmMakefile: Make the cmState::Snapshot accessible.
Stephen Kelly
2015-06-06
1
-0/+5
|
/
/
*
|
Merge topic 'cmMakefile-Configure'
Brad King
2015-06-04
1
-10/+75
|
\
\
|
*
|
cmMakefile: Introduce a local cmMakefile variable.
Stephen Kelly
2015-06-04
1
-5/+7
|
*
|
cmMakefile: Store unconfigured cmMakefiles.
Stephen Kelly
2015-06-04
1
-4/+4
|
*
|
cmMakefile: Implement ConfigureSubDirectory in terms of cmMakefile.
Stephen Kelly
2015-06-04
1
-7/+7
|
*
|
cmMakefile: Move Configure responsibility from cmLocalGenerator.
Stephen Kelly
2015-06-04
1
-9/+59
|
*
|
cmMakefile: Refactor directories specified with the subdirs command.
Stephen Kelly
2015-06-04
1
-0/+13
[next]