summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmState: Move GetTargetTypeName from cmTarget.Stephen Kelly2015-10-141-1/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-29/+29
* cmTarget: Move link type enum out.Stephen Kelly2015-10-141-3/+3
* Merge topic 'genex-generator-objects'Brad King2015-10-141-17/+23
|\
| * cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-17/+0
| * cmMakefile: Store container of cmExportBuildFileGenerators.Stephen Kelly2015-10-141-0/+23
* | Subdirs: Initialize from parent before configuring.Stephen Kelly2015-10-131-0/+1
* | cmState: Initialize properties immediately.Stephen Kelly2015-10-131-2/+0
* | cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-55/+0
* | cmState: Initialize current directories immediately.Stephen Kelly2015-10-131-26/+2
* | cmState: Initialize top level source directories immediately.Stephen Kelly2015-10-131-4/+0
* | cmMakefile: Set default internal definitions directly.Stephen Kelly2015-10-131-15/+15
* | cmMakefile: Set internal definitions directly.Stephen Kelly2015-10-131-6/+6
|/
* Merge topic 'refactor-cache-manager'Brad King2015-10-121-2/+2
|\
| * Always cache entries through the cmake instance.Stephen Kelly2015-10-101-2/+2
* | Merge topic 'add-cmLocalGenerator-API'Brad King2015-10-121-6/+1
|\ \
| * | cmMakefile: Remove unused GetProjectName calls.Stephen Kelly2015-10-081-5/+0
| * | cmMakefile: Inline initialization of project name.Stephen Kelly2015-10-081-1/+1
| |/
* | cmMakefile: Remove unneeded container clears.Stephen Kelly2015-10-081-3/+0
|/
* cmState: Internalize the initialization of a snapshot from its parent.Stephen Kelly2015-10-071-2/+0
* Remove now-unused directory setters.Stephen Kelly2015-10-071-15/+0
* Set the current dirs on the snapshot before creating the cmMakefile.Stephen Kelly2015-10-071-17/+30
* cmMakefile: Move invokation to initialize snapshot.Stephen Kelly2015-10-061-2/+3
* cmMakefile: Avoid name conflict with Solaris global typedefBrad King2015-09-301-2/+2
* cmMakefile: Remove Configured state.Stephen Kelly2015-09-271-4/+0
* cmGlobalGenerator: Create local generators after all makefiles configured.Stephen Kelly2015-09-241-5/+0
* cmMakefile: Create the local generator after configuring the makefile.Stephen Kelly2015-09-241-5/+5
* cmMakefile: Skip Global targets for CMP0019 evaluation.Stephen Kelly2015-08-281-1/+2
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-5/+4
* cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-1/+1
* cmMakefile: Remove cmLocalGenerator member.Stephen Kelly2015-08-281-5/+6
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-1/+1
* Merge topic 'minor-cleanups'Brad King2015-08-271-16/+10
|\
| * cmMakefile: Fix style.Stephen Kelly2015-08-251-1/+2
| * cmMakefile: Remove Internal class.Stephen Kelly2015-08-251-15/+8
* | cmState: Move ProjectName from cmMakefile.Stephen Kelly2015-08-251-3/+3
* | cmMakefile: Use std::string in ProjectName API.Stephen Kelly2015-08-251-2/+2
* | cmMakefile: Out-of-line GetProjectName.Stephen Kelly2015-08-251-0/+4
|/
* cmState: Move directory Properties from cmMakefile.Stephen Kelly2015-08-241-139/+8
* cmMakefile: Inline GetDefinitions into GetProperty.Stephen Kelly2015-08-241-1/+5
* Merge topic 'cmState-definitions'Brad King2015-08-241-108/+27
|\
| * cmState: Host variable definitions.Stephen Kelly2015-08-231-148/+13
| * cmState: Add a VariableScope snapshot type.Stephen Kelly2015-08-231-0/+14
| * cmMakefile: Decouple the container of cmDefinitions from scoping logic.Stephen Kelly2015-08-231-24/+56
| * cmDefinitions: Implement in terms of cmLinkedTree.Stephen Kelly2015-08-231-19/+22
| * cmMakefile: Extract InitializeVarScope method.Stephen Kelly2015-08-231-1/+6
* | Fix iOS Bundle layouts (#15669)Gregor Jasny2015-08-241-0/+12
|/
* cmGlobalGenerator: Store a container of cmMakefiles.Stephen Kelly2015-08-071-0/+1
* Merge topic 'cmState-policies'Brad King2015-08-061-98/+32
|\
| * cmState: Move PolicyState from cmMakefile.Stephen Kelly2015-08-021-84/+9