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
*
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-1/+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
*
|
|
cmDefinitions: Accept varStack iterators in Get API.
Stephen Kelly
2015-05-01
1
-1/+2
|
/
/
*
|
cmMakefile: Implement RaiseScope without relying on Parent.
Stephen Kelly
2015-04-30
1
-20/+24
*
|
cmMakefile: Implement RaiseScope in terms of local Get method.
Stephen Kelly
2015-04-30
1
-1/+1
*
|
Merge topic 'refactor-cmDefinitions'
Brad King
2015-04-30
1
-50/+117
|
\
\
|
*
|
cmDefinitions: Externalize looping for ClosureKeys.
Stephen Kelly
2015-04-29
1
-1/+10
|
*
|
cmDefinitions: Implement MakeClosure in terms of reverse iterators.
Stephen Kelly
2015-04-29
1
-9/+3
|
*
|
cmDefinitions: Convert MakeClosure into a static method.
Stephen Kelly
2015-04-29
1
-1/+9
|
*
|
cmMakefile: Remove stack adaptor for the VarStack.
Stephen Kelly
2015-04-29
1
-12/+12
|
*
|
cmDefinitions: Replace private constructor with MakeClosure.
Stephen Kelly
2015-04-29
1
-1/+1
|
*
|
cmDefinitions: Make ClosureKeys API vector-based.
Stephen Kelly
2015-04-29
1
-3/+2
|
*
|
cmDefinitions: Change LocalKeys to return a vector.
Stephen Kelly
2015-04-29
1
-5/+5
|
*
|
cmDefinitions: Externalize the Set logic.
Stephen Kelly
2015-04-29
1
-1/+9
|
*
|
cmMakefile: Use the Internal class to enclose the VarStack.
Stephen Kelly
2015-04-29
1
-46/+95
|
|
/
*
|
Merge topic 'revert-CMP0057'
Brad King
2015-04-30
1
-27/+0
|
\
\
|
|
/
|
/
|
|
*
Revert "add_custom_command: Diagnose MAIN_DEPENDENCY limitation."
Nils Gladitz
2015-04-30
1
-27/+0
*
|
cmState: Store the Current directories.
Stephen Kelly
2015-04-28
1
-14/+8
*
|
Introduce cmState::Snapshot.
Stephen Kelly
2015-04-28
1
-1/+17
*
|
cmMakefile: Require the localGenerator in the constructor.
Stephen Kelly
2015-04-28
1
-42/+36
*
|
cmLocalGenerator: Require a parent in the constructor.
Stephen Kelly
2015-04-28
1
-2/+2
*
|
cmMakefile: Inline SetHome* methods into last remaining caller.
Stephen Kelly
2015-04-28
1
-21/+17
*
|
cmMakefile: Delegate storage of Home dirs to the cmake class.
Stephen Kelly
2015-04-28
1
-13/+8
|
/
*
Merge topic 'clean-up-cmMakefile'
Brad King
2015-04-21
1
-22/+59
|
\
|
*
cmMakefile: Out-of-line the directory methods.
Stephen Kelly
2015-04-21
1
-0/+31
|
*
cmMakefile: Use method abstraction to access directories.
Stephen Kelly
2015-04-21
1
-7/+8
|
*
cmMakefile: Rename SetStart* directory API to SetCurrent*.
Stephen Kelly
2015-04-20
1
-2/+2
|
*
cmMakefile: Port users of GetStart* methods to new names.
Stephen Kelly
2015-04-20
1
-4/+4
|
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-6/+6
|
*
cmake: Remove redundant start directories.
Stephen Kelly
2015-04-20
1
-2/+0
|
*
cmMakefile: Populate Home directories on initialize.
Stephen Kelly
2015-04-20
1
-0/+3
|
*
cmMakefile: Initialize dir definitions early.
Stephen Kelly
2015-04-20
1
-1/+5
|
*
cmMakefile: Fix wrong parameter names.
Stephen Kelly
2015-04-20
1
-2/+2
[next]