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
...
*
|
Merge topic 'minor-cleanups'
Brad King
2015-06-22
1
-0/+3
|
\
\
|
*
|
cmMakefile: Move IsRoot API from cmLocalGenerator.
Stephen Kelly
2015-06-21
1
-0/+3
*
|
|
Merge topic 'clean-up-ReadListFile'
Brad King
2015-06-22
1
-10/+5
|
\
\
\
|
*
|
|
cmMakefile: Move ListFile parsing responsibility out of internal method.
Stephen Kelly
2015-06-21
1
-2/+2
|
*
|
|
cmMakefile: Rename parameter.
Stephen Kelly
2015-06-21
1
-4/+4
|
*
|
|
cmMakefile: Inline ReadListFileInternal into caller.
Stephen Kelly
2015-06-21
1
-2/+0
|
*
|
|
cmMakefile: Move IncludeScope to ReadDependentFile.
Stephen Kelly
2015-06-21
1
-1/+0
|
*
|
|
cmMakefile: Move include scope out of ReadListFileInternal.
Stephen Kelly
2015-06-21
1
-3/+1
|
*
|
|
cmMakefile: Rename variables.
Stephen Kelly
2015-06-21
1
-1/+1
|
*
|
|
cmMakefile: Change return type of ReadListFileInternal.
Stephen Kelly
2015-06-21
1
-1/+1
|
*
|
|
cmMakefile: Move listfile parsing responsibility.
Stephen Kelly
2015-06-21
1
-3/+3
|
|
/
/
*
|
|
cmMakefile: Add filename context to ExpandArguments.
Stephen Kelly
2015-06-21
1
-2/+6
|
/
/
*
|
cmMakefile: Move CMP0059 handling to command code.
Stephen Kelly
2015-06-08
1
-0/+2
*
|
Merge topic 'data-layout'
Brad King
2015-06-08
1
-11/+8
|
\
\
|
*
|
cmMakefile: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-9/+7
|
*
|
cmPropertyMap: Remove chaining logic.
Stephen Kelly
2015-06-07
1
-2/+1
*
|
|
Merge topic 'clean-up-cmMakefile'
Brad King
2015-06-08
1
-18/+34
|
\
\
\
|
*
|
|
cmMakefile: Remove cacheOnly option from GetDefinitions.
Stephen Kelly
2015-06-07
1
-1/+1
|
|
/
/
|
*
|
cmMakefile: Simplify InitializeFromParent method.
Stephen Kelly
2015-06-06
1
-1/+1
|
*
|
cmMakefile: Remove unused GetPolicies method.
Stephen Kelly
2015-06-06
1
-6/+0
|
*
|
cmMakefile: Out-of-line the cmMakefileCall.
Stephen Kelly
2015-06-06
1
-9/+2
|
*
|
cmMakefile: Create a unified raii for macro scopes.
Stephen Kelly
2015-06-04
1
-0/+15
|
*
|
cmMakefile: Create a unified raii for function scopes.
Stephen Kelly
2015-06-04
1
-1/+15
*
|
|
Merge topic 'move-Feature-API'
Brad King
2015-06-08
1
-3/+0
|
\
\
\
|
*
|
|
cmLocalGenerator: Add Feature API from cmMakefile.
Stephen Kelly
2015-06-06
1
-3/+0
|
|
/
/
*
|
|
cmMakefile: Make the cmState::Snapshot accessible.
Stephen Kelly
2015-06-06
1
-0/+2
|
/
/
*
|
Merge topic 'cmMakefile-Configure'
Brad King
2015-06-04
1
-4/+8
|
\
\
|
*
|
cmMakefile: Store unconfigured cmMakefiles.
Stephen Kelly
2015-06-04
1
-1/+1
|
*
|
cmMakefile: Implement ConfigureSubDirectory in terms of cmMakefile.
Stephen Kelly
2015-06-04
1
-1/+1
|
*
|
cmMakefile: Move Configure responsibility from cmLocalGenerator.
Stephen Kelly
2015-06-04
1
-5/+2
|
*
|
cmMakefile: Refactor directories specified with the subdirs command.
Stephen Kelly
2015-06-04
1
-0/+7
|
*
|
Merge Configure state with GeneratingBuildSystem state.
Stephen Kelly
2015-06-04
1
-3/+3
*
|
|
cmMakefile: Add API for elseif to create backtrace.
Stephen Kelly
2015-06-02
1
-0/+1
|
/
/
*
|
cmMakefile: Remove VarUsageStack.
Stephen Kelly
2015-05-19
1
-2/+0
*
|
cmMakefile: Use more suitable method name to log var usage.
Stephen Kelly
2015-05-19
1
-1/+1
*
|
cmMakefile: Move internal method to private scope.
Stephen Kelly
2015-05-19
1
-2/+2
*
|
cmMakefile: Remove Print() debugging facilities.
Stephen Kelly
2015-05-19
1
-9/+0
*
|
cmMakefile: Rename method to something more appropriate.
Stephen Kelly
2015-05-19
1
-1/+1
*
|
cmMakefile: Make the public ReadListFile method take one param.
Stephen Kelly
2015-05-19
1
-6/+5
*
|
cmMakefile: Remove CurrentListFile member.
Stephen Kelly
2015-05-19
1
-10/+0
*
|
Merge topic 'use-std-unordered_map'
Brad King
2015-05-19
1
-1/+13
|
\
\
|
*
|
Use std::unordered_map instead of hash_map where available.
Stephen Kelly
2015-05-18
1
-1/+13
*
|
|
cmListFileContext: Implement LessThanComparable.
Stephen Kelly
2015-05-18
1
-20/+1
*
|
|
cmMakefile: Simplify CMP0054 handling.
Stephen Kelly
2015-05-18
1
-2/+1
*
|
|
cmMakefile: Add access to the top-level execution context.
Stephen Kelly
2015-05-18
1
-0/+1
*
|
|
cmMakefile: Replace deques with vectors.
Stephen Kelly
2015-05-18
1
-3/+2
|
/
/
*
|
CTest: Stop telling 'make' to ignore errors with -i
Brad King
2015-05-12
1
-0/+2
*
|
Merge topic 'refactor-cmMakefile-constructor'
Brad King
2015-05-05
1
-1/+0
|
\
\
|
*
|
cmMakefile: Inline Intialize method in constructor
Brad King
2015-05-04
1
-1/+0
*
|
|
cmMakefile: Extract an accessor for the global generator.
Stephen Kelly
2015-05-03
1
-0/+1
|
/
/
[prev]
[next]