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 '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
|
*
Merge Configure state with GeneratingBuildSystem state.
Stephen Kelly
2015-06-04
1
-2/+2
*
|
Merge topic 'rename-cmState-API'
Brad King
2015-06-04
1
-2/+3
|
\
\
|
*
|
cmState: Rename GetParent method.
Stephen Kelly
2015-06-02
1
-1/+2
|
*
|
cmState: Rename CreateSnapshot method.
Stephen Kelly
2015-06-02
1
-1/+1
|
|
/
*
|
Merge topic 'minor-cleanups'
Brad King
2015-06-04
1
-9/+18
|
\
\
|
*
|
cmMakefile: Add API for elseif to create backtrace.
Stephen Kelly
2015-06-02
1
-0/+14
|
*
|
cmMakefile: Simplify CMP0000 handling.
Stephen Kelly
2015-06-02
1
-9/+4
|
|
/
*
|
VS: Compute project GUIDs deterministically
Brad King
2015-06-04
1
-15/+0
|
/
*
Merge topic 'inject-state-snapshot'
Brad King
2015-05-27
1
-1/+4
|
\
|
*
cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.
Stephen Kelly
2015-05-27
1
-1/+4
*
|
cmMakefile: Don't pop the directory listfile off the stack.
Stephen Kelly
2015-05-25
1
-16/+10
*
|
cmMakefile: Simplify convert condition.
Stephen Kelly
2015-05-25
1
-2/+1
|
/
*
cmake: Add IssueMessage overload taking a single cmListFileContext.
Stephen Kelly
2015-05-21
1
-22/+18
*
Merge topic 'clean-up-CMAKE_COMMAND'
Brad King
2015-05-21
1
-1/+0
|
\
|
*
Use cmSystemTools::GetCMakeCommand() to get path to cmake internally
Brad King
2015-05-20
1
-1/+0
*
|
cmMakefile: Remove VarUsageStack.
Stephen Kelly
2015-05-19
1
-50/+8
*
|
cmMakefile: Remove VarInitStack.
Stephen Kelly
2015-05-19
1
-21/+11
*
|
cmMakefile: Use more suitable method name to log var usage.
Stephen Kelly
2015-05-19
1
-6/+6
*
|
cmMakefile: Mark definitions explicitly erased, even at top level.
Stephen Kelly
2015-05-19
1
-9/+1
*
|
cmMakefile: Raise variable in scope explicitly when needed.
Stephen Kelly
2015-05-19
1
-1/+1
*
|
cmMakefile: Use early return to reduce nested code.
Stephen Kelly
2015-05-19
1
-15/+16
*
|
cmMakefile: Don't use else after return.
Stephen Kelly
2015-05-19
1
-4/+1
*
|
cmMakefile: Remove redundant conditions.
Stephen Kelly
2015-05-19
1
-6/+3
*
|
cmMakefile: Remove Print() debugging facilities.
Stephen Kelly
2015-05-19
1
-53/+0
*
|
cmMakefile: Remove duplicate variable initialization.
Stephen Kelly
2015-05-19
1
-4/+2
*
|
cmMakefile: Don't expect the VarStack iterator to support size().
Stephen Kelly
2015-05-19
1
-2/+1
*
|
cmMakefile: Remove redundant condition.
Stephen Kelly
2015-05-19
1
-8/+2
*
|
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
-4/+6
*
|
cmMakefile: Remove CurrentListFile member.
Stephen Kelly
2015-05-19
1
-6/+1
*
|
cmMakefile: Port CurrentListFile clients to GetDefinition.
Stephen Kelly
2015-05-19
1
-1/+2
|
/
*
Merge topic 'minor-cleanups'
Brad King
2015-05-19
1
-22/+17
|
\
|
*
cmListFileBacktrace: Hide the context-stack implementation detail.
Stephen Kelly
2015-05-18
1
-5/+5
|
*
cmListFileContext: Implement LessThanComparable.
Stephen Kelly
2015-05-18
1
-3/+1
|
*
cmMakefile: Use std::set::insert API to simplify CMP0054 handling.
Stephen Kelly
2015-05-18
1
-9/+1
|
*
cmMakefile: Simplify CMP0054 handling.
Stephen Kelly
2015-05-18
1
-3/+2
|
*
cmMakefile: Add access to the top-level execution context.
Stephen Kelly
2015-05-18
1
-4/+10
|
*
cmMakefile: Replace deques with vectors.
Stephen Kelly
2015-05-18
1
-1/+1
*
|
Merge topic 'clean-up-makefile-generators'
Brad King
2015-05-19
1
-1/+1
|
\
\
|
*
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-1/+1
|
|
/
*
|
Merge topic 'clean-up-cmDefinitions'
Brad King
2015-05-19
1
-10/+2
|
\
\
|
*
|
cmDefinitions: Make the ClosureKeys method static.
Stephen Kelly
2015-05-17
1
-10/+2
|
|
/
*
|
Merge topic 'fix-function-missing-endforeach'
Brad King
2015-05-19
1
-0/+1
|
\
\
|
|
/
|
/
|
|
*
Fix assertion failure on unmatched foreach in function (#15572)
Brad King
2015-05-18
1
-0/+1
[next]