summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmLocalGenerator: Compute object max path on construction.Stephen Kelly2015-09-241-0/+2
* CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGSChuck Atkins2015-09-211-5/+39
* cmLocalGenerator: Simplify condition.Stephen Kelly2015-09-181-1/+1
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+7
* cmLocalGenerator: Always return the end snapshot state of a directory.Stephen Kelly2015-09-121-1/+1
* Merge topic 'refactor-compute'Brad King2015-08-311-2/+2
|\
| * cmGeneratorTarget: Rename method to match operation.Stephen Kelly2015-08-301-2/+2
* | cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-5/+4
* | cmMakefile: Remove cmLocalGenerator member.Stephen Kelly2015-08-281-1/+1
* | cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+0
|/
* Merge topic 'use-generator-target'Brad King2015-08-271-4/+9
|\
| * cmGeneratorTarget: Move compile defintions processing from cmTarget.Stephen Kelly2015-08-261-1/+2
| * cmGeneratorTarget: Move compile features processing from cmTarget.Stephen Kelly2015-08-261-1/+1
| * cmGeneratorTarget: Move compile options processing from cmTarget.Stephen Kelly2015-08-261-2/+6
* | Merge topic 'rm-cmLocalGenerator-Children'Brad King2015-08-271-20/+16
|\ \
| * | cmLocalGenerator: Remove unused Children member.Stephen Kelly2015-08-241-4/+0
| * | cmLocalGenerator: Implement child traversal in terms of cmState.Stephen Kelly2015-08-241-8/+11
| * | cmLocalGenerator: Simplify condition.Stephen Kelly2015-08-241-12/+9
| |/
* | cmLocalGenerator: Implement GetFeature in terms of cmState.Stephen Kelly2015-08-241-4/+4
* | cmLocalGenerator: Convert GetFeature recursion to loop.Stephen Kelly2015-08-241-8/+8
* | cmLocalGenerator: Simplify GetFeature implementation.Stephen Kelly2015-08-241-8/+4
* | cmLocalGenerator: Make GetFeature tail-recursive.Stephen Kelly2015-08-241-3/+4
|/
* cmTestGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-231-0/+1
* Merge topic 'use-generator-target'Brad King2015-08-061-3/+5
|\
| * cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.Stephen Kelly2015-08-051-1/+1
| * cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget.Stephen Kelly2015-08-051-1/+3
| * cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-1/+1
* | cmGeneratorExpressionEvaluationFile: Require generator context.Stephen Kelly2015-08-011-2/+2
* | cmMakefile: Store EvaluationFiles.Stephen Kelly2015-08-011-0/+48
|/
* cmInstallCommand: Store only a targetName, not a cmTarget.Stephen Kelly2015-07-301-7/+11
* Move GetLocation to cmGeneratorTarget.Stephen Kelly2015-07-271-2/+2
* Always access target location from a cmGeneratorTarget instance.Stephen Kelly2015-07-271-3/+4
* cmLocalGenerator: Remove unused AddCustomCommandToCreateObject method.Stephen Kelly2015-07-271-78/+0
* cmLocalGenerator: Remove unused AddBuildTargetRule method.Stephen Kelly2015-07-271-100/+0
* cmLocalGenerator: Remove CreateCustomTargetsAndCommands method.Stephen Kelly2015-07-271-42/+0
* cmState: Extract a Directory class.Stephen Kelly2015-07-181-19/+24
* Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-131-0/+4
* cmLocalGenerator: Remove unused includeBrad King2015-07-081-2/+0
* cmLocalGenerator: Constify GetIncludeDirectories method.Stephen Kelly2015-06-211-1/+1
* cmMakefile: Move IsRoot API from cmLocalGenerator.Stephen Kelly2015-06-211-5/+0
* cmLocalGenerator: Add IssueMessage method.Stephen Kelly2015-06-211-7/+23
* cmLocalGenerator: Remove ConfigureFinalPass.Stephen Kelly2015-06-091-5/+0
* Merge topic 'move-Feature-API'Brad King2015-06-081-0/+27
|\
| * cmLocalGenerator: Add Feature API from cmMakefile.Stephen Kelly2015-06-061-0/+27
* | cmOutputConverter: Extract from cmLocalGenerator.Stephen Kelly2015-06-061-417/+1
* | cmLocalGenerator: Remove some commented lines of code.Stephen Kelly2015-06-041-5/+0
|/
* Merge topic 'cmMakefile-Configure'Brad King2015-06-041-73/+1
|\
| * cmMakefile: Move Configure responsibility from cmLocalGenerator.Stephen Kelly2015-06-041-62/+0
| * cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.Stephen Kelly2015-06-041-8/+9
| * cmMakefile: Refactor directories specified with the subdirs command.Stephen Kelly2015-06-041-7/+4