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
*
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
*
|
cmMakefile: Handle CMP0014 before configuring the generator.
Stephen Kelly
2015-05-14
1
-1/+36
*
|
cmMakefile: Remove redundant variable set.
Stephen Kelly
2015-05-14
1
-1/+0
*
|
cmMakefile: Use the state to determine the parent directory.
Stephen Kelly
2015-05-14
1
-3/+4
*
|
cmLocalGenerator: Initialize state before creating cmMakefile.
Stephen Kelly
2015-05-14
1
-15/+1
*
|
CTest: Stop telling 'make' to ignore errors with -i
Brad King
2015-05-12
1
-0/+20
*
|
Merge topic 'refactor-cmPolicies'
Brad King
2015-05-05
1
-43/+26
|
\
\
|
*
|
cmPolicies: Implement abstraction for PolicyMap.
Stephen Kelly
2015-05-04
1
-6/+5
|
*
|
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-37/+21
*
|
|
Merge topic 'refactor-cmMakefile-constructor'
Brad King
2015-05-05
1
-8/+3
|
\
\
\
|
*
|
|
cmMakefile: Inline Intialize method in constructor
Brad King
2015-05-04
1
-6/+0
|
*
|
|
cmMakefile: Initialize SuppressWatches member before use
Brad King
2015-05-04
1
-3/+4
*
|
|
|
Merge topic 'add-cmMakefile-GetGlobalGenerator'
Brad King
2015-05-04
1
-46/+34
|
\
\
\
\
|
*
|
|
|
Port to cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-05-03
1
-37/+26
|
*
|
|
|
cmMakefile: Extract an accessor for the global generator.
Stephen Kelly
2015-05-03
1
-1/+6
|
*
|
|
|
cmMakefile: Use GetCMakeInstance.
Stephen Kelly
2015-05-03
1
-4/+2
|
*
|
|
|
cmMakefile: Simplify GetCMakeInstance implementation.
Stephen Kelly
2015-05-03
1
-5/+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
cmDefinitions: Make Get method static.
Stephen Kelly
2015-05-01
1
-2/+2
*
|
|
|
cmDefinitions: Remove Parent pointer.
Stephen Kelly
2015-05-01
1
-6/+1
[next]