summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile: Remove cmLocalGenerator member.Stephen Kelly2015-08-281-3/+3
* Merge topic 'minor-cleanups'Brad King2015-08-271-2/+1
|\
| * cmMakefile: Remove Internal class.Stephen Kelly2015-08-251-2/+1
* | cmState: Move ProjectName from cmMakefile.Stephen Kelly2015-08-251-2/+0
* | cmMakefile: Use std::string in ProjectName API.Stephen Kelly2015-08-251-2/+2
* | cmMakefile: Out-of-line GetProjectName.Stephen Kelly2015-08-251-4/+1
|/
* cmState: Move directory Properties from cmMakefile.Stephen Kelly2015-08-241-3/+0
* Fix iOS Bundle layouts (#15669)Gregor Jasny2015-08-241-0/+3
* cmMakefile: Remove unused method.Stephen Kelly2015-08-061-4/+0
* Merge topic 'cmState-policies'Brad King2015-08-061-13/+0
|\
| * cmState: Move PolicyState from cmMakefile.Stephen Kelly2015-08-021-13/+0
* | cmMakefile: Store EvaluationFiles.Stephen Kelly2015-08-011-0/+9
|/
* cmMakefile: Move method out of line.Stephen Kelly2015-07-291-4/+1
* cmMakefile: Return target from all AddUtilityCommand signaturesBrad King2015-07-291-8/+9
* Merge topic 'use-generator-target'Brad King2015-07-281-0/+4
|\
| * cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc.Stephen Kelly2015-07-271-0/+4
* | Merge topic 'policy-refactor'Brad King2015-07-271-2/+0
|\ \
| * | cmMakefile: Inline internal policy status method.Stephen Kelly2015-07-251-2/+0
| |/
* | cmState: Host buildsystem properties for directories.Stephen Kelly2015-07-251-7/+0
* | cmMakefile: Use Ranges for buildsystem property access.Stephen Kelly2015-07-221-6/+7
* | cmMakefile: Split accessors for include directories and origins.Stephen Kelly2015-07-221-1/+2
* | cmMakefile: Split accessors for compile options and origins.Stephen Kelly2015-07-221-1/+2
* | cmMakefile: Split accessors for compile definitions and origins.Stephen Kelly2015-07-221-1/+2
* | cmMakefile: Separate storage of buildsystem properties and their origins.Stephen Kelly2015-07-221-3/+6
* | cmMakefile: Out of line some API.Stephen Kelly2015-07-221-12/+3
* | cmMakefile: Remove some references from APIs.Stephen Kelly2015-07-221-3/+3
|/
* Merge topic 'remove-special-MACROS-handling'Brad King2015-07-211-13/+0
|\
| * cmMakefile: Remove special handling of MACROS property.Stephen Kelly2015-07-191-13/+0
* | Merge topic 'remove-special-LINK_DIRECTORIES-handling'Brad King2015-07-211-14/+0
|\ \ | |/
| * cmMakefile: Remove special handling of LINK_DIRECTORIES property.Stephen Kelly2015-07-181-10/+0
| * cmMakefile: Inline only use of GetLinkDirectories.Stephen Kelly2015-07-181-4/+0
* | Merge topic 'remove-Properties-accessor'Brad King2015-07-211-3/+1
|\ \
| * | cmMakefile: Remove GetProperties method.Stephen Kelly2015-07-181-3/+0
| * | cmMakefile: Add a PropertyKeys accessor.Stephen Kelly2015-07-181-0/+1
| |/
* | Merge topic 'clean-up-include_regular_expression'Brad King2015-07-211-3/+2
|\ \
| * | cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION.Stephen Kelly2015-07-181-3/+2
| |/
* | cmMakefile: Remove unused ListFileStack.Stephen Kelly2015-07-181-3/+0
|/
* cmListFileBacktrace: Implement in terms of cmState::Snapshot.Stephen Kelly2015-07-061-1/+1
* cmListFile: Remove FilePath member from cmListFileContext.Stephen Kelly2015-07-061-2/+2
* cmMakefile: Create a scoped context for parsing listfiles.Stephen Kelly2015-07-061-0/+1
* cmState: Store execution context.Stephen Kelly2015-07-051-5/+7
* cmMakefile: Split CallStack into two pieces.Stephen Kelly2015-07-041-8/+2
* cmMakefile: Avoid invoking EnforceDirectoryLevelRules.Stephen Kelly2015-06-301-3/+2
* cmMakefile: Make listfile scopes responsible for logical checks.Stephen Kelly2015-06-301-13/+0
* cmMakefile: Add automatic scopes to listfile readers.Stephen Kelly2015-06-301-0/+4
* Merge topic 'fix-function-missing-end'Brad King2015-06-231-9/+0
|\
| * Fix assertion failure on unmatched function or macroBrad King2015-06-221-9/+0
* | Merge topic 'minor-cleanups'Brad King2015-06-221-0/+3
|\ \
| * | cmMakefile: Move IsRoot API from cmLocalGenerator.Stephen Kelly2015-06-211-0/+3
* | | Merge topic 'clean-up-ReadListFile'Brad King2015-06-221-10/+5
|\ \ \