summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'inject-state-snapshot'Brad King2015-05-271-22/+23
|\
| * cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-7/+4
| * cmState: Host some state from the cmGlobalGenerator.Stephen Kelly2015-05-271-14/+14
| * cmState: Move snapshot creation to the cmake instance.Stephen Kelly2015-05-241-2/+6
* | Honor visibility properties for all target types (#15556)Brad King2015-05-261-12/+48
|/
* Convert: Remove specification of default parameter.Stephen Kelly2015-05-201-2/+2
* cmLocalGenerator: Get enabled languages from cmState.Stephen Kelly2015-05-201-2/+2
* cmLocalGenerator: Implement IsRootMakefile in terms of cmState.Stephen Kelly2015-05-201-1/+1
* cmLocalGenerator: Inline ReadListFile method.Stephen Kelly2015-05-201-12/+4
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-3/+1
* Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-191-149/+13
|\
| * cmLocalGenerator: Remove redundant path access.Stephen Kelly2015-05-161-2/+1
| * cmLocalGenerator: Remove redundant path conversions.Stephen Kelly2015-05-161-3/+0
| * cmState: Store computed relative paths to to current directories.Stephen Kelly2015-05-161-103/+4
| * cmState::Snapshot: Store components for current directories.Stephen Kelly2015-05-161-32/+6
| * cmState: Compute and store directory components.Stephen Kelly2015-05-161-12/+5
* | cmLocalGenerator: Remove unused IgnoreLibPrefix.Stephen Kelly2015-05-181-1/+0
|/
* cmMakefile: Handle CMP0014 before configuring the generator.Stephen Kelly2015-05-141-37/+7
* cmLocalGenerator: Assert that there is a parent.Stephen Kelly2015-05-141-4/+1
* cmLocalGenerator: Add abstraction to check if top-level.Stephen Kelly2015-05-141-0/+5
* cmGlobalGenerator: Move some flags from cmLocalGenerator.Stephen Kelly2015-05-141-16/+30
* cmLocalGenerator: Port loops to cmState::Snapshot.Stephen Kelly2015-05-141-22/+20
* cmLocalGenerator: Convert two recursive methods to loops.Stephen Kelly2015-05-141-20/+50
* cmLocalGenerator: Get project directories from the cmState.Stephen Kelly2015-05-141-37/+36
* cmLocalGenerator: Initialize state before creating cmMakefile.Stephen Kelly2015-05-141-0/+17
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-9/+5
* cmLocalGenerator: Remove EscapeForShellOldStyle to only caller.Stephen Kelly2015-05-141-29/+0
* Port to static cmPolicies API.Stephen Kelly2015-05-041-4/+3
* cmMakefile: Require the localGenerator in the constructor.Stephen Kelly2015-04-281-2/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+6
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-25/+27
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-3/+3
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-2/+3
* cmMakefile: Populate Home directories on initialize.Stephen Kelly2015-04-201-6/+0
* Merge topic 'clean-up-ReadListFile'Brad King2015-04-201-1/+1
|\
| * cmMakefile: Add a method for processing buildsystem files.Stephen Kelly2015-04-181-1/+1
* | Merge topic 'add-GreenHills-MULTI-generator'Brad King2015-04-201-6/+8
|\ \ | |/ |/|
| * cmLocalGenerator: Constify some cmTarget and cmGeneratorTarget argumentsGeoff Viola2015-04-091-6/+8
* | cmMakefile: Internalize setting of CMakeInstance on Properties.Stephen Kelly2015-04-121-1/+0
|/
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-091-1/+1
* Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-3/+3
* Genex: Enable use of COMPILE_LANGUAGE for compile options.Stephen Kelly2015-03-091-2/+2
* Merge topic 'fix-crash-on-bad-LANG_STANDARD'Brad King2015-03-021-1/+8
|\
| * Diagnose invalid <LANG>_STANDARD value instead of crashing (#15426)Brad King2015-02-281-1/+8
* | Merge topic 'install-manifest-optimize'Brad King2015-02-271-11/+6
|\ \
| * | install: Write the entire installation manifest at onceRobert Goulet2015-02-261-11/+6
| |/
* | cmLocalGenerator: Convert loop to algorithm.Stephen Kelly2015-02-181-6/+1
* | cmLocalGenerator: Move variable population inside of condition.Stephen Kelly2015-02-171-4/+3
* | Convert loops to cmJoin algorithm with cmRange.Stephen Kelly2015-02-111-7/+1