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
/
cmLocalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert: Remove specification of default parameter.
Stephen Kelly
2015-05-20
1
-2/+2
*
cmLocalGenerator: Get enabled languages from cmState.
Stephen Kelly
2015-05-20
1
-2/+2
*
cmLocalGenerator: Implement IsRootMakefile in terms of cmState.
Stephen Kelly
2015-05-20
1
-1/+1
*
cmLocalGenerator: Inline ReadListFile method.
Stephen Kelly
2015-05-20
1
-12/+4
*
Use cmSystemTools::GetCMakeCommand() to get path to cmake internally
Brad King
2015-05-20
1
-3/+1
*
Merge topic 'refactor-cmLocalGenerator'
Brad King
2015-05-19
1
-149/+13
|
\
|
*
cmLocalGenerator: Remove redundant path access.
Stephen Kelly
2015-05-16
1
-2/+1
|
*
cmLocalGenerator: Remove redundant path conversions.
Stephen Kelly
2015-05-16
1
-3/+0
|
*
cmState: Store computed relative paths to to current directories.
Stephen Kelly
2015-05-16
1
-103/+4
|
*
cmState::Snapshot: Store components for current directories.
Stephen Kelly
2015-05-16
1
-32/+6
|
*
cmState: Compute and store directory components.
Stephen Kelly
2015-05-16
1
-12/+5
*
|
cmLocalGenerator: Remove unused IgnoreLibPrefix.
Stephen Kelly
2015-05-18
1
-1/+0
|
/
*
cmMakefile: Handle CMP0014 before configuring the generator.
Stephen Kelly
2015-05-14
1
-37/+7
*
cmLocalGenerator: Assert that there is a parent.
Stephen Kelly
2015-05-14
1
-4/+1
*
cmLocalGenerator: Add abstraction to check if top-level.
Stephen Kelly
2015-05-14
1
-0/+5
*
cmGlobalGenerator: Move some flags from cmLocalGenerator.
Stephen Kelly
2015-05-14
1
-16/+30
*
cmLocalGenerator: Port loops to cmState::Snapshot.
Stephen Kelly
2015-05-14
1
-22/+20
*
cmLocalGenerator: Convert two recursive methods to loops.
Stephen Kelly
2015-05-14
1
-20/+50
*
cmLocalGenerator: Get project directories from the cmState.
Stephen Kelly
2015-05-14
1
-37/+36
*
cmLocalGenerator: Initialize state before creating cmMakefile.
Stephen Kelly
2015-05-14
1
-0/+17
*
cmLocalGenerator: Require a global generator in the constructor.
Stephen Kelly
2015-05-14
1
-9/+5
*
cmLocalGenerator: Remove EscapeForShellOldStyle to only caller.
Stephen Kelly
2015-05-14
1
-29/+0
*
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-4/+3
*
cmMakefile: Require the localGenerator in the constructor.
Stephen Kelly
2015-04-28
1
-2/+1
*
cmLocalGenerator: Require a parent in the constructor.
Stephen Kelly
2015-04-28
1
-2/+6
*
cmMakefile: Port users of GetStart* methods to new names.
Stephen Kelly
2015-04-20
1
-25/+27
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-3/+3
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-2/+3
*
cmMakefile: Populate Home directories on initialize.
Stephen Kelly
2015-04-20
1
-6/+0
*
Merge topic 'clean-up-ReadListFile'
Brad King
2015-04-20
1
-1/+1
|
\
|
*
cmMakefile: Add a method for processing buildsystem files.
Stephen Kelly
2015-04-18
1
-1/+1
*
|
Merge topic 'add-GreenHills-MULTI-generator'
Brad King
2015-04-20
1
-6/+8
|
\
\
|
|
/
|
/
|
|
*
cmLocalGenerator: Constify some cmTarget and cmGeneratorTarget arguments
Geoff Viola
2015-04-09
1
-6/+8
*
|
cmMakefile: Internalize setting of CMakeInstance on Properties.
Stephen Kelly
2015-04-12
1
-1/+0
|
/
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Genex: Allow COMPILE_LANGUAGE when processing include directories.
Stephen Kelly
2015-03-09
1
-1/+1
*
Genex: Allow COMPILE_LANGUAGE when processing compile definitions.
Stephen Kelly
2015-03-09
1
-3/+3
*
Genex: Enable use of COMPILE_LANGUAGE for compile options.
Stephen Kelly
2015-03-09
1
-2/+2
*
Merge topic 'fix-crash-on-bad-LANG_STANDARD'
Brad King
2015-03-02
1
-1/+8
|
\
|
*
Diagnose invalid <LANG>_STANDARD value instead of crashing (#15426)
Brad King
2015-02-28
1
-1/+8
*
|
Merge topic 'install-manifest-optimize'
Brad King
2015-02-27
1
-11/+6
|
\
\
|
*
|
install: Write the entire installation manifest at once
Robert Goulet
2015-02-26
1
-11/+6
|
|
/
*
|
cmLocalGenerator: Convert loop to algorithm.
Stephen Kelly
2015-02-18
1
-6/+1
*
|
cmLocalGenerator: Move variable population inside of condition.
Stephen Kelly
2015-02-17
1
-4/+3
*
|
Convert loops to cmJoin algorithm with cmRange.
Stephen Kelly
2015-02-11
1
-7/+1
*
|
Convert loops populating maybe-empty content into the common pattern.
Stephen Kelly
2015-02-11
1
-4/+8
*
|
Replace temporary bool by inlining warning condition.
Stephen Kelly
2015-02-06
1
-15/+11
*
|
Replace loop with member algorithm.
Stephen Kelly
2015-02-06
1
-6/+5
*
|
cmLocalGenerator: Replace loop with find_first_not_of
Stephen Kelly
2015-02-05
1
-5/+1
|
/
*
Merge topic 'fix-C-standard-features'
Brad King
2015-02-05
1
-8/+22
|
\
[next]