summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'minor-cleanups'Brad King2015-10-281-2/+2
|\
| * cmMakefile: Fix typo in commentStephen Kelly2015-10-271-1/+1
| * cmMakefile: Fix styleStephen Kelly2015-10-271-1/+1
* | cmMakefile: Add imported target accessorStephen Kelly2015-10-271-0/+12
* | cmTarget: Implement ALIAS in terms of name mappingStephen Kelly2015-10-271-5/+8
* | cmGlobalGenerator: Remove direct storage of targetsStephen Kelly2015-10-271-6/+1
* | cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-25/+0
* | cmTarget: Make compatbility API explicit.Stephen Kelly2015-10-271-5/+16
|/
* Merge topic 'xcode-watch-and-tvos'Brad King2015-10-261-4/+17
|\
| * Xcode: Recognise Watch and TV OS as embedded platformsGregor Jasny2015-10-231-4/+17
* | Merge topic 'fix-CMP0054-elseif-warning'Brad King2015-10-211-2/+3
|\ \ | |/ |/|
| * cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)Stephen Kelly2015-10-201-2/+3
* | cmState: Move GetTargetTypeName from cmTarget.Stephen Kelly2015-10-151-1/+1
* | cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-29/+29
* | cmTarget: Move link type enum out.Stephen Kelly2015-10-151-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-141-0/+1
* | | cmState: Initialize properties immediately.Stephen Kelly2015-10-141-2/+0
* | | cmState: Initialize default definitions immediately.Stephen Kelly2015-10-141-55/+0
* | | cmState: Initialize current directories immediately.Stephen Kelly2015-10-141-26/+2
* | | cmState: Initialize top level source directories immediately.Stephen Kelly2015-10-141-4/+0
* | | cmMakefile: Set default internal definitions directly.Stephen Kelly2015-10-141-15/+15
* | | cmMakefile: Set internal definitions directly.Stephen Kelly2015-10-141-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-091-5/+0
| * | | cmMakefile: Inline initialization of project name.Stephen Kelly2015-10-091-1/+1
| |/ /
* | | cmMakefile: Remove unneeded container clears.Stephen Kelly2015-10-091-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
|/